Announcement

Collapse
No announcement yet.

Nvidia won't remember settings

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Nvidia won't remember settings

    Since I updated to 5.53, every second or third time I boot up, Nvidia settings are reset to default where my second monitor mirrors my primary monitor. This is starting to get really annoying. I have an xorg.conf file, but that doesnt seem to be doing anything. How can I find the cause of this and fix it?

    #2
    Have you set the primary display in system settings? I have 3 monitors and have the center set as primary and I don't have this issue.

    Also, I no longer try to use xorg.conf because the system kept renaming it so it wasn't being used. Instead, create a file called 65nvidia and put it in /etc/X11/Xsession.d/ with your desired options. Mine contains:


    Code:
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce GTX 780"
        Option         "Coolbits" "12"
        Option "TripleBuffer" "True"
        Option "BackingStore" "True"
    EndSection
    I think you can put anything in here pertaining to the video setup.

    Please Read Me

    Comment

    Working...
    X