Folgendes Problem
Ich habe Ubuntu 16.04 mit 4.15 Kernel im Einsatz
uname -a Linux-Maschine 4.15.0-041500-generic #201802011154 SMP Thu Feb 1 11:55:45 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Im System ist eine Nvidia GPU (als reine Recheneinheit) und eine AMD GPU mit HD5450 Chipsatz für die Ausgabe verbaut
$ lspci -nnk | grep -A3 "\[03..\]:" 17:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:1b06] (rev a1) Subsystem: Device [196e:1211] Kernel driver in use: nouveau Kernel modules: nvidiafb, nouveau -- 65:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series] [1002:68f9] Subsystem: Hightech Information System Ltd. Cedar [Radeon HD 5000/6000/7350/8350 Series] [1787:2291] Kernel driver in use: radeon Kernel modules: radeon
Die Ausgabe über die Radeon GPU funktioniert, allerdings erst wenn Ubuntu am Login Bildschirm angekommen ist. Bis dahin bleibt der Bildschirm schwarz. Das bedeutet, dass ich nicht in den BIOS komme da ich ja gar nichts sehe.
Wenn ich die Symptome richtig deute, setzt die Bildschrim-Ausgabe erst ein, wenn der Xserver gestartet wird(wegen Login Bildschirm). Es müsste also eine Einstellung (vielleicht im Grub) geben, sodass die Ausgaben direkt beim booten über die Radeon GPU laufen.
Hier einmal die derzeitige Grub Konfiguration
# If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration' GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="splash" GRUB_CMDLINE_LINUX="" # Uncomment to enable BadRAM filtering, modify to suit your needs # This works with Linux (no patch required) and with any kernel that obtains # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE=640x480 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_INIT_TUNE="480 440 1"
Im Anhang ist auch nochmal das Xorg Log File zu finden
Hat jemand von euch eine Idee?
Vielen Dank