You are not logged in.
So I have a nvidia 650 ti graphics card, and when I do "pacman -S nvidia-libgl", I replace the mesa-libgl package fine, but whenever I reboot. Gnome gives me a graphical failure screen with the only option being a button prompting me to log out. I also have the nvidia package installed (nvidia 349.16-3).
System Specs :
- System, Arch Linux 64-bit (4.0.2-1-ARCH)
- Processor, Intel® Core™ i7-4770 CPU @ 3.40GHz × 8
- Memory, 16Gb
- NVIDIA Corporation GK106 [GeForce GTX 650 Ti] (but gnome says "Graphics: Gallium 0.4 on llvmpipe (LLVM 3.6, 256 bits)")
-/etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 349.16 (buildmeister@swio-display-x86-rhel47-06) Wed Apr 8 00:52:19 PDT 2015
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Last edited by tsteinholz0 (2015-05-25 17:43:34)
Offline
Did you look in the /var/log/Xorg.0.log to see what the error is ?
Offline
Yes, nothing looks particularly useful. Here are the two files.
http://pastebin.com/qQnFRnNF
http://pastebin.com/TVE1HwZq
Offline
9.660] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 9.660] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 9.660] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 9.660] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 9.660] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 9.673] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)tried reinstalling Nvidia driver ? https://wiki.archlinux.org/index.php/NVIDIA
also try without any modified or generated xorg.conf in /etc/X11/ or /etc/X11/xorg.conf.d/
Last edited by Malkymder (2015-05-16 19:35:47)
Offline
I have come to the conclusion that this is a bug in Gnome and GDM current verisons of May 24th 2015. Same system boots normaly in KDE for me.
Offline