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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 07-30-2008, 09:08 PM   #1
brumbrum
Pledge
 
Join Date: Jul 2008
Posts: 18
brumbrum is on a distinguished road
Default Low resolution in Linux...

Hello!

First of all, I wanna say that I like Regnum very much, and I really appreciate that there is a Linux-client developed, and that time and effort has been put on both 32bit and 64bit-clients.

However, at work today I showed Regnum to a friend that puts his free time in W.o.w instead, and I noticed one detail that differed alot between the windows and the linux-clients: The possible video-resolutions in the option-menu.

In Linux, the highest resolution I can choose is 1280x1024, but at work (Windows XP) I was able to select 1600x1200 as resolution. Is there any way to get this resolution in the Linux-client, or is it locked to 1280x1024? Would be nice to play at higher resolutions since I have a very good computer and a Nvidia 8800GTS videocard.

BR
// Johan
brumbrum no ha iniciado sesión   Reply With Quote
Old 07-30-2008, 09:49 PM   #2
zero-ena
Secondary account
 
zero-ena's Avatar
 
Join Date: Mar 2006
Location: en esos lugares
Posts: 899
zero-ena will become famous soon enough
Default

Hi Johan

i'm not quite sure, but i think the client gets resolutions from Xorg.conf file in /etc/X11 try adding the new resolution you want there... and see if the game get it too.


Regards, Zeroena.
zero-ena no ha iniciado sesión   Reply With Quote
Old 07-30-2008, 10:09 PM   #3
padreigh
Master
 
Join Date: Aug 2007
Location: Germany, NRW
Posts: 270
padreigh is on a distinguished road
Default

i play under linux and higher resolution:

start game, accept license, enter password, klick OPTIONS (upper corner), change resolution up to 1680x1050x32. If it isnt listed you might need to add those higher resolutions into your /etc/X11/xorg.conf (BACKUP FIRST !!)
Quote:
Originally Posted by Snipplet of my xorg.conf
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
most probably the 1680x1050 part is missing in youir file, so just add that one then.
__________________
Running Gag,Amenotil F., Gundar F., Jaspis U., Lance Lost, Tinman of Oz. (H,C,W,M,B,K)
Internally processed, nutritioally-drained biological output happens - it's called update
padreigh no ha iniciado sesión   Reply With Quote
Old 08-01-2008, 12:13 AM   #4
brumbrum
Pledge
 
Join Date: Jul 2008
Posts: 18
brumbrum is on a distinguished road
Default

My xorg.conf looks like this (section screen):

Quote:
Section "Screen"
Identifier "Screen1"
Device "Videocard0"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT-1: 1600x1200 +0+0"
Option "Coolbits" "1"
Option "UseEvents" "false"
Option "Composite" "true"
Option "RENDER" "Enable"
Option "RANDR" "Enable"
Option "RenderAccel" "true"
Option "BackingStore" "True"
Option "DisableGLXRootClipping" "True"
Option "DamageEvents" "True"
Option "AccelMethod" "XAA"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
EndSubSection

SubSection "Display"
Depth 16
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0"
Identifier "Screen0"
Device "Videocard1"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: 1280x1024 +0+0"
Option "Composite" "true"
Option "RENDER" "Enable"
Option "RANDR" "Enable"
Option "Coolbits" "1"
Option "UseEvents" "false"
Option "RenderAccel" "true"
Option "BackingStore" "True"
Option "DisableGLXRootClipping" "True"
Option "DamageEvents" "True"
Option "AccelMethod" "XAA"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
EndSubSection

SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Could it be that my second screen has other resolutions, and that regnum reads these instead of the one on my first screen? Because the resolutions I can choise in regnum are the one specified in that section.
brumbrum no ha iniciado sesión   Reply With Quote
Old 08-01-2008, 12:38 AM   #5
brumbrum
Pledge
 
Join Date: Jul 2008
Posts: 18
brumbrum is on a distinguished road
Default

I made it work!
Thanks for the tips to check the Xorg-conf.
I simply activated Twinview, and then it worked like a charm. I now have all possible resolutions to choose from, even fullscreen over both displays ;-).

Thanks again!
brumbrum no ha iniciado sesión   Reply With Quote
Old 08-01-2008, 07:54 PM   #6
padreigh
Master
 
Join Date: Aug 2007
Location: Germany, NRW
Posts: 270
padreigh is on a distinguished road
Default

your welcome
__________________
Running Gag,Amenotil F., Gundar F., Jaspis U., Lance Lost, Tinman of Oz. (H,C,W,M,B,K)
Internally processed, nutritioally-drained biological output happens - it's called update
padreigh no ha iniciado sesión   Reply With Quote
Old 08-02-2008, 01:49 PM   #7
Roldier
Banned
 
Roldier's Avatar
 
Join Date: Mar 2008
Location: Vivo en el foro.¡¡Que alguien me pase una almohada!!
Posts: 100
Roldier is on a distinguished road
Default

Option "DamageEvents" "True"? O.o
Roldier no ha iniciado sesión   Reply With Quote
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 On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:47 AM.


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