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 16/03/2007, à 17:56

3Dos

[Résolu] Problème dual screen (Gigabyte 7300GT)

Salut tout le monde,

Après exécution du tuto suivant http://doc.ubuntu-fr.org/materiel/multi-ecran j'ai restarté mon GDM et seul mon premier écran s'allume... J'ai bien essayé de lire d'autre posts et même de regarder kes configs des autres (xorg.conf) mais rien n'y fait, le deuxième écran reste impassiblement noir. (au démarrage ou en mode console, évidemment il fonctionne en clone comme n'importe quelle config le ferait)

Voici mon xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Oct 16 22:13:07 PDT 2006

# /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 "ServerLayout"
    Identifier     "Default Layout"
    Screen 0       "Default Screen" 0 0
    Screen 1       "Secondary Screen" RightOf "Default Screen"
    Option "Xinerama" "true"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
    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"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    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" "be"
    Option         "XkbOptions" "lv3:ralt_switch"
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"

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
    Identifier     "CPD-G420 0"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "CPD-G420 1"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "0 NVIDIA Corporation NV44 [GeForce 6200 TurboCache]"
    Driver         "nvidia"
    Screen	   0
    Option "MonitorLayout" "CRT,CRT"
EndSection

Section "Device"
    Identifier     "1 NVIDIA Corporation NV44 [GeForce 6200 TurboCache]"
    Driver         "nvidia"
    Screen	   1
    Option "MonitorLayout" "CRT,CRT"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "0 NVIDIA Corporation NV44 [GeForce 6200 TurboCache]"
    Monitor        "CPD-G420 0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Secondary Screen"
    Device         "1 NVIDIA Corporation NV44 [GeForce 6200 TurboCache]"
    Monitor        "CPD-G420 1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Merci d'avance pour votre aide sad là je désespère roll

Dernière modification par 3Dos (Le 30/03/2007, à 10:54)

Hors ligne

#2 Le 19/03/2007, à 10:04

3Dos

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

Up yikes

Hors ligne

#3 Le 20/03/2007, à 10:59

3Dos

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

re - up yikes yikes

Hors ligne

#4 Le 25/03/2007, à 18:00

cloomcloom

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

J'ai à peu près le même problème. Donne nous plus de détails, quel pilote as tu installé: aucun, celui de ubuntu ou celui de nVidia.

Pour ma part, je possède une GigaByte GeForce 7600GT, un écran LiteOn CRT 19' et un écran TFT ACER 22' 16/10 (AL2216WS).

Après l'installation de Ubuntu (Ultimate 1.2 donc Edgy Eft 6.10) j'ai l'affichage sur mon Acer (22' TFT) et des griboullis sur mon LiteOn (19' CRT).

J'ai installé les drivers nVidia: NVIDIA-Linux-x86-1.0-9755-pkg1.run en suivant le tuto de la doc. Mais quand je redémarre X je n'ai rien sur l'Acer et tout sur le LiteOn!
Je lance nvidia-settings et là je peux configurer mes écrans en twinview. ça fonctionne et je peux même lancer Beryl. Je sauvegarde le fichier xorg.conf avec nvidia-settings qui donne:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:39:38 PST 2007

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Lite-On C1996PNST/NSL"
    HorizSync       30.0 - 96.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GT"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "metamodes" "CRT: 1280x1024 +1680+0, DFP: nvidia-auto-select +0+0; CRT: 1024x768 +1680+0, DFP: nvidia-auto-select +0+0; CRT: 800x600 +1680+0, DFP: nvidia-auto-select +0+0; CRT: 640x480 +1680+0, DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

2 problèmes ici:
-> A chaque redémarrage il n'y a que le LiteOn (CRT 19') qui affiche quelque chose.

-> Lorsque je mets une fenêtre en plein écran elle s'étale sur les 2 écrans


Question:
-> Est-il possible d'obtenir un bureau étendu "à la windows" c'est à dire 1 écran principal avec les barres de lancement d'application et des taches, et l'autre écran sans barre mais si on maximise une fenêtre de cet écran, elle se maximise uniquement sur cet écran.

Hors ligne

#5 Le 25/03/2007, à 18:20

jajaX

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

-> Lorsque je mets une fenêtre en plein écran elle s'étale sur les 2 écrans

c'est normal avec twinview si j'ai bien compris. il faut activer Xinerama

Option         "Xinerama" "1"

@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)

Hors ligne

#6 Le 25/03/2007, à 18:59

cloomcloom

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

Alors je sais plus trop ce que j'ai fait mais j'obtient presque ce que je veux!

J'ai mon écran principal sur mon TFT 22' avec les barres (qui étaient sur l'écran CRT et que j'ai déplacé). Quand je maximise une fenêtre elle se maximise dans l'écran où elle se trouve.

J'ai une carte télé et j'utilise xdtv, quand je demande à xdtv de passer en plein écran ça marche impec il se met bien en plein écran sur l'écran où il se trouve par contre VLC se met toujours ne plein écran sur le 2e (CRT). De plus l'écran de login est sur le CRT aussi.

Hors ligne

#7 Le 28/03/2007, à 14:37

3Dos

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

Après quelques changements de config, le deuxième écran reçoit bien un signal mais reste inactif car le signal qu'il reçoit est à 200.0kHz/300Hz yikes ce qui est extrêmement trop haut. Cet écran est connecté sur le port DVI avec un adaptateur DVI > VGA et est exactement le même que l'aure écran (à savoir deux Sony Multiscan G420)

à mon avis, ma memerde vient du port DVI. Voici mon xorg.conf

# /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"
	FontPath	"/usr/share/fonts/X11/misc"
	# 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"	"be"
	Option		"XkbOptions"	"lv3:ralt_switch"
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 NVIDIA Default Card VGA"
	Driver		"nv"
	BusID		"PCI:1:0:0"
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NVIDIA Default Card DVI"
	Driver		"nv"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"CPD-G420 0"
	HorizSync       30.0-110.0
	VertRefresh     60.0-170.0
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"CPD-G420 1"
	HorizSync       30.0-110.0
	VertRefresh     60.0-170.0
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Left Screen"
	Device		"NVIDIA Corporation NVIDIA Default Card VGA"
	Monitor		"CPD-G420 0"
	Option		"MonitorLayout" "CRT,CRT"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Right Screen"
	Device		"NVIDIA Corporation NVIDIA Default Card DVI"
	Monitor		"CPD-G420 1"
	Option		"MonitorLayout" "CRT,CRT"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen 0	"Left Screen"
	Screen 1	"Right Screen" RightOf "Left Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	Option		"Xinerama" "1"
EndSection

Section "DRI"
	Mode	0666
EndSection

Hors ligne

#8 Le 29/03/2007, à 13:45

3Dos

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

up yikes

Hors ligne

#9 Le 30/03/2007, à 10:30

cloomcloom

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

Installe les pilotes nVidia il y a un gestionnaire d'écran. Et si tu les as installés remplace
Driver "nv" par
Driver "nvidia"

Hors ligne

#10 Le 30/03/2007, à 10:37

3Dos

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

Salut, j'ai installé les glx et modifié mon xorg.conf mais maintenant le deuxième écran ne reçoit même plus de signal et dans le gestionnaire graphique, un seul écran est détecté. Le deuxième pas sad (mais au démarrage, les deux fonctionnent et en recovery mode, les deux affichent la console en clone)

Je ne sais pu quoi faire pour que cela fonctionne sad

Hors ligne

#11 Le 30/03/2007, à 10:51

3Dos

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

Merveilleux, ça fonctionne enfin !!! En ajoutant Screen 0 et Screen 1 dans les deux section Device, mon bi-écran fonctionne à merveille donc, je suis heureux, la vie est belle j'aime (et je poste mon xorg.conf pour les suivants qui auraient le même problème que moi smile )

# /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"
	FontPath	"/usr/share/fonts/X11/misc"
	# 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"	"be"
	Option		"XkbOptions"	"lv3:ralt_switch"
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 NVIDIA Default Card VGA"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Screen		0
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NVIDIA Default Card DVI"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Screen		1
EndSection

Section "Monitor"
	Identifier	"CPD-G420 0"
	HorizSync       30.0-110.0
	VertRefresh     60.0-170.0
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"CPD-G420 1"
	HorizSync       30.0-110.0
	VertRefresh     60.0-170.0
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Left Screen"
	Device		"NVIDIA Corporation NVIDIA Default Card VGA"
	Monitor		"CPD-G420 0"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Right Screen"
	Device		"NVIDIA Corporation NVIDIA Default Card DVI"
	Monitor		"CPD-G420 1"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen 0	"Left Screen"
	Screen 1	"Right Screen" RightOf "Left Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	Option		"Xinerama" "1"
	Option		"MonitorLayout" "CRT,CRT"
EndSection

Section "DRI"
	Mode	0666
EndSection

Voilà merci pour votre aide smile

Hors ligne

#12 Le 22/07/2007, à 17:26

yellowprotoss

Re : [Résolu] Problème dual screen (Gigabyte 7300GT)

Merci, ca a bcp servi. J'ai aussi une 7300 GT.
Voici ma config (qui fonctionne perfect)

# /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/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Load "freetype"
Load "type1"
Load "dbe"
#Load "glx"
#Load "extmod"
Load "v4l"

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"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"VGA"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Screen		0
        Option        "NoLogo"    "True"
EndSection

Section "Device"
	Identifier	"DVI"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option		"NoLogo"	"True"
	Screen		1
EndSection



Section "Monitor"
	Identifier	"Monitor Small"
	Option		"DPMS"
	HorizSync	28-84
	VertRefresh	43-60
EndSection

Section "Monitor"
	Identifier	"Monitor Big"
	Option		"DPMS"
	HorizSync	28-84
	VertRefresh	43-60
Endsection




Section "Screen"
	Identifier	"ScreenVGA"
	Device		"VGA"
	Monitor		"Monitor Small"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"

	EndSubSection

EndSection





Section "Screen"
	Identifier "ScreenDVI"
	Device		"DVI"
	Monitor		"Monitor Big"
	DefaultDepth	24
	SubSection "Display"
		Depth 24
		# 1680x1050
		Modes "1680x1050" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection





#Section "ServerLayout"
#	Identifier	"Default Layout"
#	Screen		"Screen0"
#	InputDevice	"Generic Keyboard"
#	InputDevice	"Configured Mouse"
#	Option "Clone" "off"
#	Option "Xinerama" "off"
#EndSection

Section "ServerLayout"
	Identifier "Multihead"
        Screen 0     "ScreenVGA" 0 0 
        Screen 1     "ScreenDVI" LeftOf "ScreenVGA"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection


Section "ServerFlags"
	Option "xinerama" "true"
	Option "DefaultServerLayout" "Multihead"
EndSection



#Section "DRI"
#	Mode	0666
#EndSection
#
#
#