From: Benjamin Herrenschmidt <[email protected]>
Date: Sat, 28 Jan 2006 15:09:52 +1100
> On Sat, 2006-01-28 at 00:13 +0100, Michael Hanselmann wrote:
> > This patch removes the old radeon driver which has been replaced by a
> > newer one.
> >
> > Signed-off-by: Michael Hanselmann <[email protected]>
>
> Acked-by: Benjamin Herrenschmidt <[email protected]>
I have no problem with this, but I want to point out one
artifact of the current Radeon driver which drivers me nuts
:-)
The radeon_screen_blank() routine returns error codes back
to the X server which handily confuses it, making it
impossible to unblank the screen unless X has taken it
all the way to power-off or somesuch. The comment above
this problematic code states:
/* let fbcon do a soft blank for us */
return (blank == FB_BLANK_NORMAL) ? -EINVAL : 0;
There has to be a better way to do this, which doesn't break
X when run via fbcon. :-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]