You are not logged in.

#1 2009-12-23 18:02:10

dissentiate
Member
From: Honolulu, HI
Registered: 2009-12-07
Posts: 21
Website

[SOLVED]Swapping from xf86-video-ati driver to catalyst

Hey everyone,

So as the title implies, I need some help on this.  I tried doing a pacman -R xf86-video-ati, then setting my xorg over to vesa as the driver prior to installing the catalyst driver.  That part went fine.  Installed catalyst which updated my xorg accordingly.  Rebooted, and X won't load.  So per ATI's instructions, I removed the catalyst driver, reloaded, did a new xorg - configure and worked my way back to xf86-video-ati.

I would really like to get catalyst going.  Where did I screw up on my first attempt?  I saw somewhere on the forum that you can actually get 3d working with the xf86 driver, but I forgot to bookmark that thread lol.  Here's a copy of my current xorg if it helps at all.

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
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  "dri2"
    Load  "extmod"
    Load  "FGL.renamed.libglx"
    Load  "dbe"
    Load  "FGL.renamed.libdri"
    Load  "glx"
    Load  "record"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    #DisplaySize      380   300    # mm
    Identifier   "Monitor0"
    VendorName   "SPT"
    ModelName    "X9WG-NagaV"
    Option        "DPMS"
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   "760G [Radeon 3000]"
    BusID       "PCI:1:5:0"
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

Last edited by dissentiate (2009-12-27 05:41:59)


I don't know who Kernel Debugger is, but Microsoft can keep him.

Offline

#2 2009-12-23 20:13:48

jowilkin
Member
Registered: 2009-05-07
Posts: 243

Re: [SOLVED]Swapping from xf86-video-ati driver to catalyst

What version of xorg-server did you try to use with catalyst?  It does not work with the 1.7.x versions of xorg-server that are in the arch repos right now.

Offline

#3 2009-12-23 23:25:38

dissentiate
Member
From: Honolulu, HI
Registered: 2009-12-07
Posts: 21
Website

Re: [SOLVED]Swapping from xf86-video-ati driver to catalyst

I will check when I get home (at work today).  I have Syu this morning and I think xorg was part of the updates.  Is there something in particular about 1.7 version that might work for me?


I don't know who Kernel Debugger is, but Microsoft can keep him.

Offline

#4 2009-12-24 00:24:36

Ultraman
Member
Registered: 2009-12-24
Posts: 242

Re: [SOLVED]Swapping from xf86-video-ati driver to catalyst

dissentiate wrote:

Is there something in particular about 1.7 version that might work for me?

It's not Xorg that is the issue. It's the Catalyst drivers, they only support up to Xorg 1.6.
So you will have to downgrade Xorg in order to use them.

I'm using the xf86-video-ati drivers myself on Xorg 1.7 with a HD4850, 2D works fine. Xv and especially 3D is a no-go so far, but my system has been running for just a day now, so i'm still setting up lots of things.
In the new kernel (2.6.32) there is KMS support for the Radeon HD3xxx and HD4xxx series. I'm hoping that will get the drm module working (fails to initialize over here), and i'm hoping that will bring me at least Xv support, so I can watch videos properly. The open-source ati driver does support it.

So if you can wait for that kernel to move from testing to core, that's what I would do before jumping into the Xorg 1.6 and Catalyst "jungle".

[Edit]
I got Xv working by disabling KMS tries by the kernel, using "nomodeset" in my kernel boot line. smile
OpenGL attempts (even glxgears) crashes sad

Last edited by Ultraman (2009-12-24 01:35:23)

Offline

#5 2009-12-27 05:41:09

dissentiate
Member
From: Honolulu, HI
Registered: 2009-12-07
Posts: 21
Website

Re: [SOLVED]Swapping from xf86-video-ati driver to catalyst

thanks for the reply.  guess I'll mark this as solved since theres no point in keeping it open.  I'll be at the bus stop.. waiting with you and many others lol


I don't know who Kernel Debugger is, but Microsoft can keep him.

Offline

Board footer

Powered by FluxBB