Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Radeon 9700 Pro DRI Problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
007
n00b
n00b


Joined: 20 Feb 2003
Posts: 6
Location: NJ, USA

PostPosted: Thu Feb 20, 2003 2:06 am    Post subject: Radeon 9700 Pro DRI Problems Reply with quote

I have emerged the ati-drivers package and it works in 2d but dri does not work. Here is the relevant part of my X log:
Code:
(II) fglrx(0): driver needs XFree86 version: 4.2.x
(II) fglrx(0): detected XFree86 version: 4.2.1
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 1
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 2
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 3
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 4
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 5
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 6
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 7
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 8
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 9
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 10
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 11
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 12
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 13
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 14
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
(II) fglrx(0): [drm] drmOpen failed
(EE) fglrx(0): DRIScreenInit failed!
(WW) fglrx(0): DRI initialization failed!
...
Code:
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled
What is wrong and how can I fix it? :P
Back to top
View user's profile Send private message
TripKnot
Apprentice
Apprentice


Joined: 29 May 2002
Posts: 213

PostPosted: Thu Feb 20, 2003 4:04 am    Post subject: Reply with quote

In your kernel under character divices, do you have AGPGART compiled as a module and direct rendering enabled with no DRI drivers compiled in? If not then correct and try again.
Back to top
View user's profile Send private message
007
n00b
n00b


Joined: 20 Feb 2003
Posts: 6
Location: NJ, USA

PostPosted: Thu Feb 20, 2003 6:51 am    Post subject: Reply with quote

Tried and failed with same results.
Back to top
View user's profile Send private message
Nicoo
n00b
n00b


Joined: 02 Mar 2003
Posts: 5
Location: NYC, USA

PostPosted: Wed Mar 05, 2003 12:28 am    Post subject: Reply with quote

I have the same problem, did you find out a solution. ???

Thx

Nicoo
Back to top
View user's profile Send private message
TripKnot
Apprentice
Apprentice


Joined: 29 May 2002
Posts: 213

PostPosted: Wed Mar 05, 2003 2:26 am    Post subject: Reply with quote

Here are the relevant parts of /etc/X11/XF86Config that you need set up
Code:

Section "Module"
    Load        "dbe"
    Load   "glx"     
    Load   "dri"     
    Load   "type1"
    Load   "freetype"
    SubSection  "extmod"
      Option    "omit xfree86-dga"
    EndSubSection
EndSection

Section "Device"
    Identifier                        "FIRE GL 8x00 0"
    Driver                            "fglrx"
    #Option                           "NoDDC"
    Option "no_accel"                 "no"
    Option "no_dri"                   "no"
    Option "DesktopSetup"             "0x00000000"
    Option "GammaCorrectionI"         "0x00000000"
    Option "GammaCorrectionII"        "0x00000000"
    Option "Capabilities"             "0x00000000"
    Option "VideoOverlay"             "on"
    Option "OpenGLOverlay"            "off"
    Screen 0
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "FIRE GL 8x00 0"
    Monitor     "Monitor0"
    DefaultDepth 24
     Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "DRI"
    Mode 0666
EndSection


Hopefully you just missed something simple here, otherwise I am lost. There are numerous other threads with this specific hardware so a little searching might help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum