LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-23-2012, 11:40 AM   #1
acraig
Member
 
Registered: Oct 2010
Distribution: Linux Mint 13 Maya 32-bit
Posts: 126

Rep: Reputation: 6
Unhappy Was using Nvidia driver, now I'm not and can't get it back up


The first time I had this problem was after installing all the updates to Linux Mint Nadia 14 after the final release. I ran
Code:
sudo nvidia-xconfig
just like nvidia x server settings said I must and I got immediate results. I didn't even have to rebbot. But now that the driver isn't being recognized again it's not working.
I ran that same command and rebooted the computer 5 times with no result. Everthing is HUGE.

Here's what my xorg.conf file looks like
Quote:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.43 (buildmeister@swio-display-x86-rhel47-02.nvidia.com) Sun Aug 19 21:28:54 PDT 2012


Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "nvidia"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
My screen resolution should be 1280x1024 by the way, but as you can see there's not even a modeline for whatever reason.
I hope someone out there has a solution to this problem. I have no idea why it worked the first time, but not this time.
 
Old 11-23-2012, 12:25 PM   #2
floppy_stuttgart
Senior Member
 
Registered: Nov 2010
Location: EU mainland
Distribution: Debian like
Posts: 1,113
Blog Entries: 5

Rep: Reputation: 106Reputation: 106
http://wiki.ubuntuusers.de/nvidia-settings

here it says
============
Probleme

Auflösung in xorg.conf wird nicht übernommen (GNOME)

Das GNOME-Programm zur Konfiguration der Bildschirme speichert die Monitorkonfiguration in der Datei ~/.config/monitors.xml. nvidia-settings verwendet dagegen die Datei /etc/X11/xorg.conf. Beim Start der grafischen Oberfläche wird zuerst die Bildschirmkonfiguration der xorg.conf aktiviert, anschließend jedoch durch die Konfiguration in der monitors.xml ersetzt. Bei Verwendung von nvidia-settings zur Monitorkonfiguration sollte daher eine bestehende monitors.xml gelöscht und auf den parallelen Einsatz des GNOME-Konfigurationsprogramms Bildschirme verzichtet werden.
============

so, delete ~/.config/monitors.xml
?
 
Old 11-23-2012, 12:27 PM   #3
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 496Reputation: 496Reputation: 496Reputation: 496Reputation: 496
Try senaptic and install whatever is current on nvidia for Mint 14; chances are your display is automatically configured and might get right upon reboot. Menu -> Admin -> Synaptec -> (Search 'nvidia' or 'envy') -> Apply -> wait -> done.
 
Old 11-23-2012, 09:02 PM   #4
noncomputergeek
Member
 
Registered: Oct 2009
Distribution: ubuntu
Posts: 108

Rep: Reputation: 17
Quote:
Originally Posted by acraig View Post
The first time I had this problem was after installing all the updates to Linux Mint Nadia 14 after the final release. I ran
Code:
sudo nvidia-xconfig
just like nvidia x server settings said I must and I got immediate results. I didn't even have to rebbot. But now that the driver isn't being recognized again it's not working.
I ran that same command and rebooted the computer 5 times with no result. Everthing is HUGE.

Here's what my xorg.conf file looks like


My screen resolution should be 1280x1024 by the way, but as you can see there's not even a modeline for whatever reason.
I hope someone out there has a solution to this problem. I have no idea why it worked the first time, but not this time.
I had a similar problem in ubuntu,
what happened was that I needed to reinstall the driver.
What I did was delete the driver.
update the kernel and the headers to the latest ones.
Then installed the nvidia driver via terminal.
i saw that the driver was compiling for a .17 kernel and I had a .18 kernel.
What I did was go back and installed the .17 kernel and headers, then the driver again and all was swell.
Not sure if this will help or not.
 
Old 11-24-2012, 12:16 AM   #5
acraig
Member
 
Registered: Oct 2010
Distribution: Linux Mint 13 Maya 32-bit
Posts: 126

Original Poster
Rep: Reputation: 6
Smile Thank you!

I removed the driver nvidia-current and installed nvidia-current-updates because it was described as being the same driver in a different package, and since the other one was acting up I figured 'why not'.
After installing, I ran
Code:
sudo nvidia-xconfig
and rebooted. Everything was the perfect size again. Sooooo I go into Nvidia X-Server Settings and it says
Quote:
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.
I have no idea what that is about, or if I should be concerned. Should I? Keep in mind that before things went wonky this morning, I had never opened that program before and have no way of knowing if it's just a bug specific to it. Is there something else I should do? Or should I just be happy that my sreen resolution is back to what it should be?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Nvidia driver - Screen blanks and wont come back! ljs662_removed Ubuntu 7 06-22-2007 09:58 PM
Hooray!... got nVidia driver working. How do I enhance nVidia's advance functions? ExCIA Debian 1 08-12-2006 05:18 AM
changed driver to nvidia, can't login to X, need to change driver back to vesa how??? Fear58 Linux - Software 7 12-08-2004 12:08 AM
nvidia fx5600 loads vesa driver instead of nvidia driver saburo62 Linux - Hardware 3 05-04-2004 03:59 PM
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 05:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:52 PM.

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