Login Store
Home Discovery Queue Wishlist Points Shop News Stats
Community
Home Discussions Workshop Market Broadcasts
About Support
Change language
Get the Steam Mobile App
View desktop website
© Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries. Privacy Policy  |  Legal  |  Steam Subscriber Agreement  |  Refunds
STEAM
Link to the Steam Homepage
STORE
Home Discovery Queue Wishlist Points Shop News Stats
COMMUNITY
Home Discussions Workshop Market Broadcasts
About SUPPORT
Install Steam
login  |  language
简体中文 (Simplified Chinese) 繁體中文 (Traditional Chinese) 日本語 (Japanese) 한국어 (Korean) ไทย (Thai) Български (Bulgarian) Čeština (Czech) Dansk (Danish) Deutsch (German) Español - España (Spanish - Spain) Español - Latinoamérica (Spanish - Latin America) Ελληνικά (Greek) Français (French) Italiano (Italian) Bahasa Indonesia (Indonesian) Magyar (Hungarian) Nederlands (Dutch) Norsk (Norwegian) Polski (Polish) Português (Portuguese - Portugal) Português - Brasil (Portuguese - Brazil) Română (Romanian) Русский (Russian) Suomi (Finnish) Svenska (Swedish) Türkçe (Turkish) Tiếng Việt (Vietnamese) Українська (Ukrainian) Report a translation problem
STEAM GROUP
Linux Nvidia Optimus Users LinuxOptimus
Join Group
STEAM GROUP
Linux Nvidia Optimus Users LinuxOptimus
299
MEMBERS
7
IN-GAME
54
ONLINE
Founded
19 November, 2012
Overview Announcements Discussions Events Members Comments
By: asm0dey
Showing 1-1 of 1 entries
In forum "Linux Nvidia Optimus Users Tips and Tricks"
38
How to start Source games under Optimus
With slight changes in code works for TF2 Beta:
#!/bin/bash # hl2.sh modified for TF2 and optirun # http://gtm.steamproxy.vip/groups/LinuxOptimus GAMEROOT=$(cd "${0%/*}" && echo $PWD) STEAMPATH=$(readlink ~/.steampath) export LD_LIBRARY_PATH="${GAMEROOT}"/bin:$LD_LIBRARY_PATH if [ ! -z ${STEAMPATH} ]; then export LD_LIBRARY_PATH="$(dirname ${STEAMPATH})":$LD_LIBRARY_PATH fi ulimit -n 2048 export __GL_THREADED_OPTIMIZATIONS=1 cd "$GAMEROOT" if [ ! -f steam_appid.txt ]; then echo "520" > steam_appid.txt fi LANG=C LD_LIBRARY_PATH=~/Steam/ubuntu12_32:$LD_LIBRARY_PATH optirun ./hl2_linux -game tf_beta -steam "$@"
Showing 1-1 of 1 entries

Discussions Rules and Guidelines
Close

Report this post

REASON
Note: This is ONLY to be used to report spam, advertising, and problematic (harassment, fighting, or rude) posts.
Valve Logo © Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries.
Some geospatial data on this website is provided by geonames.org.
Privacy Policy   |  Legal  |  Steam Subscriber Agreement  |  Cookies
View mobile website