Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 06-13-2009, 05:27 AM   #31
Mandala13
Pledge
 
Join Date: Dec 2008
Location: Lovecraft's TwilightWorld
Posts: 3
Mandala13 is on a distinguished road
Default 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
Mandala13 no ha iniciado sesión   Reply With Quote
Old 06-20-2009, 08:11 PM   #32
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

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.
onemyndseye no ha iniciado sesión   Reply With Quote
Old 06-22-2009, 02:49 AM   #33
roxthiaguin
Pledge
 
roxthiaguin's Avatar
 
Join Date: Jan 2009
Location: Brasil
Posts: 24
roxthiaguin is on a distinguished road
Default

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
roxthiaguin no ha iniciado sesión   Reply With Quote
Old 06-23-2009, 05:27 AM   #34
roxthiaguin
Pledge
 
roxthiaguin's Avatar
 
Join Date: Jan 2009
Location: Brasil
Posts: 24
roxthiaguin is on a distinguished road
Default

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)
roxthiaguin no ha iniciado sesión   Reply With Quote
Old 06-23-2009, 11:29 AM   #35
Nightchill
Banned
 
Join Date: Jul 2008
Posts: 433
Nightchill is on a distinguished road
Default

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
Nightchill no ha iniciado sesión   Reply With Quote
Old 06-23-2009, 12:42 PM   #36
linearguild
Initiate
 
linearguild's Avatar
 
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
linearguild is on a distinguished road
Default

I think the first line is missing # before !, and the second script in the post should be named regnum-online.sh.
__________________
Xia - Marksman · Saiph - Warlock · Amaron - Conjurer
A proud member of
I N Q U I S I T I O N
linearguild no ha iniciado sesión   Reply With Quote
Old 06-23-2009, 01:20 PM   #37
linearguild
Initiate
 
linearguild's Avatar
 
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
linearguild is on a distinguished road
Default

Quote:
Originally Posted by roxthiaguin View Post
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
This sounds like what I get with fglrx combined with 2.6.29 or newer kernel. To make a long story short, ATI binary drivers are broken with these recent kernels, and all the patches I've seen to force it working are dirty hacks that will not give you a completely working driver. For everyday applications the result could be fine, but things start to go wrong when you try to run Regnum or other graphics-intensive applications.

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).
__________________
Xia - Marksman · Saiph - Warlock · Amaron - Conjurer
A proud member of
I N Q U I S I T I O N
linearguild no ha iniciado sesión   Reply With Quote
Old 06-23-2009, 05:57 PM   #38
roxthiaguin
Pledge
 
roxthiaguin's Avatar
 
Join Date: Jan 2009
Location: Brasil
Posts: 24
roxthiaguin is on a distinguished road
Default

Quote:
Originally Posted by linearguild View Post
This sounds like what I get with fglrx combined with 2.6.29 or newer kernel. To make a long story short, ATI binary drivers are broken with these recent kernels, and all the patches I've seen to force it working are dirty hacks that will not give you a completely working driver. For everyday applications the result could be fine, but things start to go wrong when you try to run Regnum or other graphics-intensive applications.

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).
Ah, I´m using the open-source! =P
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!
roxthiaguin no ha iniciado sesión   Reply With Quote
Old 06-29-2009, 02:20 AM   #39
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

*** Updated script download link
__________________
RA/Syrtis Hunter LVL50: Elusis
RA/Syrtis Barba LVL50: Artemisia
RA/Syrtis Conju Lvl45: Nellas Miriel
onemyndseye no ha iniciado sesión   Reply With Quote
Old 06-29-2009, 03:06 AM   #40
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

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
onemyndseye no ha iniciado sesión   Reply With Quote
Reply

Tags
chroot, linux misc.


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

Forum Jump


All times are GMT. The time now is 10:13 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved