This is a discussion on X11 6.8.1 error within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I tried to upgrade X to 6.8.1 but I kept getting an error dealing with the keyboard. I kept ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I tried to upgrade X to 6.8.1 but I kept getting an error dealing with the keyboard. I kept getting the "failed to initialize core devices" error specifically for the keyboard. I don't have this problem with 6.7.0. I have no clue why it can't find the keyboard module. I mean it worked in the kernel and its a standard keyboard in the xorg.conf file. My keyboard is set like this Identifier "Keyboard1" Driver "Keyboard" The other error I received was that it could load the speedo fonts module. Are they not in the new X11? One last question. I disabled MySQL from starting when the system does, but when I do a shutdown it sits for a while trying to turn off MySQL. It then gives up and finishes shutting down. How do I remove it from trying to shutdown MySQL in rc.6? Selex |
| |||
| bob@someguy.com wrote: > I*kept*getting*the*"failed*to*initialize*core*devi ces" > error specifically for the keyboard.**I*don't*have*this*problem*with > 6.7.0.**I*have*no*clue*why*it*can't*find*the*keybo ard*module.**I*mean > it worked in the kernel and its a standard keyboard in the xorg.conf > file.**My*keyboard*is*set*like*this > > Identifier********"Keyboard1" > Driver********"Keyboard" The name of the Keyboard driver has changed from "keyboard" to "kbd" in version 6.8.1 > One last question.**I*disabled*MySQL*from*starting*when*the *system > does, but when I do a shutdown it sits for a while trying to turn off > MySQL.**It*then*gives*up*and*finishes*shutting*dow n.**How*do*I*remove > it from trying to shutdown MySQL in rc.6? Delete the file /var/run/mysql/mysql.pid Jeffrey |
| |||
| On Thu, 23 Sep 2004 12:14:03 +0000, Ori Bernstein wrote: > On Thu, 23 Sep 2004 05:18:02 +0000, bob wrote: > >> My keyboard is set like this >> >> Identifier "Keyboard1" >> Driver "Keyboard" > > I had the same problem on upgrading - The driver has changed to "kbd" That's odd; when I upgraded, I guessed (correctly) that I could just change the capitalized "Keyboard" to "keyboard". It worked fine for me. I had no idea that it should actually be "kbd". Very strange. /Morgan |