Hello.
I have a problem is an ATI HD 2400 Pro brand new video card connected in AGP to my computer.
I can start X but I don't have any direct rendering and for some reason that I don't know fglrxinfo says I'm using the Mesa 3D Project Indirect rendering, though the opensource radeonhd driver is *not* installed...
Also "lsmod | grep agp" doesn't return *anything*.
I think it has something to do with DRI because whenever I activate it in my xorg.conf file X fails to start and the output has a backtrace. I've been on that problem for about five hours now so I really need help for this. Thanks in advance.
My xorg.conf file:
Code:
Section "Module"
Load "freetype"
Load "glx"
# Load "dri"
Load "dbe"
Load "extmod"
Load "type1"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "ServerFlags"
Option "standby time" "10"
Option "DefaultServerLayout" "Layout 1"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
# Option "Device" "/dev/input/mice"
# Option "ZAxisMapping" "4 5 6 7"
# Option "Emulate3Buttons"
EndSection
Section "Monitor"
Identifier "hp f1723"
# HorizSync 31.5 - 79.0
# VertRefresh 50-100
EndSection
Section "Device"
Identifier "ATI HD 2400 Pro"
Driver "fglrx"
Option "DRI" "false"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "agplock=0"
Option "UseInternalAGPGART" "no"
Option "XAANoOffscreenPixmaps" "true"
EndSection
#Section "Device"
# Identifier "ATI HD 2400 Pro (OSD)"
# Driver "radeonhd"
#EndSection
Section "Screen"
Identifier "Screen 1"
Device "ATI HD 2400 Pro"
Monitor "hp f1723"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
# ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Layout 1"
Screen "Screen 1"
InputDevice "Mouse" "CorePointer"
InputDevice "Keyboard" "CoreKeyboard"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
Here is the (huge) X11 log: http://rafb.net/p/4Y5Qsp72.html (I wasn't able to post it in this topic because it was too long (53181 characters but only 10000 are allowed).
Thank you for any help!
edit: Moderators, you might consider moving this topic to Linux Graphics/ AMD/ATI Linux
Thanks