View previous topic :: View next topic |
Author |
Message |
nikc n00b
Joined: 29 Apr 2003 Posts: 23
|
Posted: Thu Feb 19, 2004 3:17 am Post subject: keyboard stop working in x |
|
|
when I run xstart or gdm my keyboard stops responding, its just a regular ps/2 kbd. It works fine while at the command-line. I have just installed the GRP gentoo from Nov 2003. |
|
Back to top |
|
|
Mos n00b
Joined: 17 Mar 2003 Posts: 48 Location: Brussels, Belgium
|
Posted: Fri Feb 20, 2004 12:11 am Post subject: |
|
|
It's probably related to X.
Check your /var/log/XFree86.0.log for lines with "(EE)" at the front. What do they tell? |
|
Back to top |
|
|
nikc n00b
Joined: 29 Apr 2003 Posts: 23
|
Posted: Fri Feb 20, 2004 12:35 am Post subject: |
|
|
I dont see anything with (EE); here is the output if anyone would like to see
XFree86.0.log
plus the XF86Config File for you viewing pleasure
XF86Config
also to clarify the Keyboard goes totaly dead no light no ability to jump to other tty.
the Motherboard is a MSI Nforce2 Ultra 400
Last edited by nikc on Fri Feb 20, 2004 12:48 am; edited 1 time in total |
|
Back to top |
|
|
Catach Apprentice
Joined: 06 Nov 2003 Posts: 268 Location: Australia
|
Posted: Fri Feb 20, 2004 12:37 am Post subject: |
|
|
change the permissions on that file, and post your /etc/X11/XF86Config file to the forums. _________________ Zak: Luke's making a 3D interface for Linux"
Jon G: "Yeah, Luke's making a 3D user interface with Logowriter"
Jon H: "He's only got 99 shapes to work with"
Jon G: "And they're all turtles." |
|
Back to top |
|
|
nikc n00b
Joined: 29 Apr 2003 Posts: 23
|
Posted: Fri Feb 20, 2004 12:52 am Post subject: |
|
|
those links should work now if not ill post the whole thing here.
Here is some version info.
Code: | Linux version 2.4.20-gentoo-r6 (root@cdimage) (gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)) #1 Tue Feb 17 11:52:32 EST 2004
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-pfeifer-r1_pre4 i686 [ELF]
Build Date: 13 September 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present |
UPDATE:was installing gpm once started keyboard broke; seems to die when using usb mouse and trying to load it
UPDATE2: Tried PS/2 mouse gpm no lockup mouse keybord ok
anyone know how to get usb mouse working |
|
Back to top |
|
|
Catach Apprentice
Joined: 06 Nov 2003 Posts: 268 Location: Australia
|
Posted: Fri Feb 20, 2004 4:04 am Post subject: |
|
|
nikc wrote: | those links should work now if not ill post the whole thing here.
Here is some version info.
Code: | Linux version 2.4.20-gentoo-r6 (root@cdimage) (gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)) #1 Tue Feb 17 11:52:32 EST 2004
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.21-pfeifer-r1_pre4 i686 [ELF]
Build Date: 13 September 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present |
UPDATE:was installing gpm once started keyboard broke; seems to die when using usb mouse and trying to load it
UPDATE2: Tried PS/2 mouse gpm no lockup mouse keybord ok
anyone know how to get usb mouse working |
still cant read those files: could be the firewall i'm behind at uni. Make sure your XF86config file when using USB mouse looks like:
Section "InputDevice"
Identifier "Mouse0"
Option "protocol" "IMPS/2"
Option "device" "/dev/input/mice" (or wherever the usb mouse is, use 'cat /dev/input/mice' and move the mouse to see if it generates any input)
Option "ZAxisMapping" "4 5" (for mouse scroll wheel if you have one)
EndSection
The most important thing is IMPS/2 protocol, as if it is wrong and Xfree can't detect the mouse, it will sometimes hard lock/crash, and also lock the keyboard aswell.
may need to post those files for me _________________ Zak: Luke's making a 3D interface for Linux"
Jon G: "Yeah, Luke's making a 3D user interface with Logowriter"
Jon H: "He's only got 99 shapes to work with"
Jon G: "And they're all turtles." |
|
Back to top |
|
|
nikc n00b
Joined: 29 Apr 2003 Posts: 23
|
Posted: Fri Feb 20, 2004 3:02 pm Post subject: |
|
|
Thanks I used you advise to get the mouse to acually work. Here is my code from XF86Config for my MS Wireless Inteli Mouse Explorer
Code: | Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
EndSection |
|
|
Back to top |
|
|
|