View previous topic :: View next topic |
Author |
Message |
rmh3093 Advocate
Joined: 06 Aug 2003 Posts: 2138 Location: Albany, NY
|
Posted: Mon Dec 27, 2004 8:36 pm Post subject: Touchpad primary pointer - USB mouse secondary pointer HELP! |
|
|
I have been looking around the forums and can't seem to find the right combinations of options. How do I set up my xorg.conf so that my touchpad always works and so that Xorg does not crash when I have the usb mouse not plugged in. _________________ Do not meddle in the affairs of wizards, for they are subtle and quick to anger. |
|
Back to top |
|
|
klarnox Guru
Joined: 28 Jan 2003 Posts: 350 Location: Wisconsin, USA
|
Posted: Wed Dec 29, 2004 7:29 pm Post subject: |
|
|
In xorg.conf:
Code: | Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad" "CorePointer"
InputDevice "USBMouse" "SendCoreEvents"
EndSection |
Note replace Touchpad and USBMouse with whatever names you use for InputDevice Identifier. You'll also have to have seperate InputDevice sections foe each device. If you don't have this and would like an example let me know and I'll post the rest of the config for you. |
|
Back to top |
|
|
|