05-12-2007, 10:08 PM | #1 |
Apprentice
Join Date: May 2007
Posts: 58
|
translate
http://http://www.regnumonline.com.ar/forum/showthread.php?t=6244
here is explained what to do to use ubuntu and ati... but WHY IS ONLY IN SPANISH??? this should be a technical support. this how to should be sticked in ENGLISH as is the global language... can somebody translate this page pls? thank you |
05-12-2007, 11:06 PM | #2 |
Master
Join Date: Mar 2007
Location: Stockholm, Sweden
Posts: 341
|
Google is your friend use it, in this case Google translator.
http://www.google.com/translate?u=ht...&hl=en&ie=UTF8
__________________
Hollowpoint - Conjurer - RA Omnislash - knight Yoda - Barb - Horus My MMORPG Is put on a hold for a unknown period of time |
05-12-2007, 11:10 PM | #3 |
Duke
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
|
HOW-TO made by Sexer.
Translation by Xephandor Ubuntu/7.04 ATI fglrx 8.36.5 Pre Requisits : -Modificar el xorg.cof Code: Code:
$sudo gedit /etc/X11/xorg.conf Code:
Section "Extensions" Option "Composite" "Disable" EndSection Delete the OpenSource drivers Go to Synaptics (the packet manager) and search for the "xserver-xorg-video-ati". Delete it, and delete the "xserver-xorg-video-all" too. If you're a command-line lover, use this: Code:
sudo apt-get remove xserver-xorg-video-ati xserver-xorg-video-all Code:
sudo apt-get install xserver-xorg-video-ati xserver-xorg-video-all -Installing the necessary tools: Go to the console and type: Code:
sudo apt-get update sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper debconf libstdc++5 sudo apt-get install linux-headers-$(uname -r) wget Delete all the "fglrx" packages you can. I recommend you to search for them with Synaptics. You can find this ones: fglrx-amdcccle, fglrx-control fglrx-kernel-2.6.20-15 generic fglrx-kernel-source xorg-driver-fglrx xorg-driver-fglrx-dev Or, you can use this in a terminal: Code:
sudo apt-get remove fglrx-amdcccle fglrx-control fglrx-kernel-2.6.20-15 generic fglrx-kernel-source xorg-driver-fglrx xorg-driver-fglrx-dev --purgue Download the drivers: You can do it from: https://a248.e.akamai.net/f/674/9206...x86.x86_64.run And with the console: Code:
mkdir -p ~/fglrx cd ~/fglrx wget "https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.36.5-x86.x86_64.run" Generate the packages: ONLY FROM THE CONSOLE: Code:
cd ~/fglrx sudo sh ./ati-driver-installer-8.36.5-x86.x86_64.run --buildpkg Ubuntu/7.04 Code:
cd ~/fglrx sudo dpkg -i *.deb Code:
sudo rm /usr/src/fglrx-kernel*.deb Block the previous modules: Code:
sudo gedit /etc/default/linux-restricted-modules-common Code:
DISABLED_MODULES="" por: DISABLED_MODULES="fglrx" Fix the broken dependencies: Code:
sudo apt-get -f install Compile the "kernel module" Code:
sudo module-assistant prepare sudo module-assistant update sudo module-assistant build fglrx sudo module-assistant install fglrx sudo depmod -a METHOD 1: Code:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.for.ati sudo aticonfig --initial --force sudo aticonfig --overlay-type=Xv IMPORTANT: IF THE "sudo aticonfig --initial --force" COMMAND DOESN'T WORK, YOU'LL LOSE ALL THE CONFIG ON xorg.conf AND YOU'LL HAVE TO USE THE METHOD 3!!!!!! METHOD 2: Code:
sudo gedit /etc/X11/xorg.conf Code:
Section "Device" Identifier "Generic Video Card" Driver "ati" BusID "PCI:2:0:0" EndSection Code:
Section "Device" Identifier "Generic Video Card" Driver "fglrx" BusID "PCI:2:0:0" EndSection METHOD 3: Make a xorg.conf from scrach. This will delete your modifications on this file, so backup it! Code:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.for.ati sudo dpkg-reconfigure -phigh xserver-xorg Reboot your Computer! Verifying the driver installation: (Open a console) Code:
glxgears fgl_glxgears glxinfo | grep OpenGL (open a console) Code:
glxinfo | grep direct
__________________
I don't have a solution, but I admire the problem. |
05-12-2007, 11:13 PM | #4 | |
Duke
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
|
Quote:
I HATE ONLINE TRANSLATORS!!!! It's always better to be able to speak and not to depend of a computer, translation is something too human to let a machine do it. And how can a computer translate sarcasm or a joke? Just humans can Anyway, use google translators when you can't call a translator :P
__________________
I don't have a solution, but I admire the problem. |
|
05-12-2007, 11:38 PM | #5 | ||
Master
Join Date: Mar 2007
Location: Stockholm, Sweden
Posts: 341
|
Quote:
Quote:
And if you use a translator you don't want to know if something is a joke, you want to know what it says, not if it says anything funny right? And i may agree that having someone else to translate for you is better then using a pc, but i prefer online translators because they are fast, they do their job anytime any where and they never say no. A friend may say no for some reason but a online translator never will. EDIT: Sorry if i sound extremely Sarcastic/rude, its late and im tired.
__________________
Hollowpoint - Conjurer - RA Omnislash - knight Yoda - Barb - Horus My MMORPG Is put on a hold for a unknown period of time |
||
05-13-2007, 12:37 AM | #6 | ||||||
Duke
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
|
Quote:
I meant that it's better to know a language than to depend on a machine, i didn't say it was wrong to use the translator just for this. As a side note, if he had used this online translator, the result would have been a disaster, since the terminal and package names are in english Quote:
The code is just telling the translator what to do with a set of words... It's not actually translating, it's something like to transliterate. And when it doesn't find a match, it just translates word-by-word. Quote:
Quote:
Quote:
Quote:
__________________
I don't have a solution, but I admire the problem. |
||||||
05-13-2007, 10:21 AM | #7 |
Apprentice
Join Date: May 2007
Posts: 58
|
thanks man
|
05-13-2007, 11:29 AM | #8 |
Apprentice
Join Date: May 2007
Posts: 58
|
i followed the guide...but regnum online is still not working...no way.....ok i leave...i tried everything...i'll find another game waiting a linux version that works with ubuntu and ati.
|
09-10-2007, 07:20 AM | #9 |
Pledge
Join Date: May 2007
Posts: 14
|
try with depmode -ae intead -a
|
09-11-2007, 10:00 AM | #10 |
Banned
Join Date: Feb 2007
Location: Under your skin Posts: 1337
Posts: 2,490
|
I think babelfish delivers a better translation than google translator. Look at altavista.com for babelfish
|
|
|