LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fatal xorg error? (https://www.linuxquestions.org/questions/linux-newbie-8/fatal-xorg-error-254781/)

Eklipz 11-14-2004 03:16 PM

Fatal xorg error?
 
Ive got slackware 10 installed on my Dell 600m laptop with a 2.6.8.1 kernel I compiled myself. Everything was working last night, but when I went to boot this morning and ran "startx", I got the following error:
Code:

(==) Using config file: "/etc/X11/xorg.conf"

(EE) Failed to load module "speedo" (module does not exist, 0)
(EE) Failed to load module "Keyboard" (module does not exist, 0)
(WW) VESA(0):  Failed to set up write-combining range (0xe9c00000,0x3f00000)
(WW) VESA(0):  Failed to set up write-combining range (0xe9800000,0x7f00000)
(WW) VESA(0):  Failed to set up write-combining range (0xe9000000,0xff00000)
(WW) VESA(0):  Failed to set up write-combining range (0xe8000000,0x1ff0000)
(EE) No input driver matching "Keyboard"
No core keyboard

Fatal server error:
failed to initialize core devices

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.

I am running fluxbox on this computer.

Mystified 11-14-2004 03:28 PM

I don't know about your speedo error but in xorg you have to change the driver for keyboard to kbd.

Eklipz 11-14-2004 03:44 PM

I actually had come across some other posts as I was searching for my solution that mentioned changing Keyboard to kbd as well. I tried it, and like you said, it worked. Im not sure what the speedo error is all about either, but it seemed to be fixed as well. Now I can boot into fluxbox fine. There was a minor problem with my style being distorted, but I just switched to and tweaked another, and it seems to be fine now. Thanks for the help.

cyber-worx 12-07-2004 05:19 AM

according to the xorg.conf spedo is a font.

blabla 01-01-2005 01:56 PM

keyboard solution
 
Hi,

I had the same prob with the keyboard and the following worked for me :-)

edit your XF86Config file and change from

Section "InputDevice"
Driver "Keyboard"

to

Section "InputDevice"
Driver "kbd"

Isn't it amazing! No idea what changed it intially, but there goes.

Dodgeram01 01-23-2005 08:35 PM

Thank you all for the information. I'm not a Linux Newbie but this came in helpful tonight after upgrading my Gentoo install to use the new Ati Drivers for 3D Acceleration. I don't know why they set fglrxconfig to set the driver differently:confused:

Raptor Ramjet 01-29-2005 06:15 AM

Having just hit this same error myself I would just like to say that using "kbd" instead of "keyboard" as a directive in the xorg.conf file sucks big time.

Personally one of my greatest bugbears with programmers is when a programmer is too bloody lazy to type out a meaningful keyword and uses a retarded shorthand form instead.

I just wish every programmer was forced to read "the principles of Unix programming" by Eric S. Raymond and would actually take the time to understand that the most important part of a configuration file is making it human readable. Computers can parse configuration files in nanoseconds, humans understand things better when they're named verbosely and clearly.

This change in keyword sucks big time and the designer should be utterly ashamed of themselves for making such an asinine change.

Oh well I guess I'd best go off to xorg and find somewhere to vent a bit of spleen. Bloody amateurs.


All times are GMT -5. The time now is 09:59 PM.