[Openchrome-users] Option "Rotate" "CW" causes wierdness

Benno Schulenberg bensberg
Tue Feb 19 13:39:25 PST 2008


Forest Bond wrote:
> On Fri, Feb 15, 2008 at 12:42:59PM +0100, Benno Schulenberg wrote:
> > Just tried it and it works fine for me.  CCW too.  With
> > 1024x768, depth 16, on a KM400A, in case it matters.
>
> Can you post your xorg.conf?

Attached.

> BTW, I'm wondering if acceleration is somehow being kicked on
> even though it shouldn't be with rotation enabled?  Is accel on
> or off here below?

It's off.  But indeed the messages could be clearer.  I've reordered 
them a bit (see svn r530), so that it first says that accel is on, 
and then corrects this to off when rotation is enabled.  It's still 
not ideal, but somewhat better.  Something like this:

> (==) CHROME(0): ShadowFB is disabled.
> (==) CHROME(0): Acceleration is enabled. 
> (**) CHROME(0): Rotating screen clockwise - acceleration disabled.

Benno
-------------- next part --------------
Section "ServerLayout"
	Identifier	"Handmade"
	Screen		"Image"
	InputDevice	"Rattle" "CoreKeyboard"
	InputDevice	"Squeak" "CorePointer"
EndSection

Section "ServerFlags"
	Option		"AIGLX" "off" 
	Option		"AllowMouseOpenFail"
EndSection

Section "Files"
	FontPath 	"/usr/share/fonts/misc"
	FontPath 	"/usr/share/fonts/freefont"
	FontPath 	"/usr/share/fonts/Type1"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "xtrap"
	Load  "dri"
	Load  "glx"
	Load  "freetype"
	Load  "type1"
EndSection

Section "Dri"
	Group "video"
	Mode  0660
EndSection

Section "InputDevice"
	Identifier	"Rattle"
	Driver		"kbd"
	Option		"XkbModel" "pc104"
	Option		"XkbLayout" "mine"
	Option		"XkbOptions" "lv3:win_switch,compose:menu,ctrl:nocaps"
EndSection

Section "InputDevice"
	Identifier	"Squeak"
	Driver		"mouse"
	Option		"Device" "/dev/psaux"
	Option		"Protocol" "ExplorerPS/2"
	Option		"Emulate3Buttons" "off"
	Option		"ZAxisMapping" "4 5"
EndSection

Section "Device"
	Identifier	"KM400"
	VendorName	"Uncooperative"
	Driver		"openchrome"
	BusID		"PCI:1:0:0"
	Option		"DisableIRQ" "False"
	Option		"EnableAGPDMA" "True"
EndSection

Section "Monitor"
	Identifier	"Tube"
	VendorName	"Samsung"
	ModelName	"750 ST"
	DisplaySize	320 240
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Image"
	Device		"KM400"
	Monitor		"Tube"
	DefaultDepth	16
	SubSection "Display"
		Depth 	16
		Modes	"1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth 	24
		Modes	"1024x768" "1152x864" "1280x1024" "800x600"
	EndSubSection
EndSection



More information about the Openchrome-users mailing list