program screen way too small

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jim Hall

program screen way too small

Post by Jim Hall »

Debian Lenny, latest Wine, Dual Core, Nvidia 9600 GT

I'm trying to make "Hidden Expedition Titanic" work. The AppDB says it's
garbage, but everything works perfectly except for one thing. When it opens,
the window is about 25-30% of my screen real estate. The in-game option for
full screen or windowed mode does nothing.Edges can't be grabbed. Other
games behave properly. It looks like a video issue, but I don't why only
this game.

I started it from console and got the following output.

volunteer@kingkona:~$ env WINEPREFIX="/home/volunteer/.wine" wine
"C:\Program Files\Hidden Expedition Titanic\HidExpTitanic.exe"
err:xrender:get_xrender_format_from_color_shifts No XRender format found!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1eb718,0x1f3d70): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1eb718,0x1f3d70): stub
err:xrender:get_xrender_format_from_color_shifts No XRender format found!
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
800x600x32 @50! (XRandR)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 0x0x0
@50! (XRandR)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
800x600x32 @50! (XRandR)
fixme:imm:ImmReleaseContext (0x10036, 0x19ccd8): stub
^Cvolunteer@kingkona:~$

Thanks,
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: program screen way too small

Post by vitamin »

Jim Hall wrote:err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x32 @50! (XRandR)
Disable twinview, make sure you have all required display modes with different color depths configured in xorg.conf.
Jim Hall

program screen way too small

Post by Jim Hall »

On Wed, Oct 21, 2009 at 10:18 PM, vitamin <[email protected]> wrote:
Jim Hall wrote:
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
800x600x32 @50! (XRandR)

Disable twinview, make sure you have all required display modes with
different color depths configured in xorg.conf.


Twinview is not enabled according to Nvidia settings. Here is my xorg.conf
file. It looks correct, but I might have missed something.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Fri Aug 14
17:54:58 PDT 2009


Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "bitmap"
Load "ddc"
Load "int10"
Load "record"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Princeton"
ModelName "Ultra95e"
HorizSync 28.0 - 49.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection


Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: program screen way too small

Post by vitamin »

Jim Hall wrote:Twinview is not enabled according to Nvidia settings.
It is enabled by default. You have to explicitly disable it if you have no use for it.
Jim Hall

program screen way too small

Post by Jim Hall »

On Sat, Oct 24, 2009 at 10:49 AM, vitamin <[email protected]> wrote:
Jim Hall wrote:
Twinview is not enabled according to Nvidia settings.
It is enabled by default. You have to explicitly disable it if you have no
use for it.



Twinview is explicitly disabled because I chose a different option. Twinview
is not selected and is greyed out.

In the "NVIDIA X Server Settings" tool, under "X Server Display
Configuration", under the tab "X Screen", under the "Color Depth" dialog,
the highest one is "16.7 Million Colors (Depth 24)". Could this be the
problem?

Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Locked