0

Right after the grub boot screen I get a blank screen and my monitor goes to standby with "No signal". But after some time the graphical login screen sddm will appear and I can log in and use KDE just fine. I'm currently running the latest Kubuntu 15.04 Beta 2.

I've tried both drivers, fglrx and the open radeon driver. With the fglrx driver I see the boot screen, but not with the radeon drivers.

I'd prefer to use the radeon drivers because I'm having graphical glitches with the fglrx drivers. Another problem with the fglrx driver I have is that I get a blank screen when switching to a virtual terminal.

Here are some infos:

Xorg.0.log: http://pastebin.com/NM7zaPqm

simon@simon-kubuntu:~$ lspci -nnk | grep -i vga -A2
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cypress PRO [Radeon HD 5850] [1002:6899]
        Subsystem: ASUSTeK Computer Inc. Device [1043:0348]                                                                                                                                                                         
        Kernel driver in use: radeon     

How do I get my screen back during boot?

Simon
  • 3

1 Answers1

0

Try this: Put the line GRUB_GFXPAYLOAD_LINUX=auto just below the line #GRUB_GFXMODE=640x480 in the file /etc/default/grub. I had the same problem and this fix completely solved it.

(Source)

David Foerster
  • 36,890
  • 56
  • 97
  • 151
Lev
  • 16