[SOLVED] Counter-Strike Resolutions

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
KrzyGlue
Newbie
Newbie
Posts: 4
Joined: Tue Aug 26, 2008 6:42 pm

[SOLVED] Counter-Strike Resolutions

Post by KrzyGlue »

Hi all,

So I installed Steam + CS 1.6 on my Ubuntu Hardy system, and it is working pretty good, with one small problem. In the CS options menu, the resolution of 1680*1050 isn't available. I really can't stand 1280*1024, so any help would be greatly appreciated.
Last edited by KrzyGlue on Fri Aug 29, 2008 4:36 pm, edited 1 time in total.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Counter-Strike Resolutions

Post by vitamin »

KrzyGlue wrote:Hi all,

So I installed Steam + CS 1.6 on my Ubuntu Hardy system, and it is working pretty good, with one small problem. In the CS options menu, the resolution of 1680*1050 isn't available. I really can't stand 1280*1024, so any help would be greatly appreciated.
You sure it supports that resolution? Also do you have that resolution listed in output from 'xrandr'?
KrzyGlue
Newbie
Newbie
Posts: 4
Joined: Tue Aug 26, 2008 6:42 pm

Post by KrzyGlue »

Hey thanks for the reply,

Yes, CS supports that resolution (works in Windows). "xrandr" output includes:

Code: Select all

1680x1050 50.0* 51.0
Last edited by KrzyGlue on Tue Aug 26, 2008 9:02 pm, edited 1 time in total.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

KrzyGlue wrote:Hey thanks for the reply,

Yes, CS supports that resolution (works in Windows). "xrandr" output includes:

1680x1050 50.0* 51.0
That's your problem. Disable twinview in xorg.conf and restart X:

Code: Select all

Section "Device"
  .....
  Option       "DynamicTwinView" "FALSE"
EndSection
KrzyGlue
Newbie
Newbie
Posts: 4
Joined: Tue Aug 26, 2008 6:42 pm

Post by KrzyGlue »

That's your problem. Disable twinview in xorg.conf and restart X:

Code: Select all

Section "Device"
  .....
  Option       "DynamicTwinView" "FALSE"
EndSection
Hmm, didn't work. "xrandr" now includes:

Code: Select all

 1680x1050 60* 
but the maximum CS resolution is 1400*1050 (:shock: I've never even heard of that). Thanks though.
KrzyGlue
Newbie
Newbie
Posts: 4
Joined: Tue Aug 26, 2008 6:42 pm

Post by KrzyGlue »

EDIT: Never mind, I managed to solve it. I forced the resolutions in the relevant Counter-Strike registry entries.
Locked