Announcement

Collapse
No announcement yet.

radeon X700pro + fglrx

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    radeon X700pro + fglrx

    hi,

    is anyone out there hwo has some experiences with such a setup?
    i currently use the "radeon" - driver but it doesn't support acceleration for my card. so i tried out xorg-driver-fglrx from the repository and just replaced "radeon" by "fglrx"

    the result is that the display flickers, one fan (i don't know which - i only know it's not the processor's one) sounds like a turbine, i still have no opengl support and composite isn't faster (still uses cpu) and i can't switch to another terminal (ctrl+alt+F1), as the display gets black and even doesn't come back using (ctrl+alt+F7 or ctrl+alt+backspace).

    thanks a lot for your help


    p.s.: i tried also the one from ati.com - same thing
    p.s.s.: my setup
    Athlon64 3000+
    ATI Radeon X700 Pro

    p.s.s.s.: excerpt of my xorg.conf
    Code:
    Section "Module"
    	Load "i2c"
    	Load "bitmap"
    	Load "ddc"
    	Load "extmod"
    	Load "freetype"
    	Load "int10"
    	Load "type1"
    	Load "vbe"
    	Load "glx"
    	Load "GLcore"
    	Load "dri"
    	Load "v4l"
    EndSection
    .
    .
    .
    Section "Device"
    	Identifier "ATI Technologies, Inc. Radeon X700 Pro (RV410)"
    	Driver   "radeon"
    	VendorName "ATI"
    	Option	  "MergedFB" "off"
    	Option	  "EnablePageFlip" "true"
    	Option	  "DynamicClocks" "true"
    	BusID    "PCI:5:0:0"
    EndSection

    #2
    Re: radeon X700pro + fglrx

    Try this:
    Code:
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    sudo aticonfig --initial
    Then restart.

    Comment


      #3
      Re: radeon X700pro + fglrx

      thanks.
      but it is still the same effect. ;(

      do you have an ATI? does it work?

      Comment


        #4
        Re: radeon X700pro + fglrx

        I have a M X700, and yes it works for me (xorg-driver-fglrx).
        I have never used 'radeon' driver, and have never experienced your situation. I just installed fglrx and did the aticonfig to get direct rendering (I suppose it is what you want, if not then ignore my posts ).

        Comment

        Users Viewing This Topic

        Collapse

        There are 0 users viewing this topic.

        Working...