I try run this live DVD (livedvd-i686-installer-2008.0_beta1.iso) under VirtualBox 1.5.6. It correctly shows Video Card name, but X do not starts. Then I check /etc/X11/xorg.conf and in section Device field Driver contain only "". I rerun mkxf86config.sh, but no changes. Next I manually change driver to "vesa" and restart /etc/init.d/xdm. As result GUI successfully loaded. Reproducible: Always Steps to Reproduce: 1. Setup Virtual Machine under VirtualBox 2. Boot from livedvd-i686-installer-2008.0_beta1.iso
Can you post the results of "/sbin/lspci" from the CD? Thanks
May be good idea set vesa as default driver (when driver not defined use vesa)? # lspci 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] 00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 00:03.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 40) 00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest Service 00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) # lspci -n 00:00.0 0600: 8086:1237 (rev 02) 00:01.0 0601: 8086:7000 00:01.1 0101: 8086:7010 00:02.0 0300: 80ee:beef 00:03.0 0200: 1022:2000 (rev 40) 00:04.0 0880: 80ee:cafe 00:07.0 0680: 8086:7113 (rev 08)
Well, I set fbdev as the default, since it works on all arches, versus vesa which only works on amd64/x86.
Does anyone want to work on this or should we close it as WONTFIX / CANTFIX?
(In reply to comment #4) > Does anyone want to work on this or should we close it as WONTFIX / CANTFIX? mkxf86config is not even used on the livedvd since X can pretty much work with a blank xorg.conf and automagicaly detects most of the drivers and loads the proper modules. Keep in mind this is with x86,x86_64 not the other arches but I suspect it would be the same.
Seems no one is interested in the package.