ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.58k stars 596 forks source link

Resolution problem in OpenGL mode #3040

Open ghost opened 3 years ago

ghost commented 3 years ago

This is not a new issue amongst others, but I couldn't resolve it by any means.

I have GTX660 graphics card, 430.86 driver and I cannot run CS in OpenGL mode (that's why I can't run it with steam where D3D support has been dropped). The problem is being zoomed into a corner: Corner

No scaling settings are able to resolve this issue. For example, I can scale the workplace to be a small 480x320 box in the display center surrounded by black region, and I will still get this zooming but just inside this workplace.

This is the first time ever I encounter this problem in OpenGL for 12 years of playing. Is my computer special?

SamVanheer commented 3 years ago

Try running the game with the command line parameter -nofbo.

ghost commented 3 years ago

Ah, forgot to mention the command line, sorry. It is as follows:

hl.exe -game cstrike +ex_interp 0.05 -gl -32bpp -nofbo

i.e. nofbo is already here. Removing does not help as well.