mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-10 11:12:33 +00:00
Update Debian quakeforge.conf -- actually set the sound output to "default"
like it's supposed to be. Also, set fs_userpath to ~/.quakeforge explicitly.
This commit is contained in:
parent
113439e242
commit
0885ef3388
1 changed files with 4 additions and 5 deletions
9
debian/quakeforge.conf
vendored
9
debian/quakeforge.conf
vendored
|
@ -1,17 +1,16 @@
|
|||
// QuakeForge Configuration
|
||||
|
||||
// Location of shared data
|
||||
setrom fs_sharepath "/usr/share/games/quake"
|
||||
set fs_sharepath "/usr/share/games/quake"
|
||||
|
||||
// Location of user's personal data
|
||||
setrom fs_userpath "~/.quake"
|
||||
set fs_userpath "~/.quakeforge"
|
||||
|
||||
// CD Audio
|
||||
set cd_plugin linux
|
||||
|
||||
// Uncomment one of these to choose audio support
|
||||
//set snd_output oss
|
||||
//set snd_output alsa0_9
|
||||
// Digital sound output
|
||||
set snd_output default
|
||||
|
||||
// Video defaults
|
||||
set vid_width 640
|
||||
|
|
Loading…
Reference in a new issue