Displaying 2 results from an estimated 2 matches for "starthl".
Did you mean:
startel
2004 Oct 10
4
Setting default or startup directory for win32 program
I'm trying to run a program, hlds.exe, which is the windows half-life
server. So far, the only way to get it to start is to use the windows
program TotalCommander and start it from there (TotalCommander is a
NortonCommander clone). In TC, it shows me a C: drive, and a Z: drive, where
the Z: drive appears to be mapped to \
If I try to start it from within Konqueror, or create a link on the
2001 Aug 12
0
Half-Life, Debian, Sid, Wine, Crap, VooDoo, Banshee, OpenGL, Mesa, Glide
...= "Win95"
[Console]
[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"
[Drive J]
"Path" = "/data/backup/c"
"Type" = "hd"
"Device" = ""
------------------
create the file startHL.sh in your HL directory.
------------------
#!/bin/sh
# starting X for HL
X :0 -xf86config hlxcfg
# seting the display for wine
export DISPLAY=":0"
# for infos
# export MESA_FX_INFO="1"
# set mesa for fullscreen
export MESA_GLX_FX="fullscreen"
# the following lines...