KDE Neon 5.17.2
5.0.0-36-lowlatency
Nvidia GT 630 Driver: nvidia-driver-440
Multiscreen setup (2x 22", 1x 15")
I use breeze dark ... with default nouveau driver the theme is shown dark, but when I use the nvidia driver with an xorg.conf it's shown as light gray.
Presumably there are some faulty options in my xorg.conf, does anyone have an idea?
5.0.0-36-lowlatency
Nvidia GT 630 Driver: nvidia-driver-440
Multiscreen setup (2x 22", 1x 15")
I use breeze dark ... with default nouveau driver the theme is shown dark, but when I use the nvidia driver with an xorg.conf it's shown as light gray.
Presumably there are some faulty options in my xorg.conf, does anyone have an idea?
Code:
Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Acer K242HL" HorizSync 30.0 - 80.0 VertRefresh 55.0 - 76.0 EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GT 630" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "Stereo" "0" Option "nvidiaXineramaInfoOrder" "DFP-0" Option "metamodes" "DVI-D-0: 1440x900 +0+768 {ForceCompositionPipeline=On}, VGA-0: nvidia-auto-select +40+0, HDMI-0: 1440x900 +1440+768" Option "SLI" "Off" Option "MultiGPU" "Off" Option "BaseMosaic" "off" SubSection "Display" Depth 24 EndSubSection EndSection
Comment