You are not logged in.

#1 2015-05-30 02:24:07

wadawalnut
Member
Registered: 2015-01-15
Posts: 14

Graphics issues upon installation of NVIDIA drivers

Until yesterday, I wasn't using the nvidia drivers on my laptop, but with that configuration it wouldn't resume after suspend. I decided to set up the nvidia drivers in an attempt to get rid of that issue. So I followed through the wiki instructions and some other forums online, and got the nvidia driver set up, which did in fact solve the resume issue! However, now I'm facing a more minor issue.
I find I only really notice this on terminal windows, and upon reason inspection it is only in certain background colors of the terminal that it is noticeable to me at all: the screen seems to display some sort of static. Picture something like static you see on a tv when you lose connection, except it's extremely faint, and the colors that make up the static are all very close to the background. It's very hard to explain, so I tried to see if a screenshot would show it, but after looking at the screenshot on another computer I couldn't see anything.
You could only really notice it if your eyes are fairly close to the monitor, so it doesn't bother me that much. Just now I know it's there so it's bugging me.
I'm not sure if this is related, but if I close my laptop for a while and then open it, just after the resume the screen is all static (exactly like you'd see on tv) but that goes away very quickly. And if the laptop isn't closed for a while, on resume the screen is all black but some seemingly random pixels are seemingly randomly colored.

In case this is important, I am on a Lenovo Ideapad Y500, which has an NVIDIA GeForce GT750M graphics card.

Here is my xorg.conf file, which I believe is where the issue stems from:

    # nvidia-xconfig: X configuration file generated by nvidia-xconfig 
    # nvidia-xconfig:  version 352.09  (buildmeister@swio-display-x86-rhel47-06)  Tue May 12 15:28:55 PDT 2015

    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0"
        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"
        Option	   "UseEdidDpi" "FALSE"
        Option	   "DPI" "90 x 90"
    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
	    Modes	   "1920x1080_32.00"
        EndSubSection
    EndSection

Offline

#2 2015-05-30 19:59:58

Soukyuu
Member
Registered: 2014-04-08
Posts: 854

Re: Graphics issues upon installation of NVIDIA drivers

Uhh, are you sure you want your monitor to run at 32Hz?

...
Modes	   "1920x1080_32.00"
...

The static you might be seeing it the low refresh rate flickering. I'd set the refresh rate to 60Hz if "auto" fails to detect it.


[ Arch x86_64 | linux | Framework 13 | AMD Ryzen™ 5 7640U | 32GB RAM | KDE Plasma Wayland ]

Offline

Board footer

Powered by FluxBB