[ut2004] UT with dual monitor

Scott Robinson scott at tranzoa.com
Tue Apr 13 10:42:13 EDT 2004


* Alvise translated into ASCII [Tue, Apr 13, 2004 at 02:56:26PM +0200][<407BE37A.3000308 at e-fioi.org>]
> Thanks, it works :-)
> 
> But anyway it's not so much good after all... I mean: it's a lot less
> immersive played in a window with the rest of the desktop around
> there... I tried playing 1024x768, but the windows decorations eat up
> useful space...
> Don't know, I hoped there was a way to tell the game to start fullscreen
> on the leftmost (or rightmost) screen, if there's not I guess I'll be
> back to my change-mode script...
> 
> Thank you anyway!
> 
[...]

This is odd. I am currently using Twinview with dual monitor and it is
working just fine.

What is very likely is one of two situtions:

1) Your XF86Config-4 is incorrect. Ensure you have your MetaModes configured
correctly. Please see my attached file.

2) Your Window Manager is forcing placement. This is impolite - but hey,
it's your WM. Which one are you using?

Scott.

-- 
http://quadhome.com/            - Personal webpage
http://tranzoa.net/             - Corporate webpage
-------------- next part --------------
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# Defoma
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"dvorak"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"	"/dev/input/mice"
	Option		"Protocol"	"ImPS/2"
	Option		"ZAxisMapping"	"4 5"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "ServerLayout"
	Identifier	"Accelerated Layout"
	Screen		"Accelerated Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

#
# NVidia CRT Port
#

Section "Screen"
	Identifier	"Accelerated Screen"
	Device		"nVidia GeForce FX 5200 - ACCEL"
	Monitor		"Phillips Brilliance 17A"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
EndSection

Section "Device"
	Identifier	"nVidia GeForce FX 5200 - ACCEL"
	Driver		"nvidia"

	# Options to keep.
	Option		"NoLogo"	"on"

	# These options are experimental, and are potentially breaking
	# things.
	Option		"RenderAccel"	"on"
	Option		"CursorShadow"	"on"

	# Multi-monitor support.
	Option		"TwinView"	"on"
	Option		"SecondMonitorHorizSync"	"30-75"
	Option		"SecondMonitorVertRefresh"	"50-110"
	Option		"MetaModes"			"1280x1024,1280x1024; 800x600; 640x480;"
	#Option		"TwinViewOrientation"		"LeftOf"
EndSection

Section "Monitor"
	Identifier	"Phillips Brilliance 17A"
	HorizSync	30-85
	VertRefresh	50-160
	Option		"DPMS"
	UseModes	"MAME-modes"
EndSection

Section "Monitor"
	Identifier	"TF721 - ACCEL"
	HorizSync	30-75
	VertRefresh	50-110
	Option		"DPMS"
	UseModes	"MAME-modes"
EndSection

#
# MAME Modelines for emulation.
#

Section "Modes"
	Identifier "MAME-modes"

	# 384x224 @ 75 Hzs, 35.1 kHz hsync, 74.998 Hz vsync, 28:13 aspect ratio
	Modeline "384x224"     17.69  384  392  464  504   224  225  228  234 Doublescan

	# 384x224 @ 85 Hzs, 39.78 kHz hsync, 85.004 Hz vsync, 28:13 aspect ratio
	Modeline "384x224"     20.05  384  392  464  504   224  225  228  234 Doublescan

	# 320x224 @ 75 Hzs, 35.1 kHz hsync, 74.992 Hz vsync, 10:7 aspect ratio
	Modeline "320x224"     14.6   320  328  376  416   224  225  228  234 Doublescan

	# 320x224 @ 85 Hzs, 39.78 kHz hsync, 85.008 Hz vsync, 10:7 aspect ratio
	Modeline "320x224"     16.55  320  328  376  416   224  225  228  234 Doublescan
EndSection
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://icculus.org/pipermail/ut2004/attachments/20040413/9f5b91e2/attachment.pgp>


More information about the ut2004 mailing list