Page 1 of 1

Unable to find requested display mode (English)

Posted: Thu Nov 23, 2006 5:49 pm
by DaaL
"Unable to find requested display mode" error when trying to launch game.

I have seen this error reported in the forums, but it is all in German and my translation is not up to the Job, so apologies for repeat.

Using Linux (Ubuntu - Dapper Drake)
Firefox web browser

Account/character created OK

I am absolutely new to Illarion, Greetings to everyone 8)

Posted: Thu Nov 23, 2006 5:49 pm
by swish1
Server Down, I think

Posted: Thu Nov 23, 2006 5:54 pm
by Keikan Hiru
Swish, please do not confuse new players.

The Illarion Client needs a specific screen resolution (1024x786),
make sure your display mode does allow this resolution.

Posted: Thu Nov 23, 2006 5:59 pm
by Nitram
And make sure you set in the client setting 24-bit colors

Posted: Thu Nov 23, 2006 6:10 pm
by DaaL
Nitram wrote:And make sure you set in the client setting 24-bit colors
Done, and screen set to 1024x768, still getting the same problem, any further suggestions?

Posted: Thu Nov 23, 2006 6:13 pm
by Nitram
try window mode.

Nitram

Posted: Thu Nov 23, 2006 6:15 pm
by DaaL
done, same error i'm afraid!

Posted: Thu Nov 23, 2006 6:16 pm
by Nitram
What is the resolution your Linux uses?

Posted: Thu Nov 23, 2006 6:22 pm
by DaaL
was 1280x960 , but tried changing it to 1024x768, makes no difference.

Posted: Thu Nov 23, 2006 6:38 pm
by Nitram
Then i fear, you need one of our other Linux users...

Try to write a PM to Vilarion he is maybe able to help you, since he uses Linux.

Nitram

Posted: Thu Nov 23, 2006 6:40 pm
by DaaL
OK. Thank you Nitram for your help thus far.

DaaL

Posted: Fri Nov 24, 2006 3:41 pm
by DaaL
This problem is still on-going, I would love to hear from anybody who has had this problem and got it work.............

Posted: Thu Nov 30, 2006 4:35 am
by Nevas
Howdy,

I had a similar issue with Ubuntu.

http://illarion.org/community/forums/vi ... highlight=

My resolution was to add a line enabling Xinerama. Here is the relevant section of my config:

Code: Select all

Section "ServerLayout"
  Identifier  "Default Layout"
  Screen    "Screen 0"
#  Screen    "Screen 1" RightOf "Screen 0"
  Option    "Xinerama"  "true"
  InputDevice "Generic Keyboard"
  InputDevice "Configured Mouse"
EndSection
The other stuff in my final reply to that post I linked you to was me fiddling with the settings for a dual-head setup.

As I recall (from many years ago when I figured out how to set the dual heads up under X), there are two ways to do it (with the nVidia driver, at least).

One way was using TwinView, which (IIRC) is an nVidia-specific thing. It was more complicated so I opted for...something else which involved Xinerama needing to be off?

I'm usually hanging out in the IRC room, so if this doesn't work, I'd be happy to help troubleshoot. Just say my name (owlmanatt, towlmanat, or owlmacatt, depending largely upon the day of the week and the phase of the moon) and I'll appear if I'm around.

If

Posted: Thu Nov 30, 2006 11:27 am
by DaaL
i will give that a try, thanks for your help.

Posted: Thu Nov 30, 2006 5:32 pm
by DaaL
u da man :)

thats got it, thanx m8.

for those who may have a similar problem, the simple solution was to add the following line

Option "Xinerama" "true"
to the /etc/x11/xorg.conf file