|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
09-22-2007, 03:06 PM | #1 |
Pledge
Join Date: Jul 2007
Location: Wisconsin, USA
Posts: 14
|
ATI + REGNUM Problem Solved! (Ubuntu with free ATI drivers)
I have found a quite simple fix for the "Unsupported Video Card" Error while using an ATI graphics card under Ubuntu 7.04 running the FREE Open-Source ATI Driver.
Instructions are as follows: You may want to download and install Mesa 7.0.1. The instructions are here: http://ubuntuforums.org/showpost.php?p=2960650&postcount=3 GENERAL INSTRUCTIONS: 1) Install package "driconf" from Synaptic, or use the following code below in Terminal: Code:
sudo apt-get install driconf Code:
driconf 4) Save your settings and close. 5) Install RegnumLX if you haven't already done so. Skip to Step 6 if it is already installed. Otherwise, use this code to get it: Code:
mkdir regnum cd regnum wget http://www.regnumonline.com.ar/downloads/files/rolauncher.tar.gz tar xfz rolauncher.tar.gz rm rolauncher.tar.gz chmod +x rolauncher Code:
./rolauncher ---------------------------------- TROUBLESHOOTING: Q1) I have weird graphic errors. What should I do? A1) If you have weird graphic errors after all these steps, download one of these libraries: If you have Mesa 7.0, use this one - http://homepage.hispeed.ch/rscheideg...n070518.tar.gz If you have Mesa 6.0, use this one - http://homepage.hispeed.ch/rscheideg...n060508.tar.gz and after extracting, type in terminal: Code:
make sudo make install That will fix graphic problem not only in Regnum but in other games too, one reported is Eternal Lands. This library will engage S3TC compression, so dont worry, Regnum should work. -------------------------------- Q2) I open Driconf, and it opens it expert mode, and in console window writes: Code:
Driver "r200" is not installed or does not support configuration. A2) This: Code:
sudo updatedb locate r200_dri.so libGL.so.1.2 Code:
/usr/lib/dri/r200_dri.so /usr/lib/libGL.so.1.2 Code:
cd /usr/X11R6/lib sudo mkdir modules cd /usr/X11R6/lib/modules sudo mkdir dri sudo cp /usr/lib/dri/r200_dri.so /usr/X11R6/lib/modules/dri If driconf opens normally, select 'enable s3tc compression' and Regnum will start fine. --------------------------------- Useful links:
Now, I, Jaimez, personally have NOT tested this yet actually in-game, all I know so far is that the laucher loads without any errors. I am using the ATI Radeon All-In-Wonder 9800 PRO, and I have used only this card. DO NOT complain to me if you do not have exactly as I do, because I know absolutely nothing about it :P Thank You! Contributions to this FAQ and Tutorial by: hong_kong_man, Anpu, Ubuntu Serbia, and Smoki. ~~~~ Ennon Galita-Shamoi (Regnum Char) ~~~~ Jaimez Bling (Real Name) OmegaElheats Entertainment, Ltd. Chairman http://omegaelheats.awardspace.com/
__________________
Now remember, I do my best work when I'm being worshiped as a god. You! Off my planet! I like cats, too. Let's exchange recipes. Chaos, panic, & disorder - my work here is done. Last edited by hong_kong_man; 09-30-2007 at 03:44 PM. Reason: updating |
09-22-2007, 04:14 PM | #2 |
Count
Join Date: Jun 2007
Posts: 1,186
|
DRIconf is a configuration applet for the Direct Rendering Infrastructure.
For older cards, like 9250 or less, download and install Mesa 7.0.1. Instruction here: http://ubuntuforums.org/showthread.php?t=487735 After, download driconf and enable s3tc compression. And Regnum will work
__________________
Inquisition |
09-23-2007, 09:26 AM | #3 |
Count
Join Date: Jun 2007
Posts: 1,186
|
If u have weird graphic after all these streps, download this library http://homepage.hispeed.ch/rscheidegger/dri_experimental/libtxc_dxtn070518.tar.gz
and after extracting, type in terminal: Code:
make sudo make install That will fix graphic problem not only in Regnum but in other games too (in my case Eternal Lands). This library will engage s3tc compression, so dont worry, Regnum will work
__________________
Inquisition |
09-23-2007, 10:46 PM | #4 |
Pledge
Join Date: Jul 2007
Location: Wisconsin, USA
Posts: 14
|
Anpu - I seem to have problems doing that last one...
__________________
Now remember, I do my best work when I'm being worshiped as a god. You! Off my planet! I like cats, too. Let's exchange recipes. Chaos, panic, & disorder - my work here is done. |
09-24-2007, 09:08 AM | #5 |
Count
Join Date: Jun 2007
Posts: 1,186
|
Problems when u installed library? Oh and forgot to tell, do not install packages from Synaptic! Well if u want, I ll put here all commands and links I used to make Regnum work perfectly with Ati 9250 (R200), step by step.
__________________
Inquisition |
09-25-2007, 01:34 AM | #6 |
Pledge
Join Date: Jul 2007
Location: Wisconsin, USA
Posts: 14
|
Yeah - I get this:
Code:
jacob@jacob-ubuntu:~/Downloads/libtxc_dxtn$ make cc -Wall -pedantic -fPIC -O3 -c -o txc_compress_dxtn.o txc_compress_dxtn.c txc_compress_dxtn.c:25:19: error: stdio.h: No such file or directory txc_compress_dxtn.c:26:20: error: stdlib.h: No such file or directory In file included from txc_compress_dxtn.c:27: txc_dxtn.h:25:19: error: GL/gl.h: No such file or directory In file included from txc_compress_dxtn.c:27: txc_dxtn.h:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLchan’ txc_dxtn.h:35: error: expected ‘)’ before ‘srcRowStride’ txc_dxtn.h:36: error: expected ‘)’ before ‘srcRowStride’ txc_dxtn.h:37: error: expected ‘)’ before ‘srcRowStride’ txc_dxtn.h:38: error: expected ‘)’ before ‘srcRowStride’ txc_dxtn.h:40: error: expected ‘)’ before ‘srccomps’ txc_compress_dxtn.c:37: error: expected ‘)’ before ‘*’ token txc_compress_dxtn.c:229: error: expected ‘)’ before ‘*’ token txc_compress_dxtn.c:347: error: expected ‘)’ before ‘*’ token txc_compress_dxtn.c:402: error: expected ‘)’ before ‘*’ token txc_compress_dxtn.c:415: error: expected ‘)’ before ‘*’ token txc_compress_dxtn.c:737: error: expected ‘)’ before ‘srcpixels’ txc_compress_dxtn.c:753: error: expected ‘)’ before ‘srccomps’ make: *** [txc_compress_dxtn.o] Error 1 I've never used the 'make' command before, so I don't know. Otherwise, if you want to post what you and some troubleshooting stuff - great, I'll just edit and add it to my post ~Jaimez
__________________
Now remember, I do my best work when I'm being worshiped as a god. You! Off my planet! I like cats, too. Let's exchange recipes. Chaos, panic, & disorder - my work here is done. |
09-25-2007, 10:12 AM | #7 | ||
Count
Join Date: Jun 2007
Posts: 1,186
|
Step by step:
Hope this will help u. NOTE: my card is ATI 9250 (r200) If u re not sure about your card, check this link and read all under DEVICES (scroll bit down): http://dri.freedesktop.org/wiki/Conf...Infrastructure Have fun
__________________
Inquisition Last edited by Anpu; 09-27-2007 at 02:46 PM. |
||
09-26-2007, 10:29 PM | #8 | |
Pledge
Join Date: Jul 2007
Posts: 19
|
Quote:
sudo apt-get install build-essential mesa-common-dev These are the required packages for Debian though, it may be a bit different on Ubuntu. HTH |
|
09-27-2007, 02:35 PM | #9 |
Banned
Join Date: Feb 2007
Location: Under your skin Posts: 1337
Posts: 2,490
|
I demand sticky , or at least an ati sticky with links to relevant topics and guides. could be helpful to the ati users out there having trouble
|
09-30-2007, 03:45 PM | #10 |
Pledge
Join Date: Jul 2007
Location: Wisconsin, USA
Posts: 14
|
yes, a sticky would be nice, considering that it took a long time for me to find out how to get Regnum to work
this thread would give a quick answer to other users.
__________________
Now remember, I do my best work when I'm being worshiped as a god. You! Off my planet! I like cats, too. Let's exchange recipes. Chaos, panic, & disorder - my work here is done. |
Tags |
linux ati, linux howto |
|
|