PDA

View Full Version : fglrx loads, but fools arround. Or something..


ProbablyX
2007-02-18, 12:15 PM CST
Hello!

To make my problem short: If I run "vesa" as gfx driver I get ~800FPS in glxgears , same with fglrx which uses Mesa3D and not ATI (cant get it to change from Mesa :() also "radeon" wont load at all as it says there's no "valid Device section".

So, does anyone know how to either make radeon working or fglrx working? I've followed the guide found here in the FAQ forum but it didnt help (using livna RPMS) :(

This is my xorg.conf:


Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
#Load "extmod" ## Old crap(?)
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "ViewSonic"
ModelName "VS712s [My own setup] (Digital)"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 85.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "fglrx"
# Driver "radeon"
# Option "UseInternalAGPGART" "no"
Option "no_accel" "no"
Option "no_dri" "no"
#Option "KernelModuleParm" "agplock=0"
Option "ForceMonitors" "notv"
Option "MonitorLayout" "TMDS,NONE"
Option "VideoOverlay" "on"
#BusID "PCI:5:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

Output from dmesg | grep fglrx

fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 918 MBytes.
[fglrx] module loaded - fglrx 8.33.6 [Jan 8 2007] on minor 0


Noteable errors/warnings from my xorg log

(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *


----------------

(WW) fglrx(0): Failed to set up write-combining range (0xde000000,0x1fe0000)
(WW) fglrx(0): Failed to set up write-combining range (0xdc000000,0x3fe0000)
(WW) fglrx(0): Failed to set up write-combining range (0xd8000000,0x7fe0000)
(WW) fglrx(0): Failed to set up write-combining range (0xd0000000,0xffe0000)

---------------------

(WW) fglrx(0): Textured Video not supported without DRI enabled.
(WW) fglrx(0): Video Overlay not supported on AVIVO based graphics cards. For XVideo support use Option "TexturedVideo".

----------------------

(EE) AIGLX: Screen 0 is not DRI capable


-----------------------

(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib64/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0



I'd be really happy if anoyone would be able to help me :)

Thanks!

*edit*
This is a ATI Radeon X1600Pro / 256MB card using PCI Express

leigh123@linux
2007-02-18, 12:50 PM CST
Try checking you xorg.conf and add any missing sections i.e the aiglx section , composite section

http://forums.fedoraforum.org/attachment.php?attachmentid=11534

ProbablyX
2007-02-19, 07:49 AM CST
Try checking you xorg.conf and add any missing sections i.e the aiglx section , composite section

http://forums.fedoraforum.org/attachment.php?attachmentid=11534

Yaay! Thanks mate, seems to be working now =)

]$ glxgears
25283 frames in 5.0 seconds = 5056.424 FPS
25327 frames in 5.0 seconds = 5065.233 FPS