das nvidia mdodul war gegen den falschen kernel gelinkt, nach neuinstallation von nvidia-drivers klappt es nun
Hi,
mysteriöserweise funzt direct rendering bei mir nur als root.
|
Quellcode
|
1
2
|
glxinfo | grep "direct rendering"
direct rendering: Yes
|
|
Quellcode
|
1
2
|
glxinfo | grep "direct rendering"
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
|
|
Quellcode
|
1
2
3
4
5
|
eselect opengl list
Available OpenGL implementations:
[1] nvidia *
[2] xorg-x11
[code]
|
[/code]
|
Quellcode
|
1
2
|
uname -a
Linux enceladus 4.1.12-gentoo #1 SMP Wed Nov 4 15:51:55 CET 2015 x86_64 Intel(R) Core(TM) i7 CPU M 620 @ 2.67GHz GenuineIntel GNU/Linux
|
|
Quellcode
|
1
2
|
equery which nvidia-drivers
/usr/portage/x11-drivers/nvidia-drivers/nvidia-drivers-340.93-r1.ebuild
|
lspci:
|
Quellcode
|
1
2
|
VGA compatible controller: NVIDIA Corporation GT218M [NVS 3100M] (rev a2) (prog-if 00 [VGA controller])
Subsystem: Lenovo ThinkPad T410
|
System startet mit systemd, das acl use-flag ist gesetzt, und ich bin in der video-gruppe (obwohl das nicht nötig sein sollte, just in case)
Im nvidia-Eintag des Gentoo-Wiki habe ich auch nichts gefunden, was mir weiterhilft.
Rüdiger