[PATCH] fbdev: fix devPrivates and do not disable xrandr when rotated

Denis 'GNUtoo' Carikli GNUtoo at no-log.org
Fri Jul 9 12:31:07 PDT 2010


On Thu, 2010-07-08 at 08:51 +0200, Michel Dänzer wrote:
> On Mit, 2010-07-07 at 18:43 +0200, Denis 'GNUtoo' Carikli wrote: 
> > > It sounds like you just want not to call xf86DisableRandR()??
> > Yes thanks a lot it works well like this too.
> > Should I resend the patch?
> 
> Yes, please. Bonus points for including in the commit message what RandR
> functionality you tested with rotation. :)
basically xrandr -q shows :
480x320 and 320x480
switching to 320x480 produce a strange result
here's the screen:
|--------------|
|..............|
|..............|
|--------------|
and here's how it's displayed:
|---------------|
|xxxxxxx........|
|xxxxxxx........|
|---------------|
 xxxxxxx
 xxxxxxx
 xxxxxxx
 xxxxxxx

basically it's like if it went out of the screen.

Most important:
I was strongly advised to switch to evdev in #xorg-devel
I spent a day trying to find the good parameters for xorg.conf,modified
the kernel to report BTN_TOUCH, and finally succeded.
(they helped me explaining me what evdev calibration data really meant)

Thanks a lot.

Denis.




More information about the xorg-devel mailing list