Sounds like the common ubuntu X11/Xorg autodetect problem. Your system is detecting invalid configuration and is reverting to culpability mode. I'm at a loss at how to fix this but others have been successful. For me, I just restart and it reverts between 640x480 to ungodly high 2400x????. Perhaps we don't have the same problem, but the problem lies in the same place.
For more help continue asking questions, and Post some more specific details on which method you used to install nvidia drivers.
nvidia drivers and resolution
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
- grimdestripador
- Level 6
- Posts: 1051
- Joined: Fri Feb 16, 2007 2:26 am
Re: nvidia drivers and resolution
hi Suzyplums
It sounds as if perhaps the driver is not activated.
Go to Menu>Control Center>Hardware>Hardware Drivers
and see if Nvidia accelerated graphics driver
(version 180)[recommended] is activated.
Downloading the driver does not automatically activate it.
This may be your problem.
If that driver is not listed then you need to download it:^)
(I am assuming your hardware is compatible with your intentions)
good luck
mick
It sounds as if perhaps the driver is not activated.
Go to Menu>Control Center>Hardware>Hardware Drivers
and see if Nvidia accelerated graphics driver
(version 180)[recommended] is activated.
Downloading the driver does not automatically activate it.
This may be your problem.
If that driver is not listed then you need to download it:^)
(I am assuming your hardware is compatible with your intentions)
good luck
mick
Things are more like they are now than they ever were before.
Dwight D. Eisenhower (1890 - 1969)
Dwight D. Eisenhower (1890 - 1969)
Re: nvidia drivers and resolution
Actually, I'm experiencing much the same thing right now. Somehow, Mint has forgotten that I'm running a LCD monitor @ 1024x768 and has decided that it must be a CRT monitor with 640x480 resolution.
Here's my current /etc/X11/xorg.conf:
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
BTW, the Nvidia display settings control picklist has no other options but CRT.
EDIT: As info, killing the Nvidia driver and then reinstalling it resolved my glitch.
Here's how it now reads:
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Here's my current /etc/X11/xorg.conf:
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
BTW, the Nvidia display settings control picklist has no other options but CRT.
EDIT: As info, killing the Nvidia driver and then reinstalling it resolved my glitch.
Here's how it now reads:
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
- grimdestripador
- Level 6
- Posts: 1051
- Joined: Fri Feb 16, 2007 2:26 am