Comment 4 for bug 574644

Revision history for this message
Chris Miles (chrismil-cix) wrote :

Xorg.0.log reports hardware as :
(--) PCI:*(0:1:0:0) 1002:5e4d:174b:0670 ATI Technologies Inc RV410 [Radeon X700 (PCIE)] rev 0, Mem @ 0xd0000000/268435456, 0xfdff0000/65536, I/O @ 0x0000ac00/256, BIOS @ 0x????????/131072

Perhaps the package was installed but not active; there was no device statement in xorg.conf, just the display virtual size:

Section "Screen"
 Identifier "Configured Screen Device"
 Device "Configured Video Device"
 SubSection "Display"
  Virtual 2560 1024
 EndSubSection
EndSection

Section "Device"
 Identifier "Configured Video Device"
EndSection