Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
Envoyer ecran ordi sur la télé
Envoyé par: Lokomass

Bonjour,

Je suis sous ubuntu 6.06 et j'ai une carte graphique nvidia geforce 6600. Je souhaiterai utiliser la sortie de cette carte pour envoyer l'image de mon ecran sur la télé afin de regarder des films (clone ecran)
J'ai donc installé nvidia-settings et je n'arrive pas a le configurer pour qu'il envoie l'image..
J'ai aussi modifier mon xorg.conf, voila ce que ca donne :

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection

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

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "TwinView" "true"
Option "TwinViewOrientation" "Clone"
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "PAL-B"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1280x1024,1280x1024;1024x768,1024x768;800x600,800x600;640x480,640x480;512x384,512x384"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Poste le Saturday 17 March 2007 16:36:23
Répondre     Citer    
Re: Envoyer ecran ordi sur la télé
Envoyé par: diancech

Attention à la résolution que tu envoit sur ta télé, cela dépend du type de télé si tu montes trop en résolution ce ne seras pas terrible ou même pas supporté par ta télé.

Moi j'ai une vieille télé (sous-entendu à tube cathodique de 768*576), et j'utilise une configuration dualhead pour regarder des films sur ma télé en 800x600.

Voici mon xorg.conf :

#------------------------------------------------------------#
#			Input Devices			     
#------------------------------------------------------------#
Section "InputDevice"
	Identifier	"Keyboard0"
	Driver       "kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules" "xorg"
	Option		"XkbModel"	"microsoftprousb"
	Option		"XkbLayout"	"fr"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Device"		"/dev/input/mice"
	Option		"Buttons"		"9"
	Option     	"ZAxisMapping"	"6 7"
	Option		"Emulate3Buttons"	"false"
EndSection

#------------------------------------------------------------#
#			Monitors			     
#------------------------------------------------------------#

Section "Monitor"
	Identifier		"Monitor0"
	VendorName		"Samsung"
	ModelName		"Syncmaster 940BF"
	HorizSync		30.0 - 81.0
	VertRefresh		60.0
	Option			"DPMS"
EndSection

Section "Monitor"
    	Identifier  "TV"
    	HorizSync   30.0 - 50.0
    	VertRefresh 60.0
EndSection

#------------------------------------------------------------#
#			Devices				     
#------------------------------------------------------------#

Section "Device"
        Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "NVIDIA Corporation NV43 [GeForce 6600]"
	BusID       "PCI:1:0:0"

	Option "NoLogo"

	Screen 0
EndSection

Section "Device"
    Identifier  "Card1"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "NVIDIA Corporation NV43 [GeForce 6600]"
	BusID       "PCI:1:0:0"

	Option "NoLogo"

        Option "TVOutFormat" "COMPOSITE"

	Screen 1 
EndSection

#------------------------------------------------------------#
#			Screens				     
#------------------------------------------------------------#

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24
	SubSection "Display"
		#Viewport   0 0
		Depth     24
		Modes "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "TV"
	DefaultDepth	24
	SubSection "Display"
		#Viewport   0 0
		Depth     24
		Modes "800x600" "640x480"
	EndSubSection
	Option "TVStandard" "PAL-N"
EndSection
#------------------------------------------------------------#
#			ServerLayout			     
#------------------------------------------------------------#

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen		1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Aprés pour une config avec twinview en cherchant sur le forum tu devrait en trouver il y en a plein.

;-)

--------------------------------------------------------------------------------------------------------------------------------------------------
Exige beaucoup de toi-même et attends peu des autres. Ainsi beaucoup d'ennuis te seront épargnés. Confucius

Poste le Saturday 17 March 2007 17:18:47
Répondre     Citer    
Re: Envoyer ecran ordi sur la télé
Envoyé par: Lokomass

Merci de ta reponse, le truc c'est que quand je met dans cette ligne :

Option "MetaModes" "1280x1024,1280x1024;1024x768,1024x768;800x600,800x600;640x480,640x480;512x384,512x384"

Lorsque je tape "sudo nvidia-settings" je n'ai pas l'option TV-0

Quand je met la ligne :

Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;512x384,512x384"
en enlevant "1280x1024,1280x1024",
il me met l'option TV-0 mais ca ne marche quand meme pas, je galere

Poste le Saturday 17 March 2007 18:18:48
Répondre     Citer    
Re: Envoyer ecran ordi sur la télé
Envoyé par: Lokomass

Probleme resolu !!!!
J'ai remplacer COMPOSITE par SVIDEO
Et j'ai mis en configuration 1280x1024 pour l'ordi et 800x600 pour la télé donc en gros voila :


Option "MetaModes" "1280x1024,800x600;1024x768,1024x768;800x600,800x600;640x480,640x480;512x384,512x384"

Il me reste un seul "petit" probleme, quand je regarde sur la télé je vois la barre des icones d'ubuntu en haut de l'image, peut on faire autrement ou est ce normal ??

Merci

Poste le Saturday 17 March 2007 18:40:33
Répondre     Citer    
Re: Envoyer ecran ordi sur la télé
Envoyé par: Lokomass

En fait j'ai meme qu'une partie de l'ecran, quelqu'un saurait-il comment faire pour avoir l'ecran en entier ??

Poste le Saturday 17 March 2007 21:35:48
Répondre     Citer    
Re: Envoyer ecran ordi sur la télé
Envoyé par: diancech

C'est à cause de ce soucis que je suis passé en dualhead, il y a une possibilité de résoudre le problème avec les options de twinview mais je ne me rapelle plus comment, il me semble que j'avais trouvé ça dans le README des drivers nvidia.

;-)

--------------------------------------------------------------------------------------------------------------------------------------------------
Exige beaucoup de toi-même et attends peu des autres. Ainsi beaucoup d'ennuis te seront épargnés. Confucius

Poste le Saturday 17 March 2007 21:40:33
Répondre     Citer    

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
Envoyer ecran ordi sur la télé
Besoin d'aide à propos de musique, son, image, vidéo, etc ... et de Linux ? Vous avez frappé à la bonne porte.
PS: pour les questions technique d'accélération 3D, préférez le forum matériel.

Sauf mention contraire, les documentations publiées sont sous licence Creative-Commons