Black screen on boot - Printable Version +- Maui Forums (https://forums.mauilinux.org) +-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74) +--- Forum: Installation (https://forums.mauilinux.org/forumdisplay.php?fid=83) +--- Thread: Black screen on boot (/showthread.php?tid=23925) |
Black screen on boot - LNXlady - 27th August 2016 I installed Maui and get a black screen on boot. If I add radeon.modeset=0 to the grub entry, it boots into the desktop but the only option for resolution is 1024x768, which isn't really usable. The correct resolution should be 1440x900. If I boot into recovery mode, I can set the resolution to that but not with a regular boot. I've applied all updates. Help, please? Code: @ASUS-Maui:~$ inxi -F RE: Black screen on boot - Pliny.D.Elder - 27th August 2016 https://help.ubuntu.com/community/RadeonDriver RE: Black screen on boot - LNXlady - 27th August 2016 (27th August 2016, 15:46)Pliny.D.Elder Wrote: https://help.ubuntu.com/community/RadeonDriver Well yes, I've seen that but it isn't very helpful. Unless Maui does it differently than Ubuntu, the radeon driver (which that page says supports my card) should be the one used by default. Whatever is used by default isn't working, which is why I have to add the radeon.modeset=0 to get it to boot with graphics. The page doesn't say anything about what to do if the radeon driver does not work. Unless I'm overlooking it? The radeon drive is working on Netrunner 14 on the same computer but the newer version isn't. I need to get better than 1024x768 resolution somehow. RE: Black screen on boot - LNXlady - 30th August 2016 So...could I post this on the Netrunner forums too and maybe get some help there, or is that not allowed? There are very few posts here so I'm not sure why mine is being ignored. I know that's not typical of the Netrunner team. RE: Black screen on boot - leszek - 30th August 2016 Sorry for the late answer. Currently on vacation so not able to check in regulary. Back to your problem. In general the free driver shipped with the kernel should support your card. If it does not work and you get a black screen it might be worth checking the /var/log/Xorg.1.log that should be the log file of your non working boot after you booted up with nomodeset. Take a look for E: marked lines as these are the important error messages. Of course there are other logs there aswell like the sddm.log or you can also check journalctl for the general kernel log. RE: Black screen on boot - LNXlady - 31st August 2016 (30th August 2016, 22:19)leszek Wrote: Sorry for the late answer. Currently on vacation so not able to check in regulary. I hope you can take a look at this for me when you get back home, then. There is no Xorg.1.log, only a Xorg.0.log and a Xorg.0.log.old. Neither had E: lines anywhere in them. The sddm.log file was blank. I looked at journalctl but had no idea what I was looking for. RE: Black screen on boot - leszek - 31st August 2016 OK then we need to go into a little more details here. Does the login screen appear at all when normally booting or not? If not then I am out of ideas. Because usually it should then show anything in the logs. RE: Black screen on boot - LNXlady - 31st August 2016 (31st August 2016, 19:36)leszek Wrote: OK then we need to go into a little more details here. No, if I take out the radeon.modeset=0 part, I don't get the login screen. After grub, the screen goes black and stays that way. I can't get a tty or anything and have to REISUO to shutdown. RE: Black screen on boot - leszek - 31st August 2016 How about removing the splash and quiet lines with e on grub and boot with ctrl+f1? Does something show up? RE: Black screen on boot - LNXlady - 31st August 2016 (31st August 2016, 20:30)leszek Wrote: How about removing the splash and quiet lines with e on grub and boot with ctrl+f1? I removed quiet splash but ctrl+f1 didn't do anything so I hit ctrl+x to boot but still got the black screen immediately, no login screen. |