Game screen too big for display on Samsung NC10

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Boblebad
Level 1
Level 1
Posts: 8
Joined: Mon Aug 09, 2010 11:51 am

Game screen too big for display on Samsung NC10

Post by Boblebad »

Hi

I found a game called "The Mysterious Case of Dr.Jekyll and Mr.Hyde" and installed wine, and it runs fine, though the screen is too small, or the game is too big for the screen ...

I don't emulate virtual desktop, and have tried to make the window smaller, but it only makes the game"window" smaller too..

How do i make the game smaller, so it fits my screen ??

Samsung NC10 is a widescreen netbook, screen resolution is 1024*600

Best regards
Carsten, Denmark
Boblebad
Level 1
Level 1
Posts: 8
Joined: Mon Aug 09, 2010 11:51 am

Re: Game screen too big for display on Samsung NC10

Post by Boblebad »

Ohh, forgot...

I run Wine on Linux Mint 9 :)

Best regards
Carsten, Denmark
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Game screen too big for display on Samsung NC10

Post by vitamin »

Boblebad wrote:How do i make the game smaller, so it fits my screen ??
Wine does not perform any screen scaling. If your game doesn't support required resolution there isn't much Wine can do about.
Cr0k
Level 3
Level 3
Posts: 99
Joined: Sat Nov 07, 2009 6:30 pm

Post by Cr0k »

Dunno if it's a good idea to play on a netbook
Boblebad
Level 1
Level 1
Posts: 8
Joined: Mon Aug 09, 2010 11:51 am

Re: Game screen too big for display on Samsung NC10

Post by Boblebad »

vitamin wrote:
Boblebad wrote:How do i make the game smaller, so it fits my screen ??
Wine does not perform any screen scaling. If your game doesn't support required resolution there isn't much Wine can do about.
That was exactly the answer i was afraid of..

But Wine could have scrollbars in such situations :)

Best regards
Carsten, Denmark
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

That was exactly the answer i was afraid of..

But Wine could have scrollbars in such situations
Look up information about virtual display resolutions - it lets you set higher resolutions on your screen where it'll scroll around as you touch the visible area's border.
Cr0k wrote:Dunno if it's a good idea to play on a netbook
The game is simple and requires very few resources. The only problem is the screen resolution.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

a lot of things around the web say that game will run down at 800x600 ... did you go in the game or game config files and set it to run at 800x600? If you had it set that way it should show up fully on your display.
Boblebad
Level 1
Level 1
Posts: 8
Joined: Mon Aug 09, 2010 11:51 am

Post by Boblebad »

doh123 wrote:a lot of things around the web say that game will run down at 800x600 ... did you go in the game or game config files and set it to run at 800x600? If you had it set that way it should show up fully on your display.
Have tried that, but it does the same as sizing the virtual desktop, only making the window where the game is smaller, so it just cuts some view of the away..

Best regards
Carsten, Denmark
Boblebad
Level 1
Level 1
Posts: 8
Joined: Mon Aug 09, 2010 11:51 am

Post by Boblebad »

DaVince wrote:
That was exactly the answer i was afraid of..

But Wine could have scrollbars in such situations
Look up information about virtual display resolutions - it lets you set higher resolutions on your screen where it'll scroll around as you touch the visible area's border.
Cr0k wrote:Dunno if it's a good idea to play on a netbook
The game is simple and requires very few resources. The only problem is the screen resolution.
In my etc/x11 i have a file that's nearly empty called "Xwrapper.config"..

When running xrandr in terminal, i can see that i can change the virtual display to up to 4096*4096, but when trying to change it, nothing happens, and nothing happens when changing "Xwrapper.config" file...

Best regards
Carsten, Denmark
Boblebad
Level 1
Level 1
Posts: 8
Joined: Mon Aug 09, 2010 11:51 am

Post by Boblebad »

Boblebad wrote:
In my etc/x11 i have a file that's nearly empty called "Xwrapper.config"..

When running xrandr in terminal, i can see that i can change the virtual display to up to 4096*4096, but when trying to change it, nothing happens, and nothing happens when changing "Xwrapper.config" file...

Best regards
Carsten, Denmark
And using the example from the xrandr manual just gives me errors..

Best regards
Carsten, Denmark
Boblebad
Level 1
Level 1
Posts: 8
Joined: Mon Aug 09, 2010 11:51 am

Post by Boblebad »

Well

Thought i found a really nice guide to how to change the resolution, but it didn't work out well, it crashed X, i don't know if any can see what's wrong with the guide, or if it's me that has misunderstood something...

http://www.ubuntugeek.com/how-change-di ... randr.html

I read on another page that one needs to have a "virtual" line in the config before it would work using virtual screen ..

Best regards
Carsten, Denmark
Boblebad
Level 1
Level 1
Posts: 8
Joined: Mon Aug 09, 2010 11:51 am

Post by Boblebad »

This is how easy it is - oh my God :shock:

sudo xrandr --output LVDS1 --mode 1024x600 --panning 1024x800
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

So it works now (albeit with some panning)? :)
Locked