On Sat, Nov 19, 2011 at 10:18:59AM +0100, Patrick Matthäi wrote:
> Ehem intel? And you have to create a xorg.conf with aticonfig
I do, but rename it to something else otherwise gdm will never work.
Attached is the file I have been using. It's one of those laptops with
the dual cards.

The log file attached in the original report was the one when i was
running the fglrx driver.

I did notice in that attachment:
[    47.916] (--) Chipset Supported AMD Graphics Processor (0x6740) found
[    47.920] (II) fglrx: intel VGA device detected, load intel driver.
[    47.920] (II) LoadModule: "intel"
[    47.920] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so

It said /usr/lib64/fglrx was not found, and thats an error, what package
makes that directory?

 - Craig
-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
old fingerprint:     1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
NEW fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5
Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Reply via email to