Comment 12 for bug 353800

Revision history for this message
Aisthesis (aisthesis) wrote :

Same issue. Below is lspci and xorg.conf. Attached is Xorg.0.log

lspci
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3400 Series
 Subsystem: Sony Corporation Device 9035
 Flags: bus master, fast devsel, latency 0, IRQ 2296
 Memory at c0000000 (32-bit, prefetchable) [size=256M]
 I/O ports at 6000 [size=256]
 Memory at d0020000 (32-bit, non-prefetchable) [size=64K]
 Expansion ROM at d0000000 [disabled] [size=128K]
 Capabilities: [50] Power Management version 3
 Capabilities: [58] Express Legacy Endpoint, MSI 00
 Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
 Capabilities: [100] Vendor Specific Information <?>
 Kernel driver in use: fglrx_pci
 Kernel modules: fglrx

xorg.conf
Section "ServerLayout"
        Identifier "aticonfig Layout"
        Screen 0 "Default Screen" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
        Load "glx"
        #Disable "dri2"
EndSection

Section "Monitor"
        Identifier "Configured Monitor"
        Gamma 0.80 0.80 0.80
EndSection

Section "Device"
        Identifier "Configured Video Device"
        Driver "fglrx"
        BusID "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "Configured Video Device"
        Monitor "Configured Monitor"
        DefaultDepth 24
EndSection