You are not logged in.

#1 2009-11-24 01:44:27

spiky25
Member
Registered: 2009-09-29
Posts: 134

Ati Radeon Xpress 1150 256 Mb (Radeon Xpress 200M) configuration ???

blazzter wrote:

I've solved it happily lol
install drm-radeon-module-git-r6xx-r7xx-3d    from aur
(I have done it with yaourt, just yyy...y)
my xorg

Section "ServerLayout"                    
        Identifier     "X.org Configured" 
        Screen      0  "Screen0" 0 0      
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "AIGLX" "on"                                                                                                                                                                               

EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        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  "glx"
        Load  "extmod"
        Load  "record"
        Load  "dri2"  
        Load  "dbe"   
        Load  "drm"   
        Load  "dri"   
EndSection                                          

Section "Monitor"
        #DisplaySize      330   210     # mm
        Identifier   "Monitor0"             
        VendorName   "AUO"                  
        ModelName    "2174"                 
    Option        "DPMS"                    
EndSection                                  

Section "Device"
Option     "EnablePageFlip"             "on"                           
Option     "AccelMethod"                "XAA"                         
Option     "AGPFastWrite"               "yes"                          
Option     "ColorTiling"                "on"              
Option     "AGPMode"                    "4"               
Option "AccelMethod" "XAA"                                
            
        Identifier  "Card0"
        Driver      "ati"  
        VendorName  "ATI Technologies Inc"
        BoardName   "RC410 [Radeon Xpress 200M]"
        BusID       "PCI:1:5:0"                 

          Option      "DRI" "true"
    Option      "XAANOOffscreenPixmaps" "true"
    Option      "RenderAccel" "true"          
    Option      "AllowGLXWithComposite" "true"
    Option      "GARTSize" "64"               


EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"  
        Monitor    "Monitor0"
        SubSection "Display" 
                Viewport   0 0
                Depth     1   
        EndSubSection         
        SubSection "Display"  
                Viewport   0 0
                Depth     4   
        EndSubSection         
        SubSection "Display"  
                Viewport   0 0
                Depth     8   
        EndSubSection         
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
Mode         0666
EndSection

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

It is mess...


after this my glxgears was:

6624 frames in 5.0 seconds = 1324.673 FPS

Can someone explain me how to pass from the open source ati driver "radeon" to this setup ???

My actual xorg.conf :

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    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"
    Load  "dri"
    Load  "dri2"
    Load  "extmod"
    Load  "glx"
    Load  "record"
EndSection

Section "Monitor"
    #DisplaySize      330   210    # mm
    Identifier   "Monitor0"
    VendorName   "LPL"
    ModelName    "a900"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "CPPIOMode"              # [<bool>]
        #Option     "CPusecTimeout"          # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPFastWrite"           # [<bool>]
        #Option     "AGPSize"                # <i>
        #Option     "GARTSize"               # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnableDepthMoves"       # [<bool>]
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "NoBackBuffer"           # [<bool>]
        #Option     "DMAForXv"               # [<bool>]
        #Option     "FBTexPercent"           # <i>
        #Option     "DepthBits"              # <i>
        #Option     "PCIAPERSize"            # <i>
        #Option     "AccelDFS"               # [<bool>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "CustomEDID"             # [<str>]
        #Option     "DisplayPriority"        # [<str>]
        #Option     "PanelSize"              # [<str>]
        #Option     "ForceMinDotClock"       # <freq>
        #Option     "ColorTiling"            # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "RageTheatreCrystal"     # <i>
        #Option     "RageTheatreTunerPort"     # <i>
        #Option     "RageTheatreCompositePort"     # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"              # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "ScalerWidth"            # <i>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "ClockGating"            # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
        #Option     "ReverseDDC"             # [<bool>]
        #Option     "LVDSProbePLL"           # [<bool>]
        #Option     "AccelMethod"            # <str>
        #Option     "DRI"                    # [<bool>]
        #Option     "ConnectorTable"         # <str>
        #Option     "DefaultConnectorTable"     # [<bool>]
        #Option     "DefaultTMDSPLL"         # [<bool>]
        #Option     "TVDACLoadDetect"        # [<bool>]
        #Option     "ForceTVOut"             # [<bool>]
        #Option     "TVStandard"             # <str>
        #Option     "IgnoreLidStatus"        # [<bool>]
        #Option     "DefaultTVDACAdj"        # [<bool>]
        #Option     "Int10"                  # [<bool>]
        #Option     "EXAVSync"               # [<bool>]
        #Option     "ATOMTVOut"              # [<bool>]
        #Option     "R4xxATOM"               # [<bool>]
        #Option     "ForceLowPowerMode"      # [<bool>]
        #Option     "DynamicPM"              # [<bool>]
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "RS482 [Radeon Xpress 200M]"
    BusID       "PCI:1:5:0"
    Option      "DRI"    "true"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

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

Section "DRI"
        Group  "video"
        Mode   0666
EndSection

English isn't my native langage

Offline

#2 2009-11-24 18:03:56

MadTux
Member
Registered: 2009-09-20
Posts: 553

Re: Ati Radeon Xpress 1150 256 Mb (Radeon Xpress 200M) configuration ???

You need to install it from AUR:

http://aur.archlinux.org/packages.php?O … _Search=Go

But as far as I understand it, this is for older kernels < 2.6.30.

Offline

#3 2009-11-25 05:19:49

spiky25
Member
Registered: 2009-09-29
Posts: 134

Re: Ati Radeon Xpress 1150 256 Mb (Radeon Xpress 200M) configuration ???

MadTux wrote:

You need to install it from AUR:

http://aur.archlinux.org/packages.php?O … _Search=Go

But as far as I understand it, this is for older kernels < 2.6.30.

The post of this member is in october 2009 not to late I think ...

I know that Ati catalyst 9.3 and mesa 7.6 should work my card far better than open sources drivers ...


English isn't my native langage

Offline

#4 2009-11-25 07:11:01

MadTux
Member
Registered: 2009-09-20
Posts: 553

Re: Ati Radeon Xpress 1150 256 Mb (Radeon Xpress 200M) configuration ???

Not sure what you mean by that. Maybe he is using the lts kernel. Its not obvious from the post.

Offline

#5 2009-12-18 23:16:52

darthlukan
Member
From: Norway
Registered: 2009-11-22
Posts: 5
Website

Re: Ati Radeon Xpress 1150 256 Mb (Radeon Xpress 200M) configuration ???

I used the link in the initial post as the package to install via yaourt on my system running an RS480 (Radeon XPRESS 200M), I copied the device options from the OPs xorg.conf and have the same results, MUCH faster FPS in glxgears, and nexuiz looks good too smile

Offline

Board footer

Powered by FluxBB