¿how are your kernel settings regarding acceleration?
2007/9/24, Johannes Skov Frandsen <[EMAIL PROTECTED]>: > > Hey > > Anybody had any luck with enabling opengl in gnome with a ATI FireGL > V3300 card. > > I have the proprietary driver loaded and working, but my log tells me I > have no 3d support because of some DRI issues. > > (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): ********************************************* * > > I have compiled the xorg server with the following settings: > > x11-base/xorg-server-1.3.0.0 USE="dri ipv6 nptl xorg" > INPUT_DEVICES="evdev keyboard mouse" VIDEO_CARDS="fglrx " > > and the ati driver with these settings: > > x11-drivers/ati-drivers-8.39.4 USE="-acpi" > > I have include my log and my config if they could be useful in clearing > up the issue. > > Any help or pointer appriciated. > > -- > > Regards / Venlig hilsen > > Johannes Skov Frandsen > > > Section "ServerLayout" > Identifier "Simple Layout" > Screen 0 "ATI Screen" 0 0 > InputDevice "Mouse1" "CorePointer" > InputDevice "Keyboard1" "CoreKeyboard" > EndSection > > Section "Files" > FontPath "/usr/share/fonts/misc/" > FontPath "/usr/share/fonts/75dpi/" > EndSection > > Section "Module" > Load "dbe" # Double buffer extension > SubSection "extmod" > Option "omit xfree86-dga" # don't initialise the > DGA extension > EndSubSection > Load "freetype" > Load "dri" > Load "glx" > EndSection > > Section "InputDevice" > Identifier "Keyboard1" > Driver "kbd" > Option "AutoRepeat" "500 30" > Option "XkbRules" "xorg" > Option "XkbModel" "pc105" > Option "XkbLayout" "dk" > EndSection > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "Auto" # Auto detect > Option "ZAxisMapping" "4 5 6 7" > Option "Emulate3Buttons" > EndSection > > Section "Monitor" > Identifier "HP LP2465" > Option "VendorName" "ATI Proprietary Driver" > Option "ModelName" "Generic Autodetecting Monitor" > Option "DPMS" "true" > EndSection > > Section "Device" > Identifier "ATI FireGL V3300" > Driver "fglrx" > EndSection > > Section "Screen" > Identifier "ATI Screen" > Device "ATI FireGL V3300" > Monitor "HP LP2465" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > > Section "dri" > Mode 0666 > EndSection > > > > >

