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

Re: Utiliser un vidéo-projecteur ou un second écran



Patrice OLIVER a écrit :

Bonjour la liste,

Je souhaite pouvoir connecter un vidéo-projecteur sur mon portable pour effectuer les présentations. En effet, je ne suis pas parvenu au résultat et je suis obligé de booter sous xp pour le faire et d'utiliser openOffice.org sous windows ... dommage.

Je souhaite donc pouvoir le faire en faisant comme sous windows si possible : fonction F8.

Je dispose d'un dell latitude d800 wsxga. Noyau 2.6.9, driver nVidia 1.00.6629 que j'ai installé en suivant les instructions de nvidia (au fait, quelqu'un a essayé les paquets nvidia-cg-toolkit, nvidia-kernel-common, nvidia-settings et nvidia-glx ?).

Ma carte graphique est une GeForce 5650 et dispose donc d'un sortie VGA + TV.

Voilà, je penses que vous avez les éléments. je vous joins XF86Config-4

D'avance merci de votre aide.

Patrice

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

# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edited by root@tethys, 03.01.2003.
#
# 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:unscaled"
	#FontPath	"/usr/lib/X11/fonts/75dpi:unscaled"
	#FontPath	"/usr/lib/X11/fonts/100dpi:unscaled"
	#FontPath	"/usr/lib/X11/fonts/Speedo"
	#FontPath	"/usr/lib/X11/fonts/Type1"
	#FontPath	"/usr/lib/X11/fonts/CID"
	#FontPath	"/usr/share/fonts/truetype"
	#FontPath	"/usr/share/fonts/truetype/ttf-bitstream-vera"
	#FontPath	"/usr/share/fonts/truetype/freefont"
       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"
       FontPath        "/usr/lib/X11/fonts/truetypes"
       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
       #FontPath        "/usr/share/fonts/truetype"
       #FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
       #FontPath        "/usr/share/fonts/truetype/openoffice"
       #FontPath        "/usr/share/fonts/truetype/freefont"
       #FontPath        "/usr/share/fonts/type1"
       #FontPath        "/usr/share/fonts/type1/gsfonts"
       ModulePath      "/usr/X11R6/lib/modules"
EndSection

Section "Module"
	Load    "bitmap"
	Load	"dbe"
	SubSection "extmod"
		Option "xfree86-dga"
	EndSubSection
	Load    "ddc"
	Load	"freetype"
#	Load	"xtt"
	Load	"type1"
	Load	"speedo"
#	Load	"dri"
	Load	"glx"
	Load    "int10"
	Load    "record"
	Load    "vbe"
#	Load	"synaptics"
EndSection

Section "InputDevice"
	Identifier	"Internal Keyboard"
	Driver		"keyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"AutoRepeat"	"250 33.3"
EndSection

Section "InputDevice"
	Identifier	"Internal Mouse"
	Driver		"mouse"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"USB Mouse"
	Driver		"mouse"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"IMPS/2"
	Option		"Emulate3Buttons"	"false"
	Option 		"buttons"		"5"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"VGA"
	Driver		"nvidia"
	BusID		"PCI:01:00:0"
	VideoRam	131072
	Screen		0
	VendorName	"NVidia"
	BoardName	"GeForce FX Go5650"

	Option		"NoLogo" "0"
	Option		"TwinView" "1"
	#Option		"TwinViewOrientation" "Clone"
	Option		"NoRenderAccel" "0"
	#Option		"PageFlip" "1"
	Option		"DigitalVibrance" "2"
	Option		"SWCursor" "0"
	Option		"HWCursor" "1"
	Option		"CursorShadow" "1"
	Option		"CursorShadowAlpha" "64"
	Option		"CursorShadowXOffset" "4"
	Option		"CursorShadowYOffset" "2"
EndSection

Section "Device"
	Identifier	"EcranSup"
	Driver		"nvidia"
	BusID		"PCI:01:00:0"
	VideoRam	131072
	Screen		1
	VendorName	"NVidia"
	BoardName	"GeForce FX Go5650"
	Option		"SWCursor" "0"
	Option		"HWCursor" "1"
	Option		"CursorShadow" "1"
	Option		"CursorShadowAlpha" "64"
	Option		"CursorShadowXOffset" "4"
	Option		"CursorShadowYOffset" "2"
	Option		"DigitalVibrance" "2"
	Option		"NoLogo" "0"
	Option		"TwinView" "1"
	Option		"TwinViewOrientation" "Clone"
	Option		"ConnectedMonitor" "CRT"
	Option		"MetaModes" "1600x1200@1600x1200,1280x1024@1280x1024,1280x1024@1024@768,800x600@1289x1924"
EndSection

#Section "Device"
#	Identifier	"TVOut"
#	Driver		"nvidia"
#	BusID		"PCI:01:00:0"
#	VideoRam	131072
#	Screen		2
#	VendorName	"NVidia"
#	BoardName	"GeForce FX Go5650"
#	Option		"NoLogo" "0"
#	Option		"TwinView" "1"
#	Option		"TwinViewOrientation" "Clone"
#	Option		"TVOutFormat" "COMPOSITE"
#	Option		"TVStandard" "PAL-B"
#	Option		"ConnectedMonitor" "TV"
#	Option		"MetaModes" "1280x1024@1280x1024,1080x1024@1024x768,800x600@1280x1024"
#EndSection

Section "Monitor"
	Identifier	"LCD"
	ModelName	"Dell LCD"
	VendorName	"Dell"
	HorizSync	31.5-100.0
	VertRefresh	30.0-90.0

	Option		"DPMS"
	Option		"FlatPanelProperties" "Scaling = aspect-scaled"
	#Option		"CalcAlgorithm" "CheckDesktopGeometry"

	#Modeline	"1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
	ModeLine	"1680x1050" 221.31 1680 1752 2112 2256 1050 1052 1064 1090 #90Hz
       #ModeLine        "1680x1050" 210.42 1680 1712 2504 2536 1050 1070 1083 1103 #75Hz
       #ModeLine        "1680x1050" 154.20 1680 1712 2296 2328 1050 1071 1081 1103 #60Hz

EndSection

#Section "Monitor"
#	Identifier	"TV"
#	ModelName	"PAL TV"
#	VendorName	"ITT"
#	HorizSync	30.0 - 50.0
#	VertRefresh	60.0 - 90.0
#EndSection

Section "Monitor"
	Identifier	"EcranSup"
	ModelName	"Dell M991"
	VendorName	"DELL"
	HorizSync	30.0 - 75.0
	VertRefresh	60.0 - 90.0
EndSection

Section "Screen"
	Identifier	"Internal Screen"
	Device		"VGA"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth 	16
		Modes	"1680x1050" "1400x1050" "1280x1024" "1280x800" "1024x800" "800x600"
	EndSubSection
	SubSection "Display"
		Depth 	24
		Modes	"1680x1050" "1400x1050" "1280x1024" "1280x800" "1024x800" "800x600"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"External Screen"
	Device		"EcranSup"
	Monitor		"EcranSup"
	DefaultDepth	24
	SubSection "Display"
		Depth 24
		Modes "800x600" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

#Section "Screen"
#	Identifier	"External TV"
#	Device		"TVOut"
#	Monitor		"TV"
#	DefaultDepth	16
#	SubSection "Display"
#		Depth	16
# Modes "1280x1024" "800x600" "640x480" # EndSubSection
#EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	InputDevice	"Internal Keyboard" "CoreKeyboard"
	InputDevice	"Internal Mouse" "SendCoreEvents"
	InputDevice	"USB Mouse" "CorePointer"
	Screen		"Internal Screen"
	Screen		"External Screen" LeftOf "Internal Screen"
#	Screen		"External TV" RightOf "Internal Screen"

	Option		"Clone" "on"
	Option		"Xinerama" "off"
EndSection

Section "DRI"
	Group	"video"
	Mode	0666
EndSection

A la lecture de ton mail je suppose que le problème rencontré est que les frites n'étaient pas le meilleur plat d'accompagnement pour le poisson ;-) ?

--
Daniel  Huhardeaux       ______ _____ _____ ______ ______ __
enum    +48 32 285 5276 /_   _// _  // _  //_   _// __  // /
iaxtel  +1 700 849 6983  / /  / // // // /  / /  / /_/ // /
sip:101 h323:121  @voip./_/  /____//____/  /_/  /_/ /_//_/.com



Reply to: