LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 02-21-2004, 07:57 PM   #76
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47

try going to /lib/modules/fglrx/build_mod, build the module, and install/insert it manually.
 
Old 02-22-2004, 01:21 AM   #77
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Ok, so you load the modules correctly, but still no dice... glxinfo and fglrxinfo tell you. However what motherboard chipset do you have? Have you tried with Internal AGP? In the event of an Nforce chipset, do you have support for it in your kernel? Sorry if I'm asking what other may already have, but this info may be rlevant.
Deffinitely, what LavaDevil recommends you is the best idea.
 
Old 02-22-2004, 11:03 AM   #78
Mytherall
Member
 
Registered: Feb 2004
Location: Wisconsin, USA
Distribution: Gentoo 1.4
Posts: 36

Rep: Reputation: 15
/me = linux noob (although not comp noob)

gfx card = ati 7500 mobility (seems to run using the 7500 drivers)

loads the splash screen then nothing

error:
open /dev/[sound/]dsp: Device or resource busy
Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.

I found how to turn on 3d accel but I can't find where to turn direct rendering on.
 
Old 02-22-2004, 11:45 AM   #79
fader
Member
 
Registered: Feb 2004
Location: Farmville, VA
Distribution: Desktop: Ubuntu 8.04, Beowulf: Slackware & Dragonfly BSD, Tablet: Fedora 9, Toughbook: Arch Current
Posts: 98

Rep: Reputation: 16
LavaDevil94: "try going to /lib/modules/fglrx/build_mod, build the module, and install/insert it manually."

Sorry LavaDevil94, I don't know how to do that. Although, one of my friends came up with a theory. When I installpkg the ATI tgz, the libGL.so files, the mesa files should be overwritten by ATI's libGL.so files. My guess ATI didn't install in correctly. It should have Internal AGP support right? If not, how would you go about doing that? Thanks guys, I'm glad you're still pursuing this.

Thetargos:
After I run fglrxconfig (with External AGP) and reboot my computer, the first thing I do is lsmod (not in X). I look for agpgart and fglrx and the modules are there but it says (unused) not a number like 6. Naturally, it should do that because I haven't started X yet. I look under rc.modules and there is command to initiate /sbin/modprobe agpgart. I added one for fglrx. Anyways, I was think the ATI package didn't overwrite the libGL.so files (mesa) and there may be a duplicate of those files. I'm not in linux now, but I'll give it a try and reinstall the tgz. I have an MSI motherboard nForce2 and Slack 9.1 supports it just fine. I see nForce chipset message at boot time.
 
Old 02-22-2004, 12:05 PM   #80
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Yes, the libGL.so is your problem. You have to overwrite it (MAKE a backup first!). I thought you followed the manual procedure to install the driver other than installpkg... Sorry, my bad.


Mytherall:

You are using an Rv150 based chipset if my memroy serves me right. As such, the binary ATi drivers will not work for you, however. you may still be able to run OpenGL applications with the DRI latest drivers, try installing those.

To enable DRI you have to add that section to your XF86Config file, may be helpful if you posted that.
 
Old 02-22-2004, 01:07 PM   #81
fader
Member
 
Registered: Feb 2004
Location: Farmville, VA
Distribution: Desktop: Ubuntu 8.04, Beowulf: Slackware & Dragonfly BSD, Tablet: Fedora 9, Toughbook: Arch Current
Posts: 98

Rep: Reputation: 16
Thetargos, Can You step by step tell me what do to overwrite the files. I use locate Mesa and I get libOSMesa.so -.a -so.4 -so.0. Do I have to worry about those files too? They are located in the /usr/X11R6/lib/ directory also along with the libGL.so files. I know I'm almost there. I can't wait. Thanks for the help. Just step by step would be fine.
 
Old 02-23-2004, 12:12 PM   #82
fader
Member
 
Registered: Feb 2004
Location: Farmville, VA
Distribution: Desktop: Ubuntu 8.04, Beowulf: Slackware & Dragonfly BSD, Tablet: Fedora 9, Toughbook: Arch Current
Posts: 98

Rep: Reputation: 16
Thetargos, after unpacking the files for the tgz manually and putting them in their respective folders, I never came across replacing the old libGL.so files. What do I have to overwrite? Also, I can't get the fgl_glxgears to start at command line. This is not working out.
 
Old 02-23-2004, 02:24 PM   #83
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Check here. It's the ATi Linux HowTo, there should be a section on Slack... I'm not that familiar with Slack as to guide you accurately.
 
Old 02-23-2004, 04:08 PM   #84
Mytherall
Member
 
Registered: Feb 2004
Location: Wisconsin, USA
Distribution: Gentoo 1.4
Posts: 36

Rep: Reputation: 15
Quote:
Originally posted by Thetargos
Mytherall:

You are using an Rv150 based chipset if my memroy serves me right. As such, the binary ATi drivers will not work for you, however. you may still be able to run OpenGL applications with the DRI latest drivers, try installing those.

To enable DRI you have to add that section to your XF86Config file, may be helpful if you posted that.
installed DRI succesfully but now it wont go into kde...

and when I try to play 2k4 it errors saying

Quote:
Couldn't initialize SDL: No available video device


History:

Exiting due to error
I can't seem to find the XF86Config to post it's contents

Last edited by Mytherall; 02-23-2004 at 04:10 PM.
 
Old 02-23-2004, 04:10 PM   #85
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
It should be located under /etc/X11/
 
Old 02-23-2004, 06:28 PM   #86
Mytherall
Member
 
Registered: Feb 2004
Location: Wisconsin, USA
Distribution: Gentoo 1.4
Posts: 36

Rep: Reputation: 15
Quote:
Originally posted by Thetargos
It should be located under /etc/X11/
is there any particular part of that file u wanna see as it's really long... and I don't fancy typing it all out
 
Old 02-23-2004, 06:50 PM   #87
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Both the DRI section and the device section, if nothing comes up there, maybe we'll should look others, but first those two.
 
Old 02-23-2004, 06:56 PM   #88
Mytherall
Member
 
Registered: Feb 2004
Location: Wisconsin, USA
Distribution: Gentoo 1.4
Posts: 36

Rep: Reputation: 15
Quote:
Originally posted by Thetargos
Both the DRI section and the device section, if nothing comes up there, maybe we'll should look others, but first those two.
Section "Device"
BoardName "Radeon 7500"
BusID "1:0:0"
Driver "radeon"
Identifier "Device[0]"
Screen 0
Option "Rotate" "off"
VenderName "ATI"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection
 
Old 02-23-2004, 06:58 PM   #89
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Original Poster
Rep: Reputation: 45
Change the mode on DRI to 0666, re-start your session and see if you get DRI (direct rendring) on with glxinfo. Unless you have set it up that way, of course.
 
Old 02-23-2004, 07:08 PM   #90
Mytherall
Member
 
Registered: Feb 2004
Location: Wisconsin, USA
Distribution: Gentoo 1.4
Posts: 36

Rep: Reputation: 15
Quote:
Originally posted by Thetargos
Change the mode on DRI to 0666, re-start your session and see if you get DRI (direct rendring) on with glxinfo. Unless you have set it up that way, of course.
it's not letting my edit XF86Config, it asks if I want to then it doesn't let me :E
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
UT2004 Demo problems DarkNebula Linux - Games 2 03-08-2005 05:23 PM
Yet another UT2004 Demo Question OutKaster Linux - Games 1 08-05-2004 07:24 AM
Ut2004 demo installing Jere Linux - Software 18 07-02-2004 04:51 AM
ut2004 demo won't run wrepti Linux - Games 0 06-13-2004 02:13 AM
Has anybody installed UT2004 demo? Thaidog Linux - Games 13 02-18-2004 05:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 12:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration