Install report Panasonic Let's Note R3
janne
jan.moren at lucs.lu.se
Thu Jun 16 08:41:34 UTC 2005
tor 2005-06-16 klockan 03:51 -0400 skrev vkkim:
> Hi, I have an R3 too, but so far my sound has yet to work...
Sound works out of the box for me (Let's Note CF-R3).
> Also, what and where exactly is the config file that you have to edit
> for the scroll wheel?
Unfortunately I don't know how to do it in a nice, graphical way, but to
enable scroll wheel functionality, you need to edit /etc/x11/xorg.conf
I have two inputdevice sections, like this:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1717"
Option "RightEdge" "5248"
Option "TopEdge" "1459"
Option "BottomEdge" "4512"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0010"
Option "UpDownScrolling" "on"
Option "SHMConfig" "on"
Option "CircularScrolling" "on"
Option "CircScrollDelta" "0.25"
# right edge only (3):
Option "CircScrollTrigger" "3"
EndSection
And then, close to the end, my ServerLayout looks like:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
The last two lines make sure that the touchpad is used, and so is an
external mouse, if you hook one up.
If you have problems, please ask again!
--
Tel. (Japan) 090-3622 8920 Dr. Jan Morén (mr)
Sweden: +46-31 360 7723 Dept. of Cognitive Science
http://lucs.lu.se/people/jan.moren Lund, Sweden
More information about the ubuntu-users
mailing list