You are not logged in.

#1 2007-04-24 06:07:34

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

problems with fglrx update

i upgraded to the new fglrx through the repos, and i cant get 3d acceleration working.

Xlib:  extension "XFree86-DRI" missing on display ":0.0".

i get that every time i try to run mplayer -vo gl  (thats mplayer with opengl as the video output, needs 3d acceleration)

fglrx 8.36.5-1
fglrx-utils-8.36.5-1

here is my /etc/X11/xorg.conf:

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

    FontPath    "/home/adrian/Applications/artwiz-aleczapka-en-1.3"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/local/share/fonts"
EndSection
Section "Module"
     Load       "glx"
     Load       "dri"
        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA extension
        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" "IMPS/2" # PS/2 Mouse
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
        Identifier   "acer"
        HorizSync    31.5 - 31.5
        VertRefresh  50.0 - 70.0
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"
        Identifier  "all in wonder"
        Driver      "radeon"
        Option        "backingstore" "true"
       Option        "AllowGLXWithComposite" "true"
EndSection
Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option        "backingstore" "true"
       Option        "AllowGLXWithComposite" "true"
EndSection
Section "Screen"
        Identifier "Screen 1"
        Device     "all in wonder"
        Monitor    "acer"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1680x1050" "1152x864" "1280x1024" "1024x768"
        EndSubSection
EndSection
Section "Extensions"
        Option "Composite"      "Enable"
        Option "RENDER"         "Enable"
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

does anyone know what the problem is?

Offline

#2 2007-04-24 06:16:05

junglepeanut
Member
From: California
Registered: 2007-01-24
Posts: 145
Website

Re: problems with fglrx update

I am not sure but don't ATI cards require

Section "DRI"
        Mode 0666
EndSection

Offline

#3 2007-04-24 18:57:59

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

Re: problems with fglrx update

didnt fix anything hmm

Offline

#4 2007-04-25 04:29:25

junglepeanut
Member
From: California
Registered: 2007-01-24
Posts: 145
Website

Re: problems with fglrx update

Hmm, don't know I updated mine just to see and it worked fine then switched back to open source. Good luck

Offline

#5 2007-04-25 05:00:54

Pablo_Escobar
Member
From: Poznan, Poland
Registered: 2005-12-20
Posts: 65
Website

Re: problems with fglrx update

Why do You have :

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

when using fglrx driver ?
Disable the Composite extension as fglrx doesn't support it.


Arch - Home sweet home smile

Offline

Board footer

Powered by FluxBB