LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-31-2005, 04:57 PM   #1
Firewielder
LQ Newbie
 
Registered: Feb 2004
Location: Temple, Texas
Distribution: Fedora 4
Posts: 8

Rep: Reputation: 0
Unhappy X Configure problems?


This afternoon I installed Fedora Core 4 on my main desktop, and as far as I can tell, everything is working correctly, but I cannot get any GUI sessions started, and I get a message "I cannot start the X server (your graphical interface). It is likely that it is not set up correctly. Would you like to view the X server output to diagnose the problem?" when I reboot; choosing <Yes> leads to a text login prompt; <No> does the same. I have not used Linux in a few years (due to being on a restrictive DoD network), but the Suse 9.0 that was on my computer before worked fine with my hardware -- relevant parts listed below.

ABIT NF7-S v2.0 motherboard, bios 27
3x 512MB Corsair PC3200 ram
ATI Radeon 9800XT video card
Western Digital WD740GB and WD2500JB hard drives

Any ideas would be tremendously appreciated!
 
Old 11-01-2005, 05:29 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
login on a text console and firstly try running "init 3" and when you're left with a normal prompt, run "startx" this should give you the same errors as normal, but you should be able to see them, and see what the errors are. errors start (EE) normally. you can also see more detailed information in the log file, by running "cat /var/log/Xorg.0.log" and seeing again for the (EE) lines. if you need to set it up again, there's a redhat-config-something tool to do it for you, although i forget the one that it is off hand. type "redhat-config-" then press tab a few times to see all the potential options, then pick the best sounding one!
 
Old 11-01-2005, 06:44 AM   #3
Firewielder
LQ Newbie
 
Registered: Feb 2004
Location: Temple, Texas
Distribution: Fedora 4
Posts: 8

Original Poster
Rep: Reputation: 0
Running "init 3" gives:
INIT: Switching to runlevel: 3
INIT: Sending processes the TERM signal
Starting pcmcia: [ OK ]
Starting lm_sensors [ OK ]
Starting anacron [ OK ]

Running "startx" from there outputs:
-bash: startx: command not found

When I cd to / and try it, I get the same thing; "cat /var/log/Xorg.0.log" returns:
cat: var/log/Xorg.0.log: No such file or directory

Thanks for the attempt...

Last edited by Firewielder; 11-01-2005 at 06:45 AM.
 
Old 11-01-2005, 08:08 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
wow, ok then.. looks like X is not even installed!! FC4 uses oxrg, not xfree86, so run an rpm query:
Code:
piggy ~ # rpm -qa | grep xorg
xorg-x11-libs-6.8.1-23.EL
xorg-x11-xfs-6.8.1-23.EL
xorg-x11-Mesa-libGL-6.8.1-23.EL
xorg-x11-font-utils-6.8.1-23.EL
that lists X packages installed. note that you should have more than this... this example box doesn't run a full X server. if you get none back, use redhat-config-packages to install the X Windows section from your cd, or yum to install from the interweb.
 
Old 11-01-2005, 10:41 AM   #5
Firewielder
LQ Newbie
 
Registered: Feb 2004
Location: Temple, Texas
Distribution: Fedora 4
Posts: 8

Original Poster
Rep: Reputation: 0
More...error

Running "rpm -qa | grep xorg" from / as root (the only user thus far) yields:

xorg-x11-Mesa libGLU-6.8.2-31
xorg-x11-xauth-6.8.2-31
fonts-xorg-base-6.8.2-1
xorg-x11-Mesa-libGL-6.8.2-31
xorg-x11-twn-6.8.2-31
fonts-xorg-75dpi-6.8.2-1
xorg-x11-libs-6.8.2-31
xorg-x11-font-utils-6.8.2-31
xorg-x11-xfs-6.8.2-31
fonts-xorg-100dpi-6.8.2-1
error: rpmdbNextIteraror: skipping h# 516 Header V3 DSA signature: BAD, key
ID 4f2a6fd2


Seems to say it's missing something, but I've no idea what...
Also, running "redhat-config-packages" yields "command not found".

Last edited by Firewielder; 11-01-2005 at 10:45 AM.
 
Old 11-01-2005, 10:48 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well there's no base xorg-x11 there. just checked my FC4 VM, i have xorg-x11-6.8.2-37 .FC.49.2 installed. that error towards the end might relate to an RPM database error, but see if installing it again helps. there's also an xorg-x11-tools package you're missing.
 
Old 11-01-2005, 01:10 PM   #7
Firewielder
LQ Newbie
 
Registered: Feb 2004
Location: Temple, Texas
Distribution: Fedora 4
Posts: 8

Original Poster
Rep: Reputation: 0
I've reinstalled FC4 in total 4 times now, same error each time; the media test before install always says my DVD is good to go. How do I install just the xorg-x11 packages from the text-based login? I'm not usually a console user.
 
Old 11-01-2005, 03:22 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
primarily as i said, try redhat-config-packages. but if that doesn't work:

insert cd1
type "mount /mnt/cdrom"
type "rpm -Uvh --force /mnt/cdrom/Redhat/RPMS/xorg-x11-6.8.2.whatever.rpm"

or rather, never type file names, instead use the tab key to automatically complete. e.g. "/mnt/cdr[tab]Re[tab]R[tab]xorg[tab]6[tab]" that way you know the file is there, and it's quicker. note that /mnt/cdrom is only a guess at where your cdrom would mount. "cat /etc/fstab" to see exactly where it is.

also though, yum should be working, so just try to grab it from the net: "yum update xorg-x11"
 
Old 11-01-2005, 05:53 PM   #9
Firewielder
LQ Newbie
 
Registered: Feb 2004
Location: Temple, Texas
Distribution: Fedora 4
Posts: 8

Original Poster
Rep: Reputation: 0
4f2a6fd2

"yum update" seems to run correctly, but there are often instances of the following error as it executes:

error: rpmdbNextIterator: skipping h# 516 Header V3 DSA signature: BAD, key
ID 4f2a6fd2

By often, I mean several hundred (from what I can see). It hasn't finished yet, but does anyone know what that error might refer to and how I can fix it?

Last edited by Firewielder; 11-01-2005 at 05:57 PM.
 
Old 11-02-2005, 05:21 AM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
not an issue i've had to deal with, but google brought me back to LQ for one possible solution, and another from redhat's lists.

http://www.linuxquestions.org/questi...468#post896468
http://www.redhat.com/archives/rpm-l.../msg00118.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
X Configure problems? Firewielder Linux - Software 2 11-01-2005 12:05 PM
./configure problems beans Linux - Software 10 08-27-2004 04:36 PM
./configure problems jsaxton86 Linux - Software 7 06-18-2004 12:00 AM
Problems with ./configure Nylex Linux - Software 7 07-09-2003 03:15 AM
./configure problems poacher Linux - Software 1 09-11-2002 01:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration