Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
10-27-2004, 02:50 PM
|
#1
|
|
Member
Registered: Mar 2004
Location: Menomonie, WI
Distribution: SuSE 9.2, Slackware Current, Arch Linux 0.7
Posts: 119
Rep:
|
X.ORG Broken... is it possible to fix!?
Hello everyone,
I am running a Slackware 10 box on my HP Compaq nc6000 laptop and I was nanometers away from having it exactly the way that I wanted it. I do, however, have a penchant for bleeding edge technology and ALSA was not working properly, so I decided to update with slapt-get and see if this would fix my alsa woes while upgrading me to the latest and greatest packages. Everything went well until the update completed and I rebooted. After I logged in I attempted to start X and was greeted with the following error:
Code:
me@SlackTop:~$ startx
X Window System Version 6.8.1
Release Date: 17 September 2004
X Protocol Version 11, Revision 0, Release 6.8.1
Build Operating System: Linux 2.4.27 i686 [ELF]
Current Operating System: Linux SlackTop 2.6.9 #5 Wed Oct 27th 05:01:35 CDT 2004 i686
Build Date: 18 October 2004
Before reporting problems, check http://wiki.X.org
to make sure that you have the latest version
Module Loader Present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) Warning, (EE) Error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 27th 12:19:55 2004
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "Keyboard" (module does not exist, 0)
No matching visual for _GLcontextMode with visual class = -1 (-1), nplanes = 0
No matching visual for _GLcontextMode with visual class = -1 (-1), nplanes = 0
No matching visual for _GLcontextMode with visual class = -1 (-1), nplanes = 0
No matching visual for _GLcontextMode with visual class = -1 (-1), nplanes = 0
No matching visual for _GLcontextMode with visual class = -1 (-1), nplanes = 0
No matching visual for _GLcontextMode with visual class = -1 (-1), nplanes = 0
No matching visual for _GLcontextMode with visual class = -1 (-1), nplanes = 0
No matching visual for _GLcontextMode with visual class = -1 (-1), nplanes = 0
No matching visual for _GLcontextMode with visual class = -1 (-1), nplanes = 0
No matching visual for _GLcontextMode with visual class = -1 (-1), nplanes = 0
(EE) No Input driver matching 'Keyboard'
No core keyboard
Fatal sever error:
failed to initialize core devices
Please consult 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.
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
me@SlackTop:~$
At first I thought this error had to do with a faulty config file, so I recompiled and re-installed my ATI drivers and re-ran fglrxconfig to create a new xorg.conf file, but none of that seemed to work, any ideas what I can do, because I would like to avoid re-installing at all costs. Thank you in advance to all for help.
|
|
|
|
10-27-2004, 03:17 PM
|
#2
|
|
Member
Registered: Apr 2003
Location: uk
Distribution: slackware current
Posts: 741
Rep:
|
Looks like you need to configure the keyboard in /etc/X11/xorg.conf
for example
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
# Option "XKbOptions" ""
EndSection
xorg.conf doesn't seem to understand 'Keyboard'
|
|
|
|
10-27-2004, 04:10 PM
|
#3
|
|
Member
Registered: Mar 2004
Location: Menomonie, WI
Distribution: SuSE 9.2, Slackware Current, Arch Linux 0.7
Posts: 119
Original Poster
Rep:
|
does anyone know what the default driver option for Slackware is... like posting samples of x.org keyboard sections that would help. thanks.
|
|
|
|
10-27-2004, 04:41 PM
|
#4
|
|
LQ Newbie
Registered: Oct 2004
Location: Ramsey, Minnesota
Distribution: Slackware 10.1
Posts: 16
Rep:
|
I just dealt with this problem last night, so I figured I'd register and reply.
Like tobyl said, the driver value needs to be changed from "Keyboard" to "kbd". That worked for me.
I had to make this change after updating X.org via Swaret, and again in the conf generated by ATi's fglrxconfig.
ATi's drivers still crash X though  .
|
|
|
|
10-27-2004, 05:07 PM
|
#5
|
|
Senior Member
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721
Rep:
|
hi,
sounds like you upgraded from xorg-6.7 to xorg-6.8. all you need to do is change 'driver " Keyboard" ' to ' driver "kbd" '. many people had that prob.
and indeed: ati-drivers make my system freeze ( no ctrl-alt-F6 response )
but those drivers are very outdated. ( time for new ati drivers, but i don't think they care ...)
egag
|
|
|
|
10-27-2004, 09:18 PM
|
#6
|
|
Member
Registered: Mar 2004
Location: Menomonie, WI
Distribution: SuSE 9.2, Slackware Current, Arch Linux 0.7
Posts: 119
Original Poster
Rep:
|
yet another problem
ok, X now starts but I get another error:
Could not start kdeinit. Check your installation.
I updated kde via slapt-get too, anything else I need to edit to fix this problem?
|
|
|
|
10-27-2004, 09:22 PM
|
#7
|
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
If you updated recently be sure you installed libidn package (it was added, wasn't there before).
|
|
|
|
10-27-2004, 09:36 PM
|
#8
|
|
Member
Registered: Mar 2004
Location: Menomonie, WI
Distribution: SuSE 9.2, Slackware Current, Arch Linux 0.7
Posts: 119
Original Poster
Rep:
|
yup... that fixed it, thanks for all the help 
|
|
|
|
10-27-2004, 10:21 PM
|
#9
|
|
Senior Member
Registered: Sep 2003
Location: Indiana
Distribution: Slackware-current
Posts: 1,244
Rep:
|
I hate to keep beating this drum, but always read the changelogs. Swaret and slapt-get are not perfect tools. BOth of your problems were explained in the changelogs.
|
|
|
|
10-28-2004, 12:18 AM
|
#10
|
|
Member
Registered: Mar 2004
Location: Menomonie, WI
Distribution: SuSE 9.2, Slackware Current, Arch Linux 0.7
Posts: 119
Original Poster
Rep:
|
sorry, searched X.org wiki readme's and howto's... found no information on either subject, that's why I turn to the excellent user-supported communities... seesh 
|
|
|
|
10-28-2004, 12:26 AM
|
#11
|
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
|
|
|
|
10-28-2004, 12:35 AM
|
#12
|
|
Member
Registered: Aug 2004
Location: Atlanta, GA
Distribution: Slackware, PC-BSD v0.6, FreeBSD v5.3
Posts: 82
Rep:
|
Elec, I don't think he was bringing it up to down you or anything. He was just giving you and the rest of us non-changelog reading fools some sound advice to save us time and headaches later. 
|
|
|
|
10-29-2004, 11:42 AM
|
#13
|
|
Member
Registered: Aug 2004
Location: Atlanta, GA
Distribution: Slackware, PC-BSD v0.6, FreeBSD v5.3
Posts: 82
Rep:
|
To start off congrats on fixing the problem Electronique. Now after editing my /etc/X11/xorg.conf file to reflect the keyboard changes I find that I have the same exact issue that you were having with the libidn problem.
Quote:
Originally posted by gbonvehi
If you updated recently be sure you installed libidn package (it was added, wasn't there before).
|
I have a question about this. I did a slapt-get --upgrade and that is how I got the new files. My question is about the libidn file and whether or not it was downloaded and just not installed. If that is the case where is it located? If that is not the case I was curious where it is loacated so that I can download it specificly. Thanks.
|
|
|
|
10-29-2004, 05:24 PM
|
#14
|
|
Member
Registered: Mar 2004
Location: Menomonie, WI
Distribution: SuSE 9.2, Slackware Current, Arch Linux 0.7
Posts: 119
Original Poster
Rep:
|
slapt-get --search libidn
if it is not installed it will say:
Code:
linidn 0.5.8-i486-1 [inst=no]: libidn (GNU Internationalized Domain Name Library)
the just do a slapt-get --install libidn
and it will download it and install it
|
|
|
|
11-01-2004, 01:19 PM
|
#15
|
|
Member
Registered: Aug 2004
Location: Atlanta, GA
Distribution: Slackware, PC-BSD v0.6, FreeBSD v5.3
Posts: 82
Rep:
|
Quote:
Originally posted by electronique
slapt-get --search libidn
if it is not installed it will say:
Code:
linidn 0.5.8-i486-1 [inst=no]: libidn (GNU Internationalized Domain Name Library)
the just do a slapt-get --install libidn
and it will download it and install it
|
I am not sure whether it is downloaded or not because whenever I run any slapt-get command it comes back with an error that reads: error while loading shared libraries: libidn.so.11: cannot open shared object file: no such file or directory. So I guess I will have to find another way to get it onto my computer. Thanks for the help.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:01 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|