![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Wine This is the place for questions about using Windows programs under Linux using Wine, including productivity software, games, and anything else. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Spilled the Beans
![]() Join Date: Jun 2006
Beans: 9
|
No Anti-Aliasing in CSS under wine?
Hey, I am trying to get CSS running properly under linux in wine. So far all but two things seem to be working.
The first one being that I cant select any anti-aliasing, the only option in the drop down box is "none". I run a 7800GTX with the nvidia drivers, and my frames in game are stable, so I was wondering if anyone knew how to enable AA? Also, I was wondering how to get the game to actually run in full screen. I have the resolution at 1280*1024 (same as my desktop) but it just fills the entire desktop. The gnome task bar/Top bar both show on top of the css window. Thanks! |
|
|
|
|
|
#2 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2006
Location: NJ
Beans: 149
|
Re: No Anti-Aliasing in CSS under wine?
This comes a bit late, but for anyone else out there that needs this the solution is pretty simple. It assumes you have the nvidia drivers and direct rendering working well.
The key is the program nvidia-settings, which is an amazing utility that ships with the nvidia driver. Running Code:
nvidia-settings --load-config-only Running Code:
nvidia-settings -a FSAA=num Personally I like to run CS on a clean xorg desktop, so I put the following in my ~/.xinitrc Code:
nvidia-settings -l nvidia-settings -a GPUOverclockingState=1 -a GPU3DClockFreqs=495,1113 xset m 1/0 ~/cstrike The third command there changes mouse motion to 1 (speed) and 0 (acceleration), which is necessary for my Razer diamondback, otherwise it's impossible to control. The last obviously runs counterstrike, which if anyone's curious looks like this: Code:
#!/bin/bash export WINEDEBUG=fixme-all schedtool -I -e wine "C:/Program Files/Steam/Steam.exe" -opengl -heapsize 512 -width 640 -height 480 -fullscreen -applaunch 10 -console To run CS without the frilly stuff now, you simply: Code:
sudo /etc/init.d/gdm stop startx Hope that helps someone! |
|
|
|
|
|
#3 | |
|
First Cup of Ubuntu
![]() Join Date: Sep 2006
My beans are hidden!
|
Re: No Anti-Aliasing in CSS under wine?
Quote:
|
|
|
|
|
|
|
#4 |
|
Gee! These Aren't Roasted!
![]() |
Re: No Anti-Aliasing in CSS under wine?
Great info. Time to test
|
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2007
Location: Grand Rapids, MI
Beans: 24
Ubuntu 8.04 Hardy Heron
|
Re: No Anti-Aliasing in CSS under wine?
First of all, you are editing conf files that don't need to be touched to save resources, etc. You can simply run a seperate X session and your first one will be backgrounded while you are in the 2nd. See this link: http://www.linux-gamers.net/modules/...+extra+XServer
Secondly, you are telling people to pass args that most likely will not fit their machine specs. (heapsize, especially.) Thirdly, if you want to overclock your nvidia GPU under Linux, use nvclock or , in Xorg.conf, there is an option enable coolbits. Fourthly, if you want real FSAA/SM3.0/VS3.0/etc support, use Cedega 6.0 or greater (This does cost a subscription fee or compile it from SVN yourself). Lastly, you shouldn't be telling people to stop GDM and such to play a game. This is ridiculously over-the-top and pointless. Hope that helps clear things up, downhill
__________________
I grew up on Mac OS, Windows 3.11/DOS and RedHat 7. For desktop Linux, go Ubuntu or go home. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|