You are not logged in.

#1 2015-09-22 11:51:31

maledict
Member
From: Russia
Registered: 2015-09-22
Posts: 6

Nvidia + GLX

Hi everyone. I got plasma 5 DE on my arch Kernel: x86_64 Linux 4.1.6-1-ARCH
my graphics card is

01:00.0 VGA compatible controller: NVIDIA Corporation GF104 [GeForce GTX 460] (rev a1)

i've installed nvidia drivers. When i try to change the compositing type from XRender to OpenGL it jumps back when i close settings and run it again.
Here is glxinfo:

[maledict@arch ~]$ glxinfo |grep version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL version string: 3.0 Mesa 10.6.7
OpenGL shading language version string: 1.30

my xorg.conf is

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

/etc/X11/xorg.conf.d/10-nvidia.conf

Section "Device"
        Identifier "Default nvidia Device"
        Driver     "nvidia"
        Option     "NoLogo" "True"
        Option     "TwinView" "off"
        Option     "TripleBuffer" "1"
        Option     "GLXVBlank"    "True"
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Offline

#2 2015-09-22 12:38:20

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,771

Re: Nvidia + GLX

You don't have nvidia-libgl installed (it isn't a hard dep because of bumblebee)

Offline

#3 2015-09-22 13:31:23

maledict
Member
From: Russia
Registered: 2015-09-22
Posts: 6

Re: Nvidia + GLX

V1del wrote:

You don't have nvidia-libgl installed (it isn't a hard dep because of bumblebee)

thanks, opengl works after libgl installation

Offline

Board footer

Powered by FluxBB