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.
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.
Comment