Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Redhat / Fedora Linux Help
Reload this Page PLEASE HELP ME: X sever problems
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Redhat / Fedora Linux Help Help and discussion related to Redhat and Fedora Linux.

Reply
 
Thread Tools Display Modes
Old 10-22-2004   #11 (permalink)
jeremy1701
Linux Guru
 
Join Date: Mar 2003
Location: Wisconsin
Posts: 1,904
Send a message via Yahoo to jeremy1701
As root, you should be able to restore your backup xconfig file. It'll be in /etc/X11 and be called something like xorg.conf.bak or .old. If you're running Xf86, I think it's called Xfree86.conf.old.

Jeremy
__________________
Registered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
jeremy1701 is offline   Reply With Quote
Old 10-22-2004   #12 (permalink)
Bloggins
Just Joined!
 
Join Date: Apr 2004
Posts: 88
X problems

In Fedora core 2 the xserver is xorg, the command to configure X (as root) is
system-config-display
but if you are seeing an Nvidia splash screen then then you must have installed the NVidia driver from them, the install docs are in /usr/share/doc/nvidia* it also it describes how to setup twinview.
If you use system-config-display with the NVidia provided module, it will change fron the NVidia provided module (nvidia)to the fedora provided one (nv)
Better you edit /etc/X11/xorg.conf by hand.

you are going to have to boot in singe user to avoid starting X in order to edit xorg.conf

In addition if you want to change to the nv module then you must remove the nvidia entry in /etc/modules.conf
Bloggins is offline   Reply With Quote
Old 10-23-2004   #13 (permalink)
the_nerd
Just Joined!
 
Join Date: Sep 2004
Posts: 27
Ok here what going on. I did install the nvidia drives but i changed the moniter type and I forgot each time I change disply types that it switches back to the old drivers wich twinview dosnt work on so thats preventing the x sever to boot. Then i did the system-config-display command to change the driver back but I thinked it only changed the driver on display 1 so each time it crashes at the nvidia splash page now.
the_nerd is offline   Reply With Quote
Old 10-23-2004   #14 (permalink)
Bloggins
Just Joined!
 
Join Date: Apr 2004
Posts: 88
In addition if you want to change back to the nv module then you must remove the nvidia entry in /etc/modules.conf
Its probable that the entry in modules.conf is still there cause otherwise you would not see NVidia splash screen on graphical boot
Bloggins is offline   Reply With Quote
Old 10-23-2004   #15 (permalink)
the_nerd
Just Joined!
 
Join Date: Sep 2004
Posts: 27
It crashes before Linux fully loads.
the_nerd is offline   Reply With Quote
Old 10-23-2004   #16 (permalink)
Bloggins
Just Joined!
 
Join Date: Apr 2004
Posts: 88
boot to single user mode by hiting e at the grub boot prompt (or p if you set a password to grub config) then ad an s to the kernel parameters ( second line then hit enter and b to boot selected kernel, once in single user issue mount -a to mount all partitions and edit the /etc/modules.conf to get rid of nvidia module
Bloggins is offline   Reply With Quote
Old 10-23-2004   #17 (permalink)
the_nerd
Just Joined!
 
Join Date: Sep 2004
Posts: 27
Re: X problems

Quote:
Originally Posted by Bloggins
In Fedora core 2 the xserver is xorg, the command to configure X (as root) is
system-config-display
but if you are seeing an Nvidia splash screen then then you must have installed the NVidia driver from them, the install docs are in /usr/share/doc/nvidia* it also it describes how to setup twinview.
If you use system-config-display with the NVidia provided module, it will change fron the NVidia provided module (nvidia)to the fedora provided one (nv)
Better you edit /etc/X11/xorg.conf by hand.

you are going to have to boot in singe user to avoid starting X in order to edit xorg.conf

In addition if you want to change to the nv module then you must remove the nvidia entry in /etc/modules.conf
How do i edit the xorg.conf by hand in the terminal.
the_nerd is offline   Reply With Quote
Old 10-23-2004   #18 (permalink)
Bloggins
Just Joined!
 
Join Date: Apr 2004
Posts: 88
by hand i mean vi , are you familiar with vi?.If not I'll provide more info. I think what you have going on is that in your /etc/modules.conf file you have an entry to load the nvidia module., this is why you see the nvidia splash screen but the driver pointed to in /etc/xorg.conf is the fedora provide one, if you can comment out or remove the nvidia entry in /etc/modules.conf you should be able to boot to your GUI
Bloggins is offline   Reply With Quote
Old 10-23-2004   #19 (permalink)
the_nerd
Just Joined!
 
Join Date: Sep 2004
Posts: 27
Um I want to use the nvidia drivers they work 100% percent better than nv. This was all caused by me changing my moniter type and fedora changed the driver to nv.Nv donet work with my video card good and prevents the x server to start if I have twin view enable wich i do. So is there anyway just to view and edit xor.conf file in the terminal. Or can you explain this modual thing to me better.
the_nerd is offline   Reply With Quote
Old 10-23-2004   #20 (permalink)
Bloggins
Just Joined!
 
Join Date: Apr 2004
Posts: 88
If you want to use the NVidia provided driver then you must edit /etc/X11/xorg.conf . To do this all you need to do is find
the relevant Device section and replace the line:
Driver "nv"
with
Driver "nvidia"

In the Module section, make sure you have:
Load "glx"
You should also remove the following lines:
Load "dri"
Load "GLcore"

to set the resolution look for lines that look something like this:

SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"

just make sure that the resolution you want to display at is first.

in order to do this stuff, you have to know how to use the vi editor, do you know how to use that?
Bloggins is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 08:38 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0