Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Composite and radeon driver (Radeon 9200)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
LXj
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 107

PostPosted: Sun Jun 04, 2006 11:05 am    Post subject: Composite and radeon driver (Radeon 9200) Reply with quote

"Xorg X11 and Transparency" wiki article says:
You can get hardware accelled Render (EXA) for 9200 and below, using X.org 7.0 driver 'radeon', thus making Composite ridiculously fast

So I upgraded to Xorg 7.0 and enabled EXA and Composite. Though when I turned transparency on in KDE, it worked, but perfomance was very low

I disabled EXA and Composite and installed Xgl (w/o compiz), but it is not better.

Now I have a feeling I'm doing something wrong :( This is my xorg.conf (I stripped most comments):

Code:
Section "Module"

    Load        "dbe"     # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"

EndSection


Section "Files"


    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
#    FontPath   "/usr/share/fonts/Speedo/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"

# The module search path.  The default path is shown here.


EndSection

Section "ServerFlags"


EndSection

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"


#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"



    Option "XkbModel"   "logiik"
    Option "XkbLayout"   "us,ru(winkeys)"
    Option "XkbOptions" "grp:caps_toggle"

EndSection


Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option    "ZAxisMapping"    "4 5"


EndSection

Section "Monitor"

    Identifier  "LG Flatron F700P"

    HorizSync   30 - 98

    VertRefresh 50 - 160

EndSection


Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"

    Driver     "vga"

EndSection

Section "Device"
    Identifier  "ATI Radeon9200"
    Driver      "radeon"
    VideoRam    262144
    Option "AGPMode" "4"
    Option "AGPFastWrite" "True"
    Option "backingstore" "true"
    Option "EnablePageFlip" "true"
#    Option "RenderAccel" "true"
#    Option "AccelMethod" "exa"
    # Insert Clocks lines here if appropriate
EndSection

Section "dri"
    Mode    0666
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "ATI Radeon9200"
    Monitor     "LG Flatron F700P"
    DefaultDepth 24

    Subsection "Display"
        Modes       "1024x768" "800x600" "640x480" # "1280x1024" "1152x864"
#        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"


    Screen "Screen 1"


    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

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

Back to top
View user's profile Send private message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Sun Jun 04, 2006 12:12 pm    Post subject: Reply with quote

EXA is broken?

More than half a year ago is was fast on my 9200. Suddenly (in one of the last RC's of 7.0) the performance disappeared. https://forums.gentoo.org/viewtopic-t-416620-highlight-.html
_________________
Alle dingen moeten onzin zijn.
Back to top
View user's profile Send private message
LXj
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2005
Posts: 107

PostPosted: Sun Jun 04, 2006 1:43 pm    Post subject: Reply with quote

irondog, I think it's time to try to get XGL working, not EXA. Though I want at least one of them :cry:
BTW, I didn't try ATI drivers. Are they any better for Radeon9200?
Back to top
View user's profile Send private message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Sun Jun 04, 2006 7:07 pm    Post subject: Reply with quote

The latest official ati drivers should support 7.0. That should make it possible to run XGL.

But I haven't used binary ati stuff for a long time, so I can't share my experiences.
_________________
Alle dingen moeten onzin zijn.
Back to top
View user's profile Send private message
defsyn
n00b
n00b


Joined: 30 Apr 2006
Posts: 34

PostPosted: Mon Jun 05, 2006 12:40 pm    Post subject: Reply with quote

i have a ati radeon 9800 pro and i can't run Xgl :x
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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