You are not logged in.

#1 2010-03-03 16:43:35

kyeana
Member
Registered: 2010-01-26
Posts: 36

[SOLVED] ATI 4850s problem

I am having a problem getting my X working properly on my desktp.

The desktop specs gpu wise are 2 ATI 4850's in crossfire configuration (I'm wondering if that may be the problem) and I am only trying this on one one monitor to limit factors.

I am using the radeon driver (xf86-video-ati), and KDE for the DE. I can get into kde fine, but doing anything graphically, such as moving windows, is very slow and jumpy.

I have tried with and without an xorg.conf (haven't tried enabling KMS yet, not sure if that could help or not), and the results are the same.

when i create the xorg.conf file via

Xorg -configure

the following error gets spit out  (EE) RADEON(1): Cannot read V_BIOS (3) Input/output error. When i actually startx, the xorg log shows:

(EE) RADEON(0) [dri] DRIScreenInit failed. Disabling DRI.
(EE) RADEON(0) Acceleration initialization failed.

This is a new build, but i previously had the same problem on an old build (where the hard drive eventually gave way) with both the radeon and radeonhd drivers using openbox. Any thoughts or advice?


ps here is my Xorg.conf file

ection "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  "dbe"
        Load  "dri"
        Load  "glx"
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      520   320     # mm
        Identifier   "Monitor0"
        VendorName   "ACR"
        ModelName    "Acer P243W"
        HorizSync    30.0 - 94.0
        VertRefresh  56.0 - 75.0
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     "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     "DynamicClocks"             # [<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>]
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV770 [Radeon HD 4850]"
        BusID       "PCI:1:0: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 kyeana (2010-03-04 05:55:11)

Offline

#2 2010-03-03 16:51:45

RobbeR49
Member
From: Columbus, OH
Registered: 2006-01-17
Posts: 178

Re: [SOLVED] ATI 4850s problem

kyeana wrote:

The desktop specs gpu wise are 2 ATI 4850's in crossfire configuration (I'm wondering if that may be the problem)

That's probably it. I'm not positive but pretty sure crossfire isn't supported by the open source driver, you'll have to use the radeon one.

Offline

#3 2010-03-03 17:25:37

kyeana
Member
Registered: 2010-01-26
Posts: 36

Re: [SOLVED] ATI 4850s problem

I have taken out the crossfire bridges, and tried again with and without an xorg.conf, and still isn't liking the dri. Anybody have any other advice? I would like to be able to avoid the catalyst drivers if possible, sense they only supporg xorg < 1.65


EDIT: saw in the xorg log (WW) RADEON(o): Direct rendering is not supported when VGA arb is necessary for the device. Did some googling and in theory KMS fixes the DRI issue. Ill give it a shot and post back

Last edited by kyeana (2010-03-03 17:30:10)

Offline

#4 2010-03-03 22:14:56

kyeana
Member
Registered: 2010-01-26
Posts: 36

Re: [SOLVED] ATI 4850s problem

Any other ideas?

I got KMS working, but now whenever i try to startx it just stays at a black screen. I have tried radeon, radeonhd, and radeonhd-git drivers (with and without xorg.conf) with no luck. I would try radeon-git, but the makepkg fail.

Any other ideas on how i can get my system running short of removing on the cards or buying a new card? Any help at all would be greatly appricated.


Cheers

Offline

#5 2010-03-04 05:54:39

kyeana
Member
Registered: 2010-01-26
Posts: 36

Re: [SOLVED] ATI 4850s problem

Solved.

I finally got xf86-video-ati-git working (thanks to a new comment in the AUR, perfect timing!! big_smile). That combined with KMS has everything up and running.


Cheers.

Offline

Board footer

Powered by FluxBB