LinuxQuestions.org
Review your favorite Linux distribution.
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 10-01-2003, 07:46 PM   #1
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Rep: Reputation: 15
3d with ATI


Mmkay, this might be more apt in the Laptops forum, but I figured this is games, and I should grace ti with one of my rambling posts. Here goes:

I have an ATI Mobility Radeon IGP, under Mandrake 9.2RC2. How do I get 3d drivers for it? I want to use it in a UT lan game, and, sadly, high rez, low fps isn't conducive to winning. I'm running Windows UT under wine, so it's already one step behind. I also want to run some other 3d appz, but no 3d under linux is starting to bug me, since this laptop runs soooo much better under linux then windoze. So, any help here with 3d?
 
Old 10-02-2003, 01:35 AM   #2
warned
LQ Newbie
 
Registered: Oct 2003
Distribution: Mandrake and RH
Posts: 22

Rep: Reputation: 15
Well, to activate 3d you need to do a lot of things. I have an ATI Radeon 345 in my laptop but I didn't yet probe it.
First of all you have to patch your agpgart. Using google you'll find it. Next you have to patch your XFree. I suggest you to visit dri.sourceforge.net and read the documentation. This is the only way...
 
Old 10-02-2003, 05:28 AM   #3
pavgust
Member
 
Registered: May 2003
Distribution: Debian
Posts: 40

Rep: Reputation: 15
Have a look at http://bugs.xfree86.org/show_bug.cgi?id=314

How familiar are you with compiling things?
 
Old 10-02-2003, 02:35 PM   #4
KeTrueno
LQ Newbie
 
Registered: Sep 2003
Location: ny
Distribution: redhat 9
Posts: 9

Rep: Reputation: 0
i just recently got my radeon 9700pro working after a week or so of trying... i'm really new to linux so i'm not sure if you want my help or not...

i'm betting mandrake 9.2 comes with xfree86 4.3 so if you goto ati's site u should be able to download the appropriate drivers... before you install that, get the kernel source / kernel headers for your distro/version... i simply used rpm -ihv <rpm source filename> then after that was finished i did the same for the ati drivers...

sorry if this doesn't help you much, but after that i was able to use all the 3d games that're bundled w/ rh9... i'm stuck on trying to get winex to run now, but i'm just happy i got 3d working finally...

hope that helped somewhat!

Kevin
 
Old 10-03-2003, 12:23 AM   #5
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
never recompiled anything but those stupid programs for my CSIT class :-p. I have never done a kernel recompile, althought I've wantd to try it.. I get in under the hood and mess with things alot, although the whole kernel thing has me erring on the cautious side. (I'm more a hardware g33k.) Also i've only been using linux for 2 years or so, and there's still alot of the underlying things I just simply don't know.

Now, I was thinking that I could just pick an ATI card driver similaire, and try it.. does that work? Also, can someone give me a close approximations of what really would be involved in this? Maybe a walkthrough? Play by play? Instructions? Breadcrumbs?

I'm going to have 2 days solid to play come monday, and I really really want to play chromium some more.. and the LAN party's coming up in a week or so... and I really want windoze gone... more HD space :-D!!
 
Old 10-04-2003, 12:57 AM   #6
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Since you are a hardware g33k... The key here is the chipset of the card... If you have any R200+ card, then you can safely run the fgrlx module which provide the ATi drivers (not too fast, mind you). You need:
  • Your kernel sources, as KeTrueno told you. You may find them (for Mandy) under one of you CD's or get into the control center and bring up whatever tool Mandy uses for Software Management.
  • Get the driver (if and only if you run an R200+ card!) from ATi. Otherwise get the DRI's project drivers at the DRI's page.
  • Switch to run-level 3 (or whatever Mandrake uses for Console only, Multiuser environment) Install the ATi drivers (as root) with:
    Code:
    # rpm -ivh --force fglrx*
    Pay close attention to any messages regarding a module being loaded, so if you get something like this module loaded with warnings don't worry, those warnings are because the driver will taint the kernel, because they are not GPLed (in contrast with the DRI's drivers).
  • Run the script fglrxconfig, try to start X. If you were unsuccessful the first time try to edit by hand your XF86Config file. Only if you've done so before and know what you are doing, otherwise post back your output or errors. You may switch back to the VESA driver in XF86Config to get X back on working (2D only).
  • In the event you go the DRI way, just get the daily builds, un-tar them, compile them, install them č voilą:
    Code:
    # tar -zxvf <tarball>.tar.gz
    or
    # tar -jxvf <tarball>.tar.bz2
    # cd <tarballname>
    # ./configure --help <-- Alwasy do it!
    # ./configure --radeon <-- or what ever you need to write for the Readeon driver
    # make
    # make install
    Now you should make sure you are using the radeon driver in XF86Config, so you will need to open it and search for the driver (most likely you are already using it), so it would be safe to just start X
  • Again if any errors come up, plese post back the output.
Will that do?
 
Old 10-04-2003, 10:46 AM   #7
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
Well, I'm going to try that come monday, or so. However, in advance, thank you. I'll let yo know how it goes.
 
Old 10-04-2003, 12:41 PM   #8
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Remember to post back any problems!
 
Old 10-10-2003, 07:53 PM   #9
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
Well, it's taken me longer to get to it than I thought it would. I just tried the DRI method, and now, X is broken .

I downloaded the "radeon" dri packages, and installed them from a command line, and it all looked good. I tried startx, and X crashed, saying "(EE) No Devices detected. Fatal server error: no screens detected."

At First, I thought this was a problem with my display, but I quickly realized that I could start x if I loaded the "vesa" driver. I then figured I'd try the r200 drivers, since that's what I load from HP. *sigh* same thing.

Accourding to both Linux and Windows, I have a " ATI Radeon IGP 340M". Now, this whole X thing is kinda important, as I no longer run Windows on the laptop. Right now I can start X with the "vesa" driver (which irronically loads faster than the old radeon driver", however I have 3d Cad programs that need openGL.. and I'd like to play my games too .
 
Old 10-10-2003, 08:07 PM   #10
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
Actually, I just searched www.google.com/linux and I found a suse mailing forum that had a link to radeon drivers that support the IGP 340M in 2D, which is what I think I was running. I loaded those, and X is back to the way it was before.. no 3d Support, but working 2d (and it's faster than before, These might have been better drivers.)

So, is 3d on this guy a lost cause? I mean, is it really a driver issue? Any other ideas? *Now that I know how to fix it, I'm more confident about breaking it. I have the old files backed up, as well as my XF86Config-4*
 
Old 10-10-2003, 08:11 PM   #11
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by pavgust
Have a look at http://bugs.xfree86.org/show_bug.cgi?id=314

How familiar are you with compiling things?
Well, here's my 3rd post in such a short span of time. I just followed that link (I erm.. saw the word compile, and got scared.) Well, I'd actually be willing to try a kernel compile, since I've never done it, and I have an open weekend. I really don't know how to do it though, or what the heck a .diff file is, or how to use it. If someone wants to walk me though making a new kernel, sure, I'm game. If not.. well.. *shrugs* I ain't got games.....

I feel like it's time for this: Lol. And I've been using linux for about 2 years now.. jeeze...

Any and all help is appreciated!
 
Old 10-10-2003, 08:23 PM   #12
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
doesnt schidner-digital (or whatever theyre called) have drivers for it?
 
Old 10-10-2003, 08:36 PM   #13
Macguyvok
Member
 
Registered: Sep 2003
Location: NewYork - Fredonia - USA
Distribution: MDK 10; SuSE 9.0; Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by LavaDevil94
doesnt schidner-digital (or whatever theyre called) have drivers for it?
Who? I'm not familiare with them.
 
Old 10-10-2003, 11:13 PM   #14
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
Quote:
Originally posted by LavaDevil94
doesnt schidner-digital (or whatever theyre called) have drivers for it?
Schneider-digital drivers moved from Germany to Canada, so the lattest official Radeon (R200+) are supplied by ATi. Just pay a visit to This page and download the lattest driver.... It won't be lightning fast, but it is quite compatible (I think it is the first company, speaking of nVidia, who support kernel 2.6.0-test6 in this set of drivers).
 
Old 10-11-2003, 09:29 AM   #15
sNicker
Member
 
Registered: Oct 2003
Location: Italy
Distribution: Slackware 9.1, Slackware 10
Posts: 33

Rep: Reputation: 15
I have a Presario with IGP 320 and after kernel compile and XFree compile (with the right patches) everything is working very well it takes a little effort for a linux newbye (like me), but now i'm happy and satisfied...
 
  


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
ATI 9600Pro & ATI Proprietary Drivers problem Hyakutake Slackware 6 12-04-2005 10:08 AM
Ati driver a bit unstable but no different than nvidia..ati benchmark inside. spade Slackware 1 10-06-2004 12:13 AM
ATI 9600se running slower than older ATI card w/ DRI on euth665667 Linux - Hardware 0 07-03-2004 06:10 AM
SuSE 9.1 - ATI Mobility 9600 (M10) - ATi Drivers 3.9.0 Beaviis Linux - Hardware 3 06-04-2004 12:51 PM
ati 8500ve - ati Radeon 8500 ve - suse 9.0 pro linuxgamer Linux - Hardware 0 11-30-2003 05:29 PM

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

All times are GMT -5. The time now is 11:55 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