ae38
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
My PS/2 keyboard works fine on console mode, but when I go into X windows or Gnome desktop the keyboard stopped working, my ps/2 mouse works just fine, I can open up terminal window but can't seem to type anything in. I am running 7.2 release that I downloaded a few days ago. Any help is greatly appreciated.
|
|
#2
|
|||
|
|||
|
I noticed a couple of times, the keyboard works right after Gnome starts up, I can type in Xterm window but then the keyboard stops working all together in about a minute or two.
|
|
#3
|
||||
|
||||
|
My mouse and keyboard don't work at all. But when I add these lines to the head of my xorg.conf, they work.
Code:
Section "ServerFlags"
Option "DontZap" "Off"
Option "AllowEmptyInput" "Off"
Option "AutoAddDevices" "Off"
Option "AutoEnableDevices" "Off"
EndSection
|
|
#4
|
||||
|
||||
|
That's because Xorg 7.4 uses HAL to detect keyboards and mice. Just add to /etc/rc.conf:
Code:
hald_enable="YES" dbus_enable="YES"
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Windows 7 RC | Caliante | Off-Topic | 64 | January 19th, 2013 13:25 |
| [Solved] Windows Vista & FreeBSD (dual-boot problem) | Anti_Evil | Installing & Upgrading | 4 | June 24th, 2009 07:29 |
| Will BootManager recognize Windows? | penguinhead | Installing & Upgrading | 5 | June 1st, 2009 11:07 |
| [Solved] x-windows black screen | Antonix | X.Org | 7 | May 19th, 2009 18:25 |
| Cant telnet to windows xp | alexe100 | General | 5 | February 8th, 2009 15:16 |