You are not logged in.

#1 2008-05-10 22:59:09

adrianc
Member
Registered: 2006-12-08
Posts: 40

no direct rendering with catalyst

I know that recently there have been a few problems with catalyst. After a recent update I could not get direct rendering to work. Here is the xorg.conf:

# Device configured by xorgconfig:

Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "dbe"      # Double buffer extension
    #SubSection "extmod"
    #    Option        "omit xfree86-dga"   # don't initialise the DGA extension
        Load "extmod"
    #EndSubSection
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option        "AutoRepeat" "500 30"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc101"
    Option        "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option        "Protocol" "Auto"    # Auto detect
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "AL2216W"
    HorizSync    31.5 - 67.0
    VertRefresh  50.0 - 75.0
    ModeLine     "1680x1050" 149.0 1680 1760 1944 2280 1050 1050 1052 1089 -hsync +vsync
    Option        "DPMS"
EndSection

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

Section "Device"
    Identifier  "Standard VGA"
    Driver      "vga"
    VendorName  "Unknown"
    BoardName   "Unknown"
EndSection

Section "Device"

    #VideoRam    131072
    # Insert Clocks lines here if appropriate
    Identifier  "AllInWonder"
    Driver      "ati"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
EndSection

Section "Screen"
    Identifier "Screen 1"
    Device     "AllInWonder"
    Monitor    "AL2216W"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     8
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

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

Section "DRI"
    Mode         0666
EndSection

I am using catalyst 8.3-2 and catalyst-utils-8.3-1

Any help would be greatly appreciated

Last edited by adrianc (2008-05-10 22:59:32)

Offline

#2 2008-05-11 13:08:08

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: no direct rendering with catalyst

Any errors in your /var/log/Xorg.0.log?

Offline

#3 2008-05-12 07:16:42

adrianc
Member
Registered: 2006-12-08
Posts: 40

Re: no direct rendering with catalyst

strangely enough, direct rendering worked after i rebooted today.
Thanks!

Offline

#4 2008-05-12 12:44:41

Hohoho
Member
Registered: 2007-06-23
Posts: 222

Re: no direct rendering with catalyst

You're welcome!

Last edited by Hohoho (2008-05-12 12:44:52)

Offline

Board footer

Powered by FluxBB