Announcement

Collapse
No announcement yet.

Nvidia driver messes up screen resolution for X11

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

  • joneall
    replied
    Thanks for your reply. However, I don't understand, because 375 is what I installed.

    $ dpkg -l nvidia-361
    dpkg-query: no packages found matching nvidia-361
    $ dpkg -l nvidia-375
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name Version Architecture Description
    +++-=======================-================-================-================================================== ==
    ii nvidia-375 375.39-0ubuntu0. amd64 NVIDIA binary driver - version 375.39

    Why is xorg.conf still talking about 361?

    Leave a comment:


  • stephen46710
    replied
    Hi,

    you should be using the "nvidia-375" package according to the Nvidia drivers website!, (see supported products):

    http://www.geforce.com/drivers/results/114708

    If you can get into recovery mode (a network cable connection is required!), first go to "network" and then "root" and enter the following command:

    sudo apt-get remove nvidia-361 && sudo apt-get install nvidia-375

    Restart with Ctrl + Alt + Del, do not click on resume!.

    Leave a comment:


  • joneall
    replied
    I tried checking

    Force fonts DPI 96

    in system settings > fonts. The fonts are almost normal now, but the login screen is still a mess, so that is not the best solution. Plus, in Konsole, my cursor is 3 steps ahead of what I type, by which I mean that there are three blanks at the end of the line before the cursor, which is really weird. Makes it practically impossible to backspace and correct typos.

    I may have to remove nvidia and go back to occasional crashes (nouveau 0000:01:00.0: fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]).

    Leave a comment:


  • Nvidia driver messes up screen resolution for X11

    I installed the Nvidia driver under Neon.

    Now I have a real mess. It's as if the screen resolution were on some very low value. If I look in system settings or the nvidia conf editor, it says 1920x1200, which is correct. But all the windows are huge as are the characters on the bars above them. Curiously, tho, this page on Firefox looks fine, except for the X11-generated window bar at the top. Thunderbird, tho, looks like ... garbage, as does Chrome.

    I tried deleting /etc/X11/xorg.conf and rebooting, but the system did not even build a new one and the problem persists.

    The system is unusable in this state. Any urgent help appreciated.

    Here's the contents of xorg.conf, if that is any help:

    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 361.42 (buildd@lgw01-18) Tue Apr 5 14:33:28 UTC 2016

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Samsung SyncMaster"
    HorizSync 27.0 - 81.0
    VertRefresh 50.0 - 60.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GT 740"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "DFP-1"
    Option "metamodes" "nvidia-auto-select +0+0"
    Option "SLI" "Off"
    Option "MultiGPU" "Off"
    Option "BaseMosaic" "off"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    I'm running KDE neon LTS 5.8 with an Nvidia GK107 [GeForce GT 740] graphics card.

    I originally posted this under a different title, then moved it here. Sorry for any confusion.
Working...
X