LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 06-08-2006, 04:01 PM   #1
icetomyst
LQ Newbie
 
Registered: Jun 2006
Distribution: FC5
Posts: 14

Rep: Reputation: 0
Trying to reinstall xwindow on GNOME FC5


First of all im using GNOME under FC5 and I'm very new to linux so i pretty stupid when it comes to this kind of thing, so basically talk to me like I'm 4. Something apparently happened when i updated my graphics card drivers and xwindow became corrupted so that when i restarted my computer my window manager wouldnt load...so i went to Add/Remove Programs and I poorly assumed that I would simply uninstall Window Manager, pop in my FC5 install DVD and reisntall it, no problems, so i uninstall it then restart. Loaded up to linux to make sure xwindow was gone and indeed it was (just got the login text prompt loacalhost: ) SO i put in my FC5 DVD and reboot come to the installation screen and from there cannot figure out for the life of me how to reinstall the Window Manager system without reinstalling FC5 entirely, when i go to update it just takes me to Unpacking Linux Installer then pretty much immediately after it says Update Complete and pops out the disk...Like i said im pretty new when it comes to linux and cant really function without my desktop environment. Any help is appreciated, thanks in advance.

Last edited by icetomyst; 06-08-2006 at 04:11 PM.
 
Old 06-08-2006, 05:20 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
so basically talk to me like I'm 4
This might prove to be the greatest challenge for me ;-p


OK. It's not that hard, so relax. Basically you just mount the DVD and try to install a group of rpm's. The RPM package manager should take care of all dependencies once you pick the right package. I could let you try and install a host of rpm's, but that's a wee bit crude. Let's first determine what you're missing. Log in as root and then type this in your console:
Code:
grep User /usr/share/doc/rpm-4*/GROUPS|while read grp; do
echo "# Group: ${grp}"; rpm -q -g "${grp}"; echo; done|tee /tmp/rpms.log
What this does is list the rpm's from the database (your installed rpm's) in the "User Interface" groups and log it to a file called /tmp/rpms.log. Please post the contents of /tmp/rpms.log so we have a better idea what's missing.
 
Old 06-08-2006, 08:50 PM   #3
icetomyst
LQ Newbie
 
Registered: Jun 2006
Distribution: FC5
Posts: 14

Original Poster
Rep: Reputation: 0
Code:
# Group: User Interface/Desktops

redhat-menus-6.7.5-1
hicolor-icon-theme-0.9-2
nautilus-cd-burner-2.14.2-1


# Group: User Interface/X

xorg-x11-xkb-utils-1.0.1-1.2
xorg-x11-font-utils-1.0.1-3
xorg-x11-server-utils-1.0.1-1.2
xorg-x11-xauth-1.0.1-1.2
xorg-x11-xkbdata-1.0.1-7
xorg-x11-utils-1.0.1-1.2
urw-fonts-2.3-6.1
xorg-x11-fonts-base-7.0-3


# Group: User Interface/X Hardware Support

xorg-x11-drv-mouse-1.0.4-1
xorg-x11-drv-savage-2.0.2.3-1.2
xorg-x11-drv-dynapro-1.0.0.5-1.2
xorg-x11-drv-elo2300-1.0.0.5-1.2

Last edited by icetomyst; 06-08-2006 at 08:52 PM.
 
Old 06-09-2006, 03:23 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
OK, mount the DVD and try this:
Code:
fpath="/mnt/cdrom/Fedora/RPMS"
for name in switchdesk-gnome redhat-artwork metacity gnome-panel kdebase gnome-icon-theme \
fontilus gnome-session gnome-terminal control-center eog gnome-applets nautilus nautilus-media"; do
name=$(find $fpath -type f -iname ${name}-\*.i386.rpm) && rpmset="${rpmset} ${name}"; done
rpm --test -i $rpmset 2>&1 | tee /tmp/rpmi.log
If this ran without problems then you can rerun it without the "--test" flag to actually install packages,
else if this has any problems like find saying "No such file or dir" then adjust the "fpath" before running again,
else in case of other problems post the contents of /tmp/rpmi.log.
 
Old 06-09-2006, 08:31 AM   #5
icetomyst
LQ Newbie
 
Registered: Jun 2006
Distribution: FC5
Posts: 14

Original Poster
Rep: Reputation: 0
up and running now, thanks alot

Last edited by icetomyst; 05-08-2008 at 02:30 AM.
 
  


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
broken xwindow/gnome question prplmnkydw Debian 1 07-15-2005 12:05 AM
Reinstall xwindow hippo159 Mandriva 2 02-13-2005 06:31 PM
Mandrake reinstall xwindow hippo159 Linux - Newbie 0 02-13-2005 03:14 PM
Reinstall Gnome Obscure Linux - Newbie 4 04-30-2003 06:38 AM
How to quit Xwindow (Gnome) fxlee Linux - Newbie 5 10-13-2001 06:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 12:55 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