Cstrike 1.6 problem

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

Cstrike 1.6 problem

Post by Luciano »

Hi,

I'm new in the list. I hope that this would be the correct place to ask this
question.
When I run "wine hl.exe -game esf", the game runs but in a small resolution.
It's like the option windowed, but without window and very small. I receive
this message from console when launching:

--cut--
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
1024x768x32 @0! (XRandR)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
640x480x16 @0! (XRandR)
fixme:vxd:VXD_Open Unknown/unsupported VxD L"gdperf.vxd". Try setting Windows
version to 'nt40' or 'win31'.
--cut--

In the game, when I want to change the resolution it doesn't show me any
option to select. The driver I can use is "opengl". D3D and software mode
don't work.
I tried setting windows version to nt40 and win31 but I received fatal errors
as "core dumped" messages.
The rest of the game works fine. The graphics go well into this "small
window". I wanted to know if there is a solution to this trouble because of
the "unsupported VxD "gdperf.vxd" message.

sorry by my English.
thanks,
Luciano.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Cstrike 1.6 problem

Post by vitamin »

You do not have required resolutions configured in xorg.conf (the X11's config file). Please consult with your distribution support channels how to properly do that. Alternatively you can enable Wine's virtual desktop (via winecfg -> Graphics tab).
Luciano

Cstrike 1.6 problem

Post by Luciano »

El Wednesday 27 February 2008 14:50:01 vitamin escribió:
You do not have required resolutions configured in xorg.conf (the X11's
config file). Please consult with your distribution support channels how to
properly do that. Alternatively you can enable Wine's virtual desktop (via
winecfg -> Graphics tab).
I think that's right because before updating from CS 1.4 to 1.6 it worked
correctly. Anyway my screen resolution in my kde desktop is ok. I tried
executing from virtual screen and the result was the same.

fixme:win:EnumDisplayDevicesW ((null),0,0x33f5f8,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:vxd:VXD_Open Unknown/unsupported VxD L"gdperf.vxd". Try setting Windows
version to 'nt40' or 'win31'.

Maybe the nvidia driver?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Cstrike 1.6 problem

Post by vitamin »

Luciano wrote:Maybe the nvidia driver?
That might be the case, if you using 169.x drivers. HL1 based games no longer run with it bug 11324.
Luciano

Cstrike 1.6 problem

Post by Luciano »

El Thursday 28 February 2008 12:38:09 vitamin escribió:
Luciano wrote:
Maybe the nvidia driver?
That might be the case, if you using 169.x drivers. HL1 based games no
longer run with it bug 11324
(http://bugs.winehq.org/show_bug.cgi?id=11324).
Mmm I don't know if it is that version.
My installed version says:
1:96.43.05+2.6.24.9-10.28 in the package description of kubuntu repo.

This is the Screen section of my xorg.conf:

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "metamodes" "CRT: nvidia-auto-select +0+0, TV:
nvidia-auto-select +1024+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

I have twinview because I have a tv out, but it doesn't mind because I used hl
before with this option enabled.

I have installed "nvidia-glx" package with the version I said. In the kubuntu
repositories I have a "nvidia-glx-new". The description is the same as
nvidia-glx package. Maybe can I test with that driver?.


thanks a lot,
Luciano.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Cstrike 1.6 problem

Post by vitamin »

glxinfo | grep -i version
Luciano

Cstrike 1.6 problem

Post by Luciano »

El Thursday 28 February 2008 13:37:19 vitamin escribió:
glxinfo | grep -i version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.3
OpenGL version string: 1.5.8 NVIDIA 96.43.05

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
Locked