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
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
Comment