Fedora Linux Support Community & Resources Center
  #1  
Old 22nd April 2007, 09:11 PM
matrim Offline
Registered User
 
Join Date: Mar 2007
Posts: 26
Smile Need help with gaming in general for Fedora 6

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 :
Code:
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 :
Code:
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.

Last edited by matrim; 22nd April 2007 at 09:16 PM.
Reply With Quote
  #2  
Old 22nd April 2007, 11:35 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
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
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #3  
Old 23rd April 2007, 09:18 AM
matrim Offline
Registered User
 
Join Date: Mar 2007
Posts: 26
Hi,
Already read the guide, and followed it, but still no go. Any other suggestions?
Reply With Quote
  #4  
Old 23rd April 2007, 12:52 PM
Shakes's Avatar
Shakes Offline
Registered User
 
Join Date: Feb 2005
Location: Scotland
Posts: 445
What does fglrxinfo return when you type it in a terminal?

It may also be helpful to attach your /etc/X11/grub.conf file
Reply With Quote
  #5  
Old 23rd April 2007, 06:06 PM
matrim Offline
Registered User
 
Join Date: Mar 2007
Posts: 26
fglrx:
Code:
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:
Code:
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:
Code:
#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
Reply With Quote
  #6  
Old 23rd April 2007, 06:09 PM
matrim Offline
Registered User
 
Join Date: Mar 2007
Posts: 26
if you meant X11/xorg.conf I have:
Code:
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
Reply With Quote
  #7  
Old 23rd April 2007, 06:16 PM
RobertoVanto's Avatar
RobertoVanto Offline
Registered User
 
Join Date: Nov 2006
Location: Italy
Age: 28
Posts: 302
Quote:
Driver "radeon"
Replace with: Driver "fglrx" and restart the X server.
__________________
"Love, and do what thou wilt." St. Augustine of Hippo - http://robertovanto.blogspot.com
Reply With Quote
  #8  
Old 23rd April 2007, 07:36 PM
matrim Offline
Registered User
 
Join Date: Mar 2007
Posts: 26
Quote:
Originally Posted by RobertoVanto
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
Reply With Quote
  #9  
Old 23rd April 2007, 07:52 PM
RobertoVanto's Avatar
RobertoVanto Offline
Registered User
 
Join Date: Nov 2006
Location: Italy
Age: 28
Posts: 302
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
__________________
"Love, and do what thou wilt." St. Augustine of Hippo - http://robertovanto.blogspot.com
Reply With Quote
  #10  
Old 23rd April 2007, 08:08 PM
matrim Offline
Registered User
 
Join Date: Mar 2007
Posts: 26
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.

Last edited by matrim; 23rd April 2007 at 10:27 PM.
Reply With Quote
  #11  
Old 24th April 2007, 06:11 PM
matrim Offline
Registered User
 
Join Date: Mar 2007
Posts: 26
Anyone else wanna help me out?
Reply With Quote
Reply

Tags
fedora, gaming, general

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Xp in Fedora good for gaming? Coreyjames25 Using Fedora 7 7th February 2009 08:52 PM
fedora Gaming oshan1991 Using Fedora 4 25th February 2008 07:19 PM
Fedora emulation/gaming question sanitysbane Using Fedora 2 15th March 2007 08:26 PM
General question about Fedora John E Using Fedora 31 21st November 2006 05:48 PM
Fedora Gaming subforum? Thetargos Fedora Focus 5 9th June 2006 02:25 AM


Current GMT-time: 05:05 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat