You are not logged in.
Pages: 1
I set up Arch at a friends house with his mouse and keyboard, and everything worked fine. Now that it's home, however, right click doesn't do anything. I know it's not the mouse because xev registers the right click. here is my xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder58) Tue Oct 20 21:25:04 PDT 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Any ideas why right clicking wont work? Let me know if you need me to post another config file.
Last edited by grimrider (2009-12-18 04:48:19)
Offline
Have you tried to use hotplugging? There's usually no reason to explicitly specify your mouse and keyboard in xorg.conf.
Offline
Hey, that worked! Thanks alot tavianator. Just out of curiosity, is there a reason that it wouldnt work using nvidia-xconfig?
EDIT: turns out that didnt work, and its actually compiz thats messing up.....but when i moved my xorg.conf, compiz didnt load right, therefor disabling it and letting my mouse right click. any more suggestions as to why compiz wont let me right click?
Last edited by grimrider (2009-12-18 04:48:00)
Offline
Pages: 1