http://bugs.winehq.org/show_bug.cgi?id=5291
------- Additional Comments From tonglebeak@gmail.com 2006-25-08 00:04 ------- If you look at the beginning of my console log attachment, you'll see this:
"err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found! (XRandR)"
Thinking this is what's causing it, I added these switches to the launch options
-width 1024 -height 768
This forces cs:source to open with dimensinos of 1024x768. And sure enough, guess what works now.
Not sure why this doesn't work, the xrandr command works just fine for me (which is how I get out of the 640x480 hell), and for fun here's the output of xrandr
SZ: Pixels Physical Refresh *0 1024 x 768 ( 271mm x 203mm ) *85 1 800 x 600 ( 271mm x 203mm ) 85 2 640 x 480 ( 271mm x 203mm ) 85 Current rotation - normal Current reflection - none Rotations possible - normal Reflections possible - none
So I don't know what's going on here, but setting the screen dimensions in teh launch options is a temp workaround.