Proprietary Nvidia Drvier

Archived topics about LMDE 1 and LMDE 2
Locked
uncleguido

Proprietary Nvidia Drvier

Post by uncleguido »

I've been researching the forums and tutorials and see so many ways to install the proprietary nvidia drivers.
Can someone recommend the easiest and preferred way of installing latest drivers for LMDE2 from nvidia?

Will these drivers need to be updated as updates roll-out?

Thanks
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.
Kilwillie

Re: Proprietary Nvidia Drvier

Post by Kilwillie »

I followed the method outlined here for the 352.79 drivers from jessie-backports:

https://wiki.debian.org/NvidiaGraphicsDrivers
killer de bug

Re: Proprietary Nvidia Drvier

Post by killer de bug »

Here is a nice detailed installation guide:
viewtopic.php?f=191&t=82424#p478177
uncleguido

Re: Proprietary Nvidia Drvier

Post by uncleguido »

So, I have a Nvidia GTX 980 Ti video card and I decided to go ahead and download the latest driver from nvidia and install that because I was impatient. So everything went smooth and was happy with the install. It asked to use dkms incase I want to update kernel and it ran nvidia-xconfig automatically. I rebooted and everything was working perfect. I had my 1920x1200 resolution for my monitor setup correct. So, I shutdown for the night and when I booted up this morning my resolution is 640x480. My xorg.conf file is using the nvidia driver but I have no resolutions settings under "Screen" section.

How can I get my resolution back?

Code: Select all

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 367.44  (buildmeister@swio-display-x86-rhel47-01)  Wed Aug 17 22:54:35 PDT 2016


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         "kbd"
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
kevinthefixer
Level 4
Level 4
Posts: 280
Joined: Thu Jul 23, 2015 10:36 pm

Re: Proprietary Nvidia Drvier

Post by kevinthefixer »

Try running nvidia-xconfig again in terminal. Also install nvidia-settings, see if you have those settings available in the GUI.

The problem seems to be that the driver can't ID the monitor properly. I had the exact same symptoms after running nvidia-xconfig while connected to a cheap projector; I simply hooked up to a decent monitor, ran nvidia-xconfig again, rebooted, opened nvidia-settings and made a few tweaks, saved those tweaks (there's a handy button), shut down and hooked back up to the projector--fixed!
Locked

Return to “LMDE Archive”