Results 1 to 4 of 4
When i type startx, i get this error:
/var/log/Xorg.0.log
-o-o-o-o-o-o-o-o-o-o-o-
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "PS/2"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
...
- 12-15-2004 #1Just Joined!
- Join Date
- Nov 2004
- Location
- middle Asia
- Posts
- 81
Xorg error.
When i type startx, i get this error:
/var/log/Xorg.0.log
-o-o-o-o-o-o-o-o-o-o-o-
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "PS/2"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(EE) No Input driver matching `Keyboard'
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
No core keyboard
Fatal server error:
failed to initialize core devices
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o--o-o-o-
What can i do to fix this problem?
slackware 10.0
thanx.
- 12-15-2004 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
ok...
it seems your "keyboard" section could be missing, not well described...
You do have access to your keyboard in terminal right...
can you post your xorg file in "code" bracket... and try removing as many comment as possible please\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 12-15-2004 #3
The problem is in the "InputDevice" section for your keyboard. Look to the line that reads Driver "Keyboard" and make the 'K' lowercase.
Code:Driver "keyboard"
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 12-16-2004 #4Just Joined!
- Join Date
- Nov 2004
- Location
- middle Asia
- Posts
- 81
I solved it.
Originally Posted by sarumont
thanx a lot.


Reply With Quote