| View previous topic :: View next topic |
| Author |
Message |
rtch n00b

Joined: 23 Feb 2009 Posts: 2
|
Posted: Mon Feb 23, 2009 3:14 am Post subject: X.Org 7.2 input freeze - no keyboard or mouse input (x86_64) |
|
|
Hi guys,
I've just installed xorg 7.2 (under 2008.0) and downloaded/installed the nvidia 180.29 drivers. I'm using x86_64 kernel.
When I run startx (or xdm) I get the nice Nvidia splash screen, X starts up twm at the right res for my monitor (1920x1080) but I get absolutely zero keyboard/mouse input. I can still SSH to the box but it goes a bit funny... if I try to emerge something, it'll just hang halfway through. At this point I can either reboot thru ssh, or I might even need to punch the reset button.
I've tried installing and starting hald before starting X, and I've added the following to ServerLayout:
| Code: | | Option "AllowEmptyInput" "off" |
.... but to no avail. Doesn't seem to make the slightest difference. Other than that. xorg.conf is simply what nvidia-xconfig generated.
Motherboard is a P5N-e SLI running nForce 650i SLI chipset.
Anybody have any pointers?
Cheers  |
|
| Back to top |
|
 |
pappy_mcfae Watchman


Joined: 27 Dec 2007 Posts: 5609 Location: Dallas
|
|
| Back to top |
|
 |
rtch n00b

Joined: 23 Feb 2009 Posts: 2
|
Posted: Mon Feb 23, 2009 12:51 pm Post subject: |
|
|
Champion.
Had to do a few other tweaks to get it working fully...... here are the input options from my xorg.conf now:
| Code: |
Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "Protocol"
Option "Device" "/dev/input/event5"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "evdev"
Option "Device" "/dev/input/event3"
EndSection
|
To get the evdev event addresses, use:
| Code: | | cat /proc/bus/input/devices | more |
You should find your keyboard/mouse vendor names listed, along with their handler and relevant event name. In my case, I actually had two for my keyboard (Apple USB keyboard).... one worked, the other didn't.
Pappy, you're a legend, this has been driving me insane all day. Thanks for your help! Hopefully this nice short thread will help out a few other people with the same issue.[/code] |
|
| Back to top |
|
 |
bandreabis Veteran


Joined: 18 Feb 2005 Posts: 1946 Location: Somewhere over the rainbow... bluebirds fly!
|
Posted: Mon Feb 23, 2009 1:01 pm Post subject: |
|
|
Sorry, shouldn't hal and evdev recognise the configuration without putting anything into xorg.conf?
I've got the same problem you had and solved... this evening I will try your solution... wish me a little bit of luck.  _________________ JUVE: Un forum nuovo, intrigante e tutto bianconero.... http://www.magazinebianconero.com |
|
| Back to top |
|
 |
pappy_mcfae Watchman


Joined: 27 Dec 2007 Posts: 5609 Location: Dallas
|
|
| Back to top |
|
 |
bandreabis Veteran


Joined: 18 Feb 2005 Posts: 1946 Location: Somewhere over the rainbow... bluebirds fly!
|
Posted: Wed Feb 25, 2009 6:42 am Post subject: |
|
|
It worked!
It works!
Thanks for support!  _________________ JUVE: Un forum nuovo, intrigante e tutto bianconero.... http://www.magazinebianconero.com |
|
| Back to top |
|
 |
pappy_mcfae Watchman


Joined: 27 Dec 2007 Posts: 5609 Location: Dallas
|
|
| Back to top |
|
 |
1nf1n1ty9 n00b


Joined: 21 Aug 2007 Posts: 17
|
Posted: Thu Feb 26, 2009 11:03 am Post subject: |
|
|
| rtch wrote: | Champion.
Had to do a few other tweaks to get it working fully...... here are the input options from my xorg.conf now:
| Code: |
Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "Protocol"
Option "Device" "/dev/input/event5"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "evdev"
Option "Device" "/dev/input/event3"
EndSection
|
To get the evdev event addresses, use:
| Code: | | cat /proc/bus/input/devices | more |
You should find your keyboard/mouse vendor names listed, along with their handler and relevant event name. In my case, I actually had two for my keyboard (Apple USB keyboard).... one worked, the other didn't.
Pappy, you're a legend, this has been driving me insane all day. Thanks for your help! Hopefully this nice short thread will help out a few other people with the same issue.[/code] |
Thank's a lot!!!
It help's me too. |
|
| Back to top |
|
 |
rtomek Apprentice


Joined: 05 Jan 2007 Posts: 209 Location: Chicago
|
Posted: Mon Mar 02, 2009 1:11 am Post subject: |
|
|
Just a kick to keep this great thread alive!
I just put a fresh install of gentoo on my computer today and couldn't get into X. I was pretty frustrated until I finally stumbled on this thread. Many thanks for the fix! |
|
| Back to top |
|
 |
kacox n00b

Joined: 17 Mar 2006 Posts: 39 Location: Raleigh, NC
|
Posted: Sun Apr 05, 2009 3:28 pm Post subject: |
|
|
I'm not sure if it makes a big difference, but under the server flags when you list "AllowEmptyInput", I used "False" instead of "off" and had no problems. I have other drivers (like synaptics) for my mouse instead of evdev. I was able to just set the above option with no issues. Glad you guys got 'em working. I know it's not fun to have X withdrawals. _________________ Typically I'd do all the work, but for now I'll let you do it. |
|
| Back to top |
|
 |
jazzi n00b

Joined: 21 Aug 2007 Posts: 73
|
Posted: Fri Oct 30, 2009 1:01 am Post subject: |
|
|
I got the same problem. It's really sad to push the power button for turning off the computer.
I'll report after trying. |
|
| Back to top |
|
 |
|