PDA

View Full Version : [ubuntu] Adding "server layout" in xorg.conf disables the SiS driver



afeasfaerw23231233
March 6th, 2009, 10:11 AM
I want to add some features on the touchpad so I follow the instruction of this howto http://ubuntuforums.org/showthread.php?t=493758


I add

Section "ServerLayout"
InputDevice "Synaptics Touchpad"
EndSection

restart X and the resolution becomes 800x600 max again.
Is that because it overrides the SiS driver?
Thanks in advance

afeasfaerw23231233
March 8th, 2009, 04:47 PM
bump

afeasfaerw23231233
March 9th, 2009, 03:10 PM
bump

afeasfaerw23231233
April 2nd, 2009, 08:07 PM
bumpbump

bgerlich
April 3rd, 2009, 02:16 AM
Have you tried adding the "Screen" variable to ServerLayout ? I think it is required when manually defining the ServerLayout section...

afeasfaerw23231233
May 7th, 2009, 10:21 AM
Hi. The "screen" variable has been added.

Before the changes my xorg.conf is:


Section "Device"
Identifier "Configured Video Device"
driver "sis"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Then according to this howto I add the following to my xorg.conf


Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "True"
Option "Protocol" "auto-dev"
Option "Device" "/dev/psaux"
Option "SHMConfig" "True"
Option "LeftEdge" "100"
Option "RightEdge" "1100"
Option "TopEdge" "50"
Option "BottomEdge" "300"
Option "FingerLow" "30"
Option "FingerHigh" "40"
Option "MaxTapMove" "100"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "MinSpeed" "0.15"
Option "MaxSpeed" "0.90"
Option "AccelFactor" "0.10"
Option "VertScrollDelta" "25"
Option "HorizScrollDelta" "30"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
After I restart x the resolution becomes 800x600 and I think that the SiS driver has been overrided.

afeasfaerw23231233
May 13th, 2009, 08:19 AM
bump?

afeasfaerw23231233
May 29th, 2009, 05:00 AM
Bump

afeasfaerw23231233
June 6th, 2009, 02:59 AM
The problem solved after deleting


InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

Now I have a problem with touchpad border. Would anyone please tell me how to install ksynaptics? I've started a new thread here http://ubuntuforums.org/showthread.php?t=1178958
Thanks!

afeasfaerw23231233
June 15th, 2009, 07:21 PM
*removed*

afeasfaerw23231233
June 26th, 2009, 10:06 AM
This howto about synclient solved my problem:
http://ubuntuforums.org/showthread.php?t=886449