( BBoy | 2007. 02. 14., sze – 16:39 )

Én ez alapján állítottam be, csont nélkül ment RADEON 9600PRO 256MB-os kártyámmal:
BerylOnEdgy

Sajna persze az fglrx (gyári bináris driver) teljes mértékben felejtős a Composite támogatás hiánya miatt!! :(

Szóval nekem most így van beállítva a xorg.conf (csak a lényeges részeket mutatom):


Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "ati"
        BusID           "PCI:1:0:0"
        Option          "DRI"   "true"
        Option          "ColorTiling"   "on"
        Option          "EnablePageFlip"        "true"
        Option          "AccelMethod"   "EXA"
        Option          "XAAOnOffscreenPixmaps"
        Option          "RenderAccel"   "true"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        Option          "AIGLX" "true"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option  "Composite" "Enable"
EndSection

Section "ServerFlags"
        Option  "AIGLX" "off"
EndSection