Hey everyone!
I've got a Slack64 14.1, upgraded to current and then installed the multilib packages on a Lenovo Y510P without hybrid graphics running on a single NVIDIA GT 755M (used to be two of those but I removed one because Linux and SLI aren't playing nice on this laptop and Lenovo won't cooperate
).
Installed nvidia-{kernel,driver} from SBo and it's working. There's something bugging me though: KDM, the KDE wallpaper and Google Chrome are using 24-bit depth instead of 32-bit depth. The result is poor colors and terrible gradients on wallpapers, web pages, etc. I've tried querying windows with xwininfo and here's what I got:
Code:
xwininfo: Window id: 0x2200199 "plasma-desktop"
Absolute upper-left X: 0
Absolute upper-left Y: 0
Relative upper-left X: 0
Relative upper-left Y: 0
Width: 1920
Height: 1080
Depth: 24
Visual: 0x21
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x20 (installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsViewable
Override Redirect State: no
Corners: +0+0 -0+0 -0-0 +0-0
-geometry 1920x1080+0+0
Code:
xwininfo: Window id: 0x5600042 "axtroz : xwininfo – Konsole"
Absolute upper-left X: 416
Absolute upper-left Y: 104
Relative upper-left X: 0
Relative upper-left Y: 0
Width: 1276
Height: 669
Depth: 32
Visual: 0x23
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x5600001 (not installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsViewable
Override Redirect State: no
Corners: +416+104 -228+104 -228-307 +416-307
-geometry 1276x669+414+81
I did my fair share of googling but found nothing.
If I connect an external monitor and reboot, I get 24-bit depth on the primary laptop monitor and 32-bit depth on the external one. If I revert the drivers back to 337.12 (which I used before the -current upgrade) it's working just fine. I tried reinstalling the whole OS and using the 340.24 drivers via NVIDIA's installer on a pure 64-bit 14.1 system but it yields the same results.
Does anyone have any idea how to chase down this issue as it's really annoying ?
Thanks in advance!