LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Games and LCD (https://www.linuxquestions.org/questions/linux-newbie-8/games-and-lcd-222211/)

Cmdr_K00n 08-25-2004 10:21 AM

Games and LCD
 
Hey Everyone!
Im having a rough time trying to get Postal and Soldier Of Fortune to run.
Everytime i start either game my monitor tells me that the Horizontal and vertical ranges are out of sync.
Im pretty sure its because the games are trying to set the screen to 640x480.
Does anyone know of how to override tge SOF or POSTAL settings to make them start up in 800x600 at least?
Ive tried all over the net and as you can imagine finding info on these games is HARD!

SOF STARTING UP
<code>
execing default.cfg
execing default_sound.cfg
execing configs/default_keys.cfg
execing default_misc.cfg
execing default_video.cfg
execing menus/reset.cfg
execing config.cfg
----------- Cpu info -----------
Processor : AMD
Type : Original OEM processor
Speed : 1468 MHz
Name : AMD Athlon(tm) XP 1700+
MMX instructions supported
3DNow! instructions supported
RDTSC instruction supported
--------------------------------
Using default memory value--use +set cpu_memory <n> to change
65MB of physical memory
Hostname: localhost
Alias: Nakamura1700XP
IP #1: 127.0.0.1
=== Server Initalization ===
Console initialized.
------- Loading ./ref_gl.so -------
ref_gl version: GL 0.01
Initialzing OpenGL display
... setting mode 3: 640 480 FS
GL_VENDOR: NVIDIA Corporation
GL_RENDERER: GeForce4 Ti 4200/AGP/SSE/3DNOW!
GL_VERSION: 1.4.1 NVIDIA 53.36
</CODE>


XF86Config Snippet

<CODE>
##########################################################################
# Monitor section
##########################################################################

Section "Monitor"

Identifier "CMV1512"
VendorName "CMV"
ModelName "1512"

# be sure to replace these values with values appropriate for your
# monitor!
HorizSync 28-65
VertRefresh 55-75

EndSection


##########################################################################
# Graphics device section(s)
##########################################################################

Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
Driver "nvidia"
Option "IgnoreEDID" "1"
Option "NvAGP" "1"
Option "DPMS" "on"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "EnableDepthMoves" "true"
Option "EnablePageFlip" "true"
BusID "PCI:01:0:0"
EndSection

##########################################################################

#
# screen section for an nvidia AGP card
#
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "CMV1512"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection

EndSection

</CODE>


If anyone can get back to me, i would be so happy.. id be happy!
PLEASE! Do it for the linux gamers!


By the way has anyone heard anything about postal 2 for linux? i know theres a demo out, but the full version is meant to be out, but i havent been able to find it!


All times are GMT -5. The time now is 03:11 PM.