Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 02/05/2006, à 19:33

nerdman

GeForce Dual Screen 2 DVI - Choix d'écran impossible

Bonjour à tous !

J'ai depuis quelques jours une nouvelle machine smile. Un petit Athlon X2 4200+ avec Ubuntu 64 Drapper.
C'est la première fois que je test le Dual Screen et j'avoue que je ne pensais pas galérer autant !
J'ai passé une partie de mon après midi à chercher sur le forum ubuntu et google une solution.

J'ai donc une GeForce avec 2 sorties DVI, ai installé les packages qu'il faut pour supporter l'accélération 3D et le Dual Screen. Le Dual Screen fonctionne bien sauf le choix des écrans !
Je m'explique:
J'ai un écran TFT 21 et un CRT 17 avec un adaptateur DVI. Mon écran de gauche doit être l'écran principale. Hors c'est le droit qui l'est. J'ai donc inversé les prises sur la carte graphique mais rien y fait, aucuns changements !

Je vous montre ma config et expliques les différents changements que j'ai effectué:

# /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	"Logitech MX"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Logitech MX 700"
	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 NVIDIA Default Card"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option    	"RenderAccel" "true"
	Option		"AllowGLXWithComposite" "true"
        Option          "TwinView" "on"
        Option          "MetaModes" "1280x1024,1600x1200"
        Option          "SecondMonitorHorizSync" "28-80"
        Option          "SecondMonitorVertRefresh" "43-60"
        Option          "TwinViewOrientation" "LeftOf" # ["RightOf"|"LeftOf"|"Above"|"Below"|"Clone"] default NULL
	Option		"NoLogo" "1"
	Option		"ConnectedMoni1tor" "DFP, DFP"
			#"CRT-1, CRT-0"
			#"DFP, DFP"
EndSection

Section "Monitor"
	Identifier	"DELL 2001FP"
	Option		"DPMS"
EndSection

Section "Monitor"
        Identifier      "Iiyama Vision Master Pro 410"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Gauche"
        Device          "NVIDIA Corporation NVIDIA Default Card"
        Monitor         "DELL 2001FP"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Droite"
        Device          "NVIDIA Corporation NVIDIA Default Card"
        Monitor         "Iiyama Vision Master Pro 410"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	#Option "Xinerama" "on"
	Screen		"Gauche"
	Screen  	"Gauche" LeftOf "Droite"
	InputDevice	"Logitech MX"
	InputDevice	"Logitech MX 700"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

J'ai changé le "TwinViewOrientation" mais cela ne met que les icones du bureau à gauche. Je n'ai pas tout le reste.

Quand à "Screen      "Gauche" LeftOf "Droite"", ça ne change absolument rien ! Aucuns changements. Voilà, j'ai du louper quelquechose quelquepart.

Quelqu'un pourrait-il m'aider svp. Merci

Hors ligne

#2 Le 03/05/2006, à 16:46

nerdman

Re : GeForce Dual Screen 2 DVI - Choix d'écran impossible

Toujours pas de réponses ?

Bon, pour m'en sortir tant bien que mal, j'ai déplacé le maximum de fenêtres, les barres en haut et en bas sur laute écran, mais l'écran de login est toujours sur le mauvais :-/

Si quelqu'un a une idée, je suis toujours preneur :-/

Hors ligne

#3 Le 03/05/2006, à 17:06

Mahabtux

Re : GeForce Dual Screen 2 DVI - Choix d'écran impossible

Bonjour, malheuresement je ne peux pas t´aider mais j´ai une question.
J´ai installé l´accelleration graphique sur mon pc avec une carte Ati Radeon et j´aimerai visionner mes films sur ma TV. Pour le dual screen, comme si prend t´on? Je veux dire une fois le fichier Xorg.conf bien redigé? Sur winxp je fais clic droit sur le bureau etc...Mais ici?
Voilà. Sinon bon courage pour ton soucis...

Une précision je branche la TV via la prise s-video et la sortie son de mon portable...

Dernière modification par Mahabtux (Le 03/05/2006, à 17:09)


http://www.saveurs-soufies.com/

Hors ligne

#4 Le 03/05/2006, à 17:09

nerdman

Re : GeForce Dual Screen 2 DVI - Choix d'écran impossible

Déoslé, je ne sais pas. Je suis tombé sur des posts ou il y avait marqué de définir un nouvel ecrna qui est en fait ta télé. Mais bon, honnêtement je te conseil de chercher car je n'ai jamais essayé.
Bonne chance

Hors ligne

#5 Le 03/05/2006, à 17:43

Mahabtux

Re : GeForce Dual Screen 2 DVI - Choix d'écran impossible

Ok je vais chercher...


http://www.saveurs-soufies.com/

Hors ligne

#6 Le 04/05/2006, à 07:56

Mahabtux

Re : GeForce Dual Screen 2 DVI - Choix d'écran impossible

Oui, je suis d´accord avec toi mais physiquement ta télé comment la relie tu au pc et suite à cette connection physique comment declare tu au pc que la tele est reliée? C´est a dire dans Ubuntu comment t´y prend tu?

Dernière modification par Mahabtux (Le 04/05/2006, à 10:07)


http://www.saveurs-soufies.com/

Hors ligne

#7 Le 04/05/2006, à 11:42

nerdman

Re : GeForce Dual Screen 2 DVI - Choix d'écran impossible

Si t'as pas de port SVIDEO ca sert à rien d'aller plus loin

Hors ligne

#8 Le 04/05/2006, à 12:02

Mahabtux

Re : GeForce Dual Screen 2 DVI - Choix d'écran impossible

Oui! J´ai un port Svideo. Pour le moment je passe encore par windows pour diffuser la video sur la télé via le menu de control ati (clic droit sur le bureau onglet ecran,etc...).
Donc comment acceder a un tel menu pour gérer les options du dual screen sur Breezy?

Merci pour ton aide...


http://www.saveurs-soufies.com/

Hors ligne

#9 Le 04/05/2006, à 12:08

nerdman

Re : GeForce Dual Screen 2 DVI - Choix d'écran impossible

Cherche sur le forum, je ne peux pas t'aider sur ce sujet dsl

Hors ligne

#10 Le 04/05/2006, à 13:57

Mahabtux

Re : GeForce Dual Screen 2 DVI - Choix d'écran impossible

D`accord je vais chercher, a bientot


http://www.saveurs-soufies.com/

Hors ligne