|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
06-13-2009, 05:27 AM | #31 |
Pledge
Join Date: Dec 2008
Location: Lovecraft's TwilightWorld
Posts: 3
|
Problems on Jaunty after Script
Hi! Done everything that you said in this post and it helped me a lot for, finally, opening a Launcher and actually entering the game. For the first time of using RO in this computer, I even watch the video (in Hardy, there was no video at all). But here's the problem.
An image is worth one thousand words, right? This is how I see the game, with or without Compiz. Everything deactivated and even tried safe mode, but it was the same. Any ideas? http://img30.imageshack.us/img30/423...9061304495.jpg http://img190.imageshack.us/img190/7...9061304505.jpg http://img190.imageshack.us/content....9061304511.jpg |
06-20-2009, 08:11 PM | #32 |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
try this...
Turn off Compiz then issue this command in a terminal before starting RO: Code:
gconftool --toggle /apps/metacity/general/compositing_manager I get graphic problems with my install if I do not have Gnomes Composite engine running... Compiz is RIGHT OUT. lol.. I added the above toggle to my regnum-online.sh alone with some other tweaks. My regnum-online.sh commented for clarity. Code:
#!/bin/bash ## This stores the video mode of my current desktop so it may be recalled later ## since RO doesnt resize the screen for me on exit. OLD_VIDMODE="$(xrandr |grep "Screen 0" | awk '{print $8 $9 $10}' |sed '{s|,||}')" ### This stores the default memory and clock speed of my Radeon 9000 ### So it may be overclocked then returned to default values. ### (Note that I have NOPASSWD access to rovclock set in /etc/sudoers) ATI_OLD_CORE=$(sudo rovclock -i |grep Core: |awk '{print $2}') ATI_OLD_MEMO=$(sudo rovclock -i |grep Core: |awk '{print $5}') ### Turns ON the Gnome Compiste Engine gconftool --toggle /apps/metacity/general/compositing_manager ### Overclock my Radeon to values that are known to work for ME sudo rovclock -c 305 -m 250 ### Start Chrooted RO session sudo chroot /opt/hardy-chroot /home/$USER/regnum/chrooted_ro.sh $USER ## Clean up and revert to old vidmode ## # Turn off Gnome Composite gconftool --toggle /apps/metacity/general/compositing_manager ## Makes sure previous desktop mode is set xrandr -s "$OLD_VIDMOD" ## Return Radeon to default Clock speeds to save heat and power sudo rovclock -c $ATI_OLD_CORE -m $ATI_OLD_MEMO exit 0 Report back please, thanks
__________________
RA/Syrtis Hunter LVL50: Elusis RA/Syrtis Barba LVL50: Artemisia RA/Syrtis Conju Lvl45: Nellas Miriel Last edited by onemyndseye; 06-20-2009 at 08:39 PM. |
06-22-2009, 02:49 AM | #33 |
Pledge
Join Date: Jan 2009
Location: Brasil
Posts: 24
|
Hey folks,
I did the tutorial, it`s working now! but..when RO starts, it starts flipping the page, like a "poor refresh". There is no way to play with that! Can anyone help me solve that? I`m using Ubuntu 9.04 Jaunty My card is an ATI Mobility X1400 |
06-23-2009, 05:27 AM | #34 |
Pledge
Join Date: Jan 2009
Location: Brasil
Posts: 24
|
On hardy, the official driver fglrx worked with my card.
I`m worried about doing something bad... to solve my issues...if I try on chrooted to install via apt-get the fglrx drivers, would it solve my issues? would it mess something? if someone can give me a hint (I really don`t know too much how does chrooted works) |
06-23-2009, 11:29 AM | #35 |
Banned
Join Date: Jul 2008
Posts: 433
|
holas, i get the error:
Code:
/home/night/regnum/chrooted_ro.sh: 1: !/bin/bash: not found /home/night/regnum/chrooted_ro.sh: 5: regnum-online.sh: not found malloc: using debugging hooks ./rolauncher: error while loading shared libraries: libgthread-2.0.so.0: cannot open shared object file: No such file or directory malloc: using debugging hooks |
06-23-2009, 12:42 PM | #36 |
Initiate
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
|
I think the first line is missing # before !, and the second script in the post should be named regnum-online.sh.
__________________
|
06-23-2009, 01:20 PM | #37 | |
Initiate
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
|
Quote:
You should try the open source driver if your card is fully supported. Mine isn't, so for these kinds of applications I just boot with an old 2.6.28 kernel (last version that plays well with fglrx).
__________________
|
|
06-23-2009, 05:57 PM | #38 | |
Pledge
Join Date: Jan 2009
Location: Brasil
Posts: 24
|
Quote:
my card is fully supported...compiz run fine with it! is just that, when I run regnum over this tutorial, it looks like a very ''poor refresh''. I though if I could install the fglrx on the chrooted one (with hardy) would be better, since when I was on hardy my card was supported by fglrx. Anyway, thz for the replay! |
|
06-29-2009, 02:20 AM | #39 |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
*** Updated script download link
__________________
RA/Syrtis Hunter LVL50: Elusis RA/Syrtis Barba LVL50: Artemisia RA/Syrtis Conju Lvl45: Nellas Miriel |
06-29-2009, 03:06 AM | #40 |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
roxthiaguin: You should be able to install fglrx to the chroot without afecting your current system
__________________
RA/Syrtis Hunter LVL50: Elusis RA/Syrtis Barba LVL50: Artemisia RA/Syrtis Conju Lvl45: Nellas Miriel |
Tags |
chroot, linux misc. |
|
|