Saturday, June 21, 2008

Working Xorg.conf for Amilo v2030 using openchrome driver

This settings should work for the openchrome driver on Siemens V2030.
I also recompiled the openchrome driver from the actual CVS tree.



/etc/X11/Xorg.conf

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "openchrome"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-81
VertRefresh 56-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

2 komentárov:

Anonymous said...

thanks man!
that did also well for debian lenny running xfce. only problem i yet have is that with the openchrome driver in xorg.conf i have no mouse cursor! with vesa i do.

Anonymous said...

Many thanks! It seems that it works also in an Amilo v2010. :-)