Re: fbdev rotation problems

2004-01-11 Thread Jonathan Thambidurai
On Sat, 2004-01-10 at 23:25, David Dawes wrote: The 24-bit flags argument to xf86SetDepthBpp() should probably be: Support24bppFb | Support32bppFb | SupportConvert32to24 | PreferConvert32to24 Since the actual framebuffer format is passed explicitly, this should be safe in all cases.

Re: fbdev rotation problems

2004-01-11 Thread David Dawes
On Sun, Jan 11, 2004 at 07:26:04AM -0500, Jonathan Thambidurai wrote: On Sat, 2004-01-10 at 23:25, David Dawes wrote: The 24-bit flags argument to xf86SetDepthBpp() should probably be: Support24bppFb | Support32bppFb | SupportConvert32to24 | PreferConvert32to24 Since the actual

fbdev rotation problems

2004-01-10 Thread Jonathan Thambidurai
I discovered two problems (and have attached basic fixes) with the fbdev code. First, rotation (portrait mode) is messed up; disabling xrandr in the fbdev driver fixes this (though xrandr should probably only be disabled when rotation is specified in XF86Config, as is done in the sis driver; my

Re: fbdev rotation problems

2004-01-10 Thread Jonathan Thambidurai
On Sat, 2004-01-10 at 22:07, Jonathan Thambidurai wrote: I discovered two problems (and have attached basic fixes) with the fbdev code. First, rotation (portrait mode) is messed up; disabling xrandr in the fbdev driver fixes this (though xrandr should probably only be disabled when rotation

Re: fbdev rotation problems

2004-01-10 Thread David Dawes
On Sat, Jan 10, 2004 at 10:07:15PM -0500, Jonathan Thambidurai wrote: I discovered two problems (and have attached basic fixes) with the fbdev code. First, rotation (portrait mode) is messed up; disabling xrandr in the fbdev driver fixes this (though xrandr should probably only be disabled when