You are not logged in.
Pages: 1
Hello! I have tried playing two games on Arch, and they both crash immediately for a similar reason, both talking about GLX. I have tried Minecraft and Teeworlds, here is the error logs for both:
Minecraft: http://pastebin.com/vzHd9bBr
Teeworlds: http://pastebin.com/EpMYBuzd
I have the nvidia drivers, and I think I installed these (possibly) related packages:
nvidia
lib32-nvidia-libgl
opencl-nvidia
Also, I don't know if this would be better to put in the Newbie Corner.
Offline
which nvidia graphics card do you have in your system?
Offline
which nvidia graphics card do you have in your system?
GeForce GTX 765M I think.
Offline
show us the output of lspci -v in relation to your graphics card (particularly the "Kernel driver in use" part) if it says nouveau something went wrong with your nvidia driver installation, try reinstalling them, if that doesn't fix it try blacklisting nouveau (prohibit the kernel from loading it on boot) which is done from /etc/modprobe.d/filename.conf
If you have switchable graphics (optimus) you probably need to do a bit more work than just installing the drivers. Read up and make sure to look into bumblebee.
It sounds to me like the problem is that glx isn't being properly initiated, look into nvidia-settings and see what it has to say about opengl information (is Direct Rendering enabled and what versions of GL are supported?)
Last edited by rabcor (2014-06-26 06:59:45)
Offline
show us the output of lspci -v in relation to your graphics card (particularly the "Kernel driver in use" part) if it says nouveau something went wrong with your nvidia driver installation, try reinstalling them, if that doesn't fix it try blacklisting nouveau (prohibit the kernel from loading it on boot) which is done from /etc/modprobe.d/filename.conf
If you have switchable graphics (optimus) you probably need to do a bit more work than just installing the drivers. Read up and make sure to look into bumblebee.
It sounds to me like the problem is that glx isn't being properly initiated, look into nvidia-settings and see what it has to say about opengl information (is Direct Rendering enabled and what versions of GL are supported?)
01:00.0 3D controller: NVIDIA Corporation GK106M [GeForce GTX 765M] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device 1552
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f5000000 (32-bit, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at f0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
Expansion ROM at f6000000 [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidiaI do indeed have Optimus.
I tried following the directions at the link you gave me, and when I run "lscpi | grep VGA" it gives me information about my Intel chip:
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
Also, when I run nvidia-settings I get a Segmentation Fault error.
Offline
tell me what they say about GLX. Saying they both talk about it won't help much.
Offline
Pages: 1