You are not logged in.
KDM doesn't start when I boot, saying X died. But when I
rmmod nvidia
KDM starts ok, and I have the nv driver (nouveau dies too, but that was always the case with my card).
lspci|grep VGA
02:00.0 VGA compatible controller: NVIDIA Corporation G84 [GeForce 8600 GT] (rev a1)
I'm using the nvidia-304xx-lts driver.
Here is the log: http://sprunge.us/gbPZ
Please help me.
Last edited by SanskritFritz (2014-07-31 08:53:36)
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
From the log I'm gathering that the nvidia driver can't "claim" the video card.
Perhaps you have an xorg config specifying a specific driver (that's not nvidia) or the "video=vesafb:ywrap,mtrr:3" part in the kernel boot line is messing with it.
Also, as far as I know, the "nv" driver was deprecated a long time ago and succeeded by nouveau.
So you probably want either "nvidia" or "nouveau" specified in a config if you have "nv" specified there now.
Offline
Well, downgrading helped for the time being. But can someone tell me where the nvidia driver logs are?
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
I found this file owned by xorg-server 1.16.0-5 :
/usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
EndSection
Is this correct?
Nevertheless, creating the /etc/X11/xorg.conf.d/20-nvidia.conf file solved the problem, thanks graysky! How come I didn't need this before?
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
Change in behavior in new version. Bug perhaps? Perhaps by design.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Change in behavior in new version. Bug perhaps? Perhaps by design.
Anyway, thanks again for the good advice, I mark this solved.
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline