[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems with TwinView



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hmm. I must learn it at some point. These mails should go to the list...

Jacob Larsen wrote:
> sonic_th@ono.com wrote:
> 
>>>I have the right cable, cause i can see my desktop in the TV, but i can't
>>>make the two of them (TV and TFT) work together. I'm still using the XFree86
>>>server (version 4.3.0.dfsg.1-1). I can compile the nvidia driver, i can use
>>>the accelerated graphics, etc, etc.
>>>
>>>I would appreciate any XF86Config-4 sample with the right sections from someone
>>>who can see the both screens working.
> 
> 
> This one works for me without xinerama, as I don't need it.
> 
> /Jacob

- ------------------------------------------------------------------------

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was 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
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection
Section "InputDevice"
	Identifier	"Logitech Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"dk"
EndSection
Section "InputDevice"
	Identifier	"Logitech Cordless Desktop Optical"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"logicdo"
	Option		"XkbLayout"	"dk"
EndSection
Section "InputDevice"
	Identifier	"Logitech Mouseman Optical"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"false"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Nvidia Geforce 6800 GT DFP-0"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option	"ConnectedMonitor"	"DFP-0"
	Option	"IgnoreDisplayDevices"	"CRT-1, TV-0"
	Screen 0
EndSection
Section "Device"
	Identifier	"Nvidia Geforce 6800 GT CRT-0"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option	"ConnectedMonitor"	"CRT-0"
	Option	"IgnoreDisplayDevices"	"CRT-1,TV-0"
	Screen 1
EndSection
Section "Device"
	Identifier	"Nvidia Geforce 6800 GT CRT-1"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option	"ConnectedMonitor"	"CRT-1"
	Option	"IgnoreDisplayDevices"	"CRT-0, TV-0"
	Screen 0
EndSection
Section "Device"
	Identifier	"Nvidia Geforce 6800 GT TV-0"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option	"ConnectedMonitor"	"TV-0"
	Option	"IgnoreDisplayDevices"	"CRT-0, CRT-1"
	Option	"TVStandard"	"PAL-B"
	Screen 1
EndSection
Section "Monitor"
	Identifier	"Hitachi LCD"
	HorizSync	80.0
	VertRefresh	75
	Option		"DPMS"
EndSection
Section "Monitor"
	Identifier	"IBM G40"
	HorizSync	30.0 - 38.0
	VertRefresh	50-90
	Option		"DPMS"
EndSection
Section "Monitor"
	Identifier	"TV-Out"
	HorizSync	30.0 - 50.0
	VertRefresh	60
EndSection
Section "Screen"
	Identifier	"Hitachi LCD on Geforce 6800 GT CRT-1"
	Device		"Nvidia Geforce 6800 GT CRT-1"
	Monitor		"Hitachi LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
		Modes	"1280x1024"
		Viewport 0 0
	EndSubSection
EndSection
Section "Screen"
	Identifier	"IBM G40 on Geforce 6800 GT CRT-0"
	Device		"Nvidia Geforce 6800 GT CRT-0"
	Monitor		"IBM G40"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
		Modes	"1024x768"
		Viewport	0 0
	EndSubSection
EndSection
Section "Screen"
	Identifier	"TV-Out on Geforce 6800 GT TV-0"
	Device		"Nvidia Geforce 6800 GT TV-0"
	Monitor		"TV-Out"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
		Modes	"1024x768"
		Viewport	0 0
	EndSubSection
EndSection
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen 0	"Hitachi LCD on Geforce 6800 GT CRT-1"
	#Screen 1	"IBM G40 on Geforce 6800 GT CRT-0" LeftOf "Hitachi LCD on
Geforce 6800 GT CRT-1"
	Screen 1	"TV-Out on Geforce 6800 GT TV-0" RightOf "Hitachi LCD on
Geforce 6800 GT CRT-1"
	InputDevice	"Logitech Cordless Desktop Optical" "CoreKeyboard"
	InputDevice	"Logitech Mouseman Optical"
EndSection
Section "ServerFlags"
	Option	"blank time"	"10"
	Option	"standby time"	"10"
	Option	"suspend time"	"10"
	Option	"off time"	"10"
	Option	"Xinerama"	"false"
EndSection
Section "DRI"
	Mode	0666
EndSection


	# Twinview settings
	# Option	"ConnectedMonitor"		"CRT-0,CRT-1"
	# Option	"IgnoreDisplayDevices"		"TV-0"
	# Option	"TwinView"			"True"
	# Option	"SecondMonitorHorizSync"	"30.0-38.0"
	# Option	"SecondMonitorVertRefresh"	"50-90"
	# Option	"MetaModes"			"1280x1024, 800x600"
	# Option	"TwinViewOrientation"		"LeftOf"
	# Option	"Xinerama"			"on"


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCrd1ZiAWIAI3xXVYRAk8QAJ4451nMVUmkr4BFhSr9Nk8LOEHl+wCgoCJj
6nx3lpoOx+czv7sIebCP6YE=
=nPJ3
-----END PGP SIGNATURE-----



Reply to: