You are not logged in.
Hello, few days ago I became unable to boot into Archlinux. I could see some text in the console, while loading, then black screen and nothing reacts (can't switch virtual console with [<Ctrl>+]<Alt>+F{N}, can't stop X session with <Ctrl>+<Alt>+<Backspace>, can't reboot with <Ctrl>+<Alt>+<Del>). The videocard is quite nosy and hot, however.
Today I've tried to disable KDM (chroot; then: `systemctl disable kdm.service`) an boot again: now I can boot into the text console, but issuing `startx` gives the same result: just black screen and no response.
Looking into Xorg.0.log didn't not bring any results to me.. There are few warning, but no errors.
Dmesg (before starting X): https://gist.github.com/4412484
Xorg.0.log: https://gist.github.com/4428922
pacman.log: https://gist.github.com/4451877
Could anyone tell me what the problem could be?..
RESOLUTION:
I just wanted to look what would be if I choose Discrete GPU (`aticonfig --px-dgpu`) and X-Windows became working after this switch. I've then tried to set Integrated GPU back (`aticonfig --px-igpu`) -- and they are also working. I'm still not sure what happened, but the issue has gone.
UPDATE: happened again today, added link to Xorg.0.conf to this post. The "RESOLUTION", described above, doesn't help anymore... Ubuntu works, though (so, it's not hardware problem).
Last edited by mityukov (2013-01-04 11:25:27)
Offline
UPDATE: happened again today, added link to Xorg.0.conf to the original post.
Offline
What driving are you using (that would be a big help...)?
"... being a Linux user is sort of like living in a house inhabited by a large family of carpenters and architects. Every morning when you wake up, the house is a little different. Maybe there is a new turret, or some walls have moved. Or perhaps someone has temporarily removed the floor under your bed." - Unix for Dummies, 2nd Edition
Offline
What driving are you using
If you mean video driver, I'm using catalyst-dkms (from official repos).
Had to install it because with open-source radeon driver there was very hot air coming out and after 20 minutes or so, the notebook simply turned OFF because of overheating (I'm not talking about power efficiency and ability to resume from suspend)... :-/
Offline
the culprit could be the glibc package, something is broken with the last version of glibc,
check this thread :
https://bbs.archlinux.org/viewtopic.php?id=155334
and this :
Offline
I'm not using VirtualBox. And it was me, who was told by cfr to file a separate ticket for my problem. :-)
Offline
Added pacman.log link to the original message.
Offline
Forgot to mention that the trick with `aticonfig --px-[di]gpu` does not more work. So, I can't use Arch completely.. :-( Tried vesa driver, but it forces 1024x768 resolution without ability to change:
$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 0.0*$ xrandr --output default --mode 1366x768
xrandr: cannot find mode 1366x768$ cvt 1366 768
# 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz
Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync$ xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr: Failed to get size of gamma for output default$ sudo xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
No protocol specified
Can't open display :0
Offline
Apparently, you are on systemd. Have you tried modprobing your video card module first, then starting X? If that works, you should put the video card driver in /etc/modules-load.d/ . That way, the radeon driver (or whichever driver it is you are using) is loaded during boot, before X starts.
Please refer to the wiki for more information.
It's a long shot, but it may help.
Geek, runner, motorcyclist and professional know-it-all
Offline
I've changed BusID so that it pointed to the 2nd card (the discrete one) in the /etc/X11/xorg.conf and now I have X working again. So it doesn't look like a problem with the module not loaded before X. I'd prefer to use integrated card on the notebook, however, because it should be more power-efficient.
Offline
I have a similar problem on my HP laptop, also with ATI graphics (I'm using xf86-video-ati though). sometimes loads a blank black screen when I startx or have systemd load a login manager, but it's not a normal black, it's like a weird illuminated black. I also can't access any consoles, kill x or reboot.
I find it always works fine when I select the fallback option in GRUB, but I don't know entirely what the fallback thing does. I've not investigated this issue yet, but posted this in case it is of any use.
Intel i5-6500 / nvidia GTX 960 / Gigabyte GA-Z170X-Gaming 3 EU Motherboard / 8gb RAM / i3 wm
Offline