Results 1 to 10 of 23
I just installed the only Nvidia driver available in the software center for Ubuntu. I'm running Ubuntu 9.10. I don't know which Nvidia driver I installed, but the screen resolution ...
- 05-14-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 9
installed an nvidia driver, now my computer boots into terminal
I just installed the only Nvidia driver available in the software center for Ubuntu. I'm running Ubuntu 9.10. I don't know which Nvidia driver I installed, but the screen resolution the Nvidia driver tried to set fails at login, so now I'm stuck booting my computer into the terminal. . I used sudo apt-get install xerver-xorg in attempt to restore the screen; however, the xerver-xorg package cannot be found. How do I restore xerver without reinstalling Ubuntu? How do I restore my original driver?
- 05-14-2010 #2Just Joined!
- Join Date
- May 2010
- Posts
- 30
ok, cd /etc/X11 or maybe in /usr/lib/X11
rm xorg.conf
startx
- 05-14-2010 #3
Hi and Welcome !
How did you install Nvidia Driver?
Try to use "vesa" driver and it override default nvidia driver.
Execute this
Above code will open xorg.conf file in nano editor. Replace Driver "nvidia" with Driver "vesa".Code:cd /etc/X11 sudo nano xorg.conf
xorg.conf file might be empty because X Server try to detect Graphics Card/Monitor and use Generic values. In that case, add this code:
Press Ctrl+X, Y and hit Enter key to save file.Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 31.5 - 70.0 VertRefresh 50 - 160 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubsection EndSection
** Contents of xorg.conf file are case sensitive.
Reboot machine.
Code:sudo shutdown -r now
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-14-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
As DC said, you don't need to uninstall or reinstall anything. You just need to change the driver in your /etc/X11/xorg.conf file to use the vesa driver. However, the best thing to do first is from the console terminal, login as root and then run the nvidia-xconfig command. That will interrogate the hardware (and monitor(s)) and configure your xorg.conf properly for the hardware you have. If you still cannot get a GUI after that, then manually alter the xorg.conf file as DC suggested.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-14-2010 #5Just Joined!
- Join Date
- May 2010
- Posts
- 9
I installed the driver using the synaptic package manager, I believe.
When I put "Vesa" in as device driver, the following message appeared after reboot:
usplash: setting mode 1152X864 failed.
usplash: using mode 1024X768
nmdb is running.
All I get is the terminal after this asking me to login.
I tried using nvidia-xconfig in root but was told "No such file or directory." Now what?
- 05-14-2010 #6
Execute startx command and post error message here, if any.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-14-2010 #7Just Joined!
- Join Date
- May 2010
- Posts
- 30
I had this same problem, I run an older presario r3000 with a nvidia card, after I installed the linux drivers from nvidia, startx worked, but everything was scrambled. I just deleted the xorg.conf file from /etx/X11 and it has worked perfectly since.
- 05-14-2010 #8Just Joined!
- Join Date
- May 2010
- Posts
- 5
i am also new to linux .. but i have the same problem before ..
i just sudo apt-get remove gdm and then download the gdm again sudo apt-get install gdm
and my gdm works
- 05-14-2010 #9Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-14-2010 #10Just Joined!
- Join Date
- May 2010
- Posts
- 9
I installed the driver through the system package manager. It was the *only* driver listed available for Nvidia with a wide range of supported cards.
Log file from startx:
Using config file: etc /x11/xorg.conf
(EE) Failed to load module "Vesa" (Module doesn't exist, 0)
(EE) No drivers available
Fatal server error: No screens found
Please consult the x.org foundation support. Wiki.x.xorg.


Reply With Quote
