Comment 1 for bug 38729

Revision history for this message
Tero Karvinen (karvinen+launchpad) wrote :

Filed this as it's own bug as requested by Paul in a similar bug #36550.

'lshw' shows internal monitor (display 0, 12,1" 1280x800 TFT) configured, but (probably) external monitor unclaimed (VGA connector, display 1).
display:0
  description: VGA compatible controller
  physical id: 2
  bus info: pci@00:02.0
display:1 UNCLAIMED
  physical id: 2.1
  bus info: pci@00:02.1

xorg.conf only seems to have definition for PCI:0:2:0:
  Section "Device"
 Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
 Driver "i810"
 BusID "PCI:0:2:0"
  EndSection

My kernel parameters (from menu.lst) are
 /boot/vmlinuz-2.6.15-19-386 root=/dev/hda3 ro noapic nolapic pci=noacpi quiet splash
More about my config:
http://www.iki.fi/karvinen/acer_travelmate_3004wtmi_with_linux.html

I have not yet been able to come up with any bypass for this bug.