View Full Version : Need help with gaming in general for Fedora 6
matrim
22nd April 2007, 09:11 PM
Hi all,
Long time reader, first time poster. Eheh :P
For accelerated graphics games, I'm not sure what Im missing but I've searched and done a few things but still have errors. I've tried on the Quake demo, Sauerbraten , and Cube. The main error I get is :
Unable to create OpenGL screen (Couldn't find matching GLX visual)
I have an ATI Radeon 9250 and the standard driver works for regular computing I guess. I believe there was a download fglx and I have that installed as well, but still no go.
In Quake I get :
ERROR: SDL_SetVideoMode failed: Couldn't find matching GLX visual
********************
--------------- BSE Shutdown ----------------
---------------------------------------------
WARNING: rvServerScanGUI::Clear() - invalid scanGUI
idRenderSystem::Shutdown()
Sys_Error: SDL_SetVideoMode failed: Couldn't find matching GLX visual
I need help finding out why the errors are happening and where to get the right packages if needed. :)
Seve
22nd April 2007, 11:35 PM
Hello:
You should start by trying to install the 3rd party ati drivers.
If you follow this guide it should help you.
http://www.fedorafaq.org/#radeon
I don't have an ati video card, so I am not sure which driver package is suitable for your card.
I'm sure other ati users will chime in to assist. :)
Seve
matrim
23rd April 2007, 09:18 AM
Hi,
Already read the guide, and followed it, but still no go. Any other suggestions?
Shakes
23rd April 2007, 12:52 PM
What does fglrxinfo return when you type it in a terminal?
It may also be helpful to attach your /etc/X11/grub.conf file
matrim
23rd April 2007, 06:06 PM
fglrx:
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual!
Looks like its missing? But when I YUM glrx:
Installed Packages
Name : kmod-fglrx
Arch : i686
Version: 8.36.5
Release: 3.2.6.20_1.2944.fc6
Size : 763 k
Repo : installed
Summary: fglrx kernel module(s)
Description:
This package provides the fglrx kernel modules built for the Linux
kernel 2.6.20-1.2944.fc6 for the i686 family of processors.
Grub.conf is:
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.20-1.2944.fc6)
root (hd1,0)
kernel /vmlinuz-2.6.20-1.2944.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.20-1.2944.fc6.img
title Fedora Core (2.6.20-1.2933.fc6)
root (hd1,0)
kernel /vmlinuz-2.6.20-1.2933.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.20-1.2933.fc6.img
title Windows
rootnoverify (hd0,0)
chainloader +1
matrim
23rd April 2007, 06:09 PM
if you meant X11/xorg.conf I have:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
RobertoVanto
23rd April 2007, 06:16 PM
Driver "radeon"
Replace with: Driver "fglrx" and restart the X server.
matrim
23rd April 2007, 07:36 PM
Replace with: Driver "fglrx" and restart the X server.
Tried that, still no go :(.
Error i think was: (EE) No devices detected.
Fatal server error:
no screens found
RobertoVanto
23rd April 2007, 07:52 PM
Are you sure you have followed this (http://www.fedorafaq.org/#radeon) guide?
To enable the fglrx driver use:
% /usr/sbin/fglrx-config-display enable
instead of ati-fglrx-config-display enable
matrim
23rd April 2007, 08:08 PM
Hehe,
After that it says it is already enabled. %)
So now what?
I'll double check guide, maybe i have some conflicting kernel problems? 386 to 686?
Also, I had a Nvidia card in there, but think i got all the drivers removed for the new card.
matrim
24th April 2007, 06:11 PM
Anyone else wanna help me out? :)
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.