LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xorg upgrade from xfree on slack. (https://www.linuxquestions.org/questions/linux-software-2/xorg-upgrade-from-xfree-on-slack-255720/)

Nz_Boy_2004 11-16-2004 04:55 PM

Xorg upgrade from xfree on slack.
 
Hi, i just installed xorg on my slackware desktop, but when i try to run X it comes up with this error "cannot load core modules" Or somthjing like tht, anyway i looked at the log adn it says "cannot load keyboard" and "cannot load monitor", it loads my video card and mouse fine, but tht doesnt matter it wont boot X without keyboard and monitor.

Thanks In advance.

Sam.

SirSlappy 11-16-2004 05:42 PM

*sigh*...
 
Post your xorg.conf file here so we can look at it.

Nz_Boy_2004 11-16-2004 09:46 PM

how do i do tht in windoze, all i can do is write down the problem lines wich i wil for you.

Nz_Boy_2004 11-16-2004 09:58 PM

These are teh problems in oder, "failed to intialize core device", no core keyboard, faild to load module keyboard (module does not exist), no input driver "keyboard".

SirSlappy 11-17-2004 12:46 AM

ohh.. it's sending you into an Xwindows on boot?

When it tries to start X up, do a Cntrl+ALT+Backspace
press all 3 keys at the same time
it will eventually give up trying to boot into Xwindows. Then you can e-mail yourself the xorg.conf file or something.

Nz_Boy_2004 11-18-2004 11:17 PM

Yes, its trying to boot x windows how do i email the Xorg.conf to myself in the console??

Andrew Benton 11-19-2004 05:42 AM

At the command prompt enter

sed -i "s@keyboard@kbd@g" /etc/X11/xorg.conf

KMcD 11-19-2004 06:30 AM

the problem is that the driver for the keyboard has changed from "kbd" to "keyboard". Change this in your xorg.conf and issue the command startx.

This change happened with XOrg version 6.8.1.

eirhnh 11-19-2004 07:15 AM

Driver "kbd" instead "Keyboard"
Option "XkbRules "xorg" instead "xorg"

Add this section

Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection

to have some nice eye-kandies

(source : from http://www.techteam.gr/phpBB2/viewtopic.php?t=16286 )

KMcD 11-20-2004 06:20 AM

oops, just realised I got it backwards. "keyboard" changed to "kbd". Good job eirhnh spotted it. Sorry bout that.


All times are GMT -5. The time now is 05:41 AM.