Unable to find requested display mode (English)

If you found a bug in Illarion or need help ask here. / Wenn Du einen Fehler in Illarion gefunden hast oder Hilfe benötigst, frage hier.

Moderator: Developers

Post Reply
DaaL
Posts: 8
Joined: Thu Nov 23, 2006 5:38 pm

Unable to find requested display mode (English)

Post 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)
User avatar
swish1
Posts: 690
Joined: Fri May 26, 2006 10:37 pm

Post by swish1 »

Server Down, I think
Keikan Hiru
Posts: 3482
Joined: Thu Jun 26, 2003 5:46 pm

Post 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.
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Post by Nitram »

And make sure you set in the client setting 24-bit colors
DaaL
Posts: 8
Joined: Thu Nov 23, 2006 5:38 pm

Post 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?
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Post by Nitram »

try window mode.

Nitram
DaaL
Posts: 8
Joined: Thu Nov 23, 2006 5:38 pm

Post by DaaL »

done, same error i'm afraid!
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Post by Nitram »

What is the resolution your Linux uses?
DaaL
Posts: 8
Joined: Thu Nov 23, 2006 5:38 pm

Post by DaaL »

was 1280x960 , but tried changing it to 1024x768, makes no difference.
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Post 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
DaaL
Posts: 8
Joined: Thu Nov 23, 2006 5:38 pm

Post by DaaL »

OK. Thank you Nitram for your help thus far.

DaaL
DaaL
Posts: 8
Joined: Thu Nov 23, 2006 5:38 pm

Post by DaaL »

This problem is still on-going, I would love to hear from anybody who has had this problem and got it work.............
Nevas
Posts: 26
Joined: Tue Jul 04, 2006 6:05 pm
Location: CT, US of A
Contact:

Post 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
DaaL
Posts: 8
Joined: Thu Nov 23, 2006 5:38 pm

Post by DaaL »

i will give that a try, thanks for your help.
DaaL
Posts: 8
Joined: Thu Nov 23, 2006 5:38 pm

Post 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
Post Reply