nvidia drivers and resolution

Quick to answer questions about finding your way around Linux Mint as a new user.
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. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
grimdestripador
Level 6
Level 6
Posts: 1051
Joined: Fri Feb 16, 2007 2:26 am

Re: nvidia drivers and resolution

Post by grimdestripador »

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.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
mick55

Re: nvidia drivers and resolution

Post by mick55 »

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
User avatar
bob
Level 1
Level 1
Posts: 37
Joined: Sat Nov 18, 2006 8:23 pm

Re: nvidia drivers and resolution

Post by bob »

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
User avatar
grimdestripador
Level 6
Level 6
Posts: 1051
Joined: Fri Feb 16, 2007 2:26 am

Re: nvidia drivers and resolution

Post by grimdestripador »

Tadaa!
Locked

Return to “Beginner Questions”