[SOLVED] Wrong resolution after installing nvidia driver

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
linux_rules
Level 4
Level 4
Posts: 277
Joined: Sun Apr 24, 2011 1:51 am

[SOLVED] Wrong resolution after installing nvidia driver

Post by linux_rules »

Code: Select all

*-display               
       description: VGA compatible controller
       product: GK107 [GeForce GTX 650]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:16 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:f7000000-f707ffff
After I installed the recommended driver using Driver Manager the resolution is very low.

Any ideas how to fix it ?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
DAMIEN1307

Re: Wrong resolution after installing nvidia driver

Post by DAMIEN1307 »

the following article from "easy linux" should be able to help you in getting the proper driver necessary for your nvidia...it is written and kept up to date by "Pjotr" who is a regular contributor to this forum as well...these are the 2 different sections in his column i have found thus far...there may be more...the first one has remedies for "wrong resolutions"...DAMIEN

https://sites.google.com/site/easylinux ... ct/display

https://sites.google.com/site/easylinuxtipsproject/12
linux_rules
Level 4
Level 4
Posts: 277
Joined: Sun Apr 24, 2011 1:51 am

Re: Wrong resolution after installing nvidia driver

Post by linux_rules »

I am really confused. Which driver do I install for GeForce GTX 650 ?

Edit: Found it. Its nvidia-390.
DAMIEN1307

Re: Wrong resolution after installing nvidia driver

Post by DAMIEN1307 »

this is the best i can come up with...i dont use nvidia myself but found this for you to look at and see if this fits what you got...this was back in sept 2012...there may be newer but not knowledgeable enough to go further...DAMIEN

http://www.nvidia.com/object/linux-disp ... .51-driver
linux_rules
Level 4
Level 4
Posts: 277
Joined: Sun Apr 24, 2011 1:51 am

Re: Wrong resolution after installing nvidia driver

Post by linux_rules »

Code: Select all

sudo apt-get purge nvidia* 

Code: Select all

 sudo add-apt-repository ppa:graphics-drivers/ppa 

Code: Select all

sudo apt-get install nvidia-390 
Then reboot.

Resolution is back to normal.
Locked

Return to “Beginner Questions”