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 29/05/2006, à 20:35

Gibborim

Mise en place du double ecran --- Fichier Xorg.conf

Salut,

Après plusieurs tentative infructueuse de modif du xorg.conf je me suis résigné à poster ici.

Donc j'ai une ATI GeForce 6600 GT, j'ai installé tout comme il faut les drivers etc...

En étant à l'étape de modif du xorg.conf j'arrive pas a avoir les 2 écrans opérationnel.....

J'ai un LCD et un CRT à droite du LCD

Le LCD est lim en résolution à un max de 1024x768 sous windows dans mes souvenirs et le CRT je le met en 1200x1024.

Je vous dépose aussi mon dernier test de xorg.conf



# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon May 15 13:23:42 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         "SCREEN0, SCREEN1"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

        # paths 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/CID"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
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" "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"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "DFP-0"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "CRT-1"
    Option         "DPMS"
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV43 [GeForce 6600 GT]"
	Driver		"nvidia"
	Option		"NoLogo"
	Option		"TwinView"
	Option		"ConnectedMonitor"	"DFP-0, CRT-1"
	Option          "DFP-0 RightOf CRT-1"
	Option		"HorizonSync"	"DFP-0: 40-70; CRT-1: 50-110"
	Option		"VertRefresh"	"DFP-0: 60-120; CRT-1: 60-120"
	Option          "MetaModes"    	"1024x768, 1200x1024; 1024x768, 1600x1200; 1024x768, 1024x768; 1200x1024, 1200x1024; 1200x1024, 1600x1200"
EndSection

Section "Screen"
    Identifier     "SCREEN0"
    Device         "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Monitor        "DFP-0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1200x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "SCREEN1"
    Device         "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Monitor        "CRT-1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1200x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Si quelqu'un aurait la gentillesse de regarder et de m'expliquer svp.

Danke.

Gibbo

Dernière modification par Gibborim (Le 30/05/2006, à 06:53)


Gibborim

Hors ligne

#2 Le 01/06/2006, à 01:29

Kiraa

Re : Mise en place du double ecran --- Fichier Xorg.conf

essaye ça

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon May 15 13:23:42 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  "SCREEN0" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

        # paths 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/CID"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
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" "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"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "DFP-0"
    HorizSync    40 - 70
    VertRefresh  60 - 120
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "CRT-1"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier    "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Driver        "nvidia"
    Option        "NoLogo"
    Option        "TwinView" "true"
    Option        "ConnectedMonitor"    "DFP-0, CRT-1"
    Option        "TwinViewOrientation"  "DFP-0 RightOf CRT-1"
    Option	    "SecondMonitorHorizSync" "50-110"
    Option      "SecondMonitorVertRefresh" "60-120"
    Option          "MetaModes"        "1024x768, 1200x1024; 1024x768, 1600x1200; 1024x768, 1024x768; 1200x1024, 1200x1024; 1200x1024, 1600x1200"
EndSection

Section "Screen"
    Identifier     "SCREEN0"
    Device         "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Monitor        "DFP-0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1200x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "SCREEN1"
    Device         "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Monitor        "CRT-1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1200x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

j'ai pas modifié grand chose...
c'est pas du tout sur que ça fonctionne , j'avoue que que je m'étais bien embeter avec ma config x pour le dual monitor et que surtout j'y ai plus touché quand j'ai vu que ça marchai <<

si ça marche pas , essaye de remplacer :

    Option        "ConnectedMonitor"    "DFP-0, CRT-1"
    Option        "TwinViewOrientation"  "DFP-0 RightOf CRT-1"

par

    Option        "ConnectedMonitor"    "CRT-0, CRT-1"
    Option        "TwinViewOrientation"  "CRT-0 RightOf CRT-1"

(j'ai aussi un crt+lcd mais j'utilise pas DFP sur les config nvidia)

si ça ne marche toujours pas , tu peu fouiller dans mon xorg.conf http://kiraa.free.fr/xorg-twinview.conf
c'est un peu le bordel dedans mais bon , le dual fonctionne (et est correctement géré sur xgl)

Dernière modification par Kiraa (Le 01/06/2006, à 01:36)

Hors ligne

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

freenux.be

Re : Mise en place du double ecran --- Fichier Xorg.conf

une ATI Gefore j'avoue que c'est pas courant , à mon avis si t'as une Gforce c pas une ATI mais une Nvidia et si c un ATI c surement pas un Geforce ...

Nvidia & ATI etant les deux constructeurs de carte 3D consurents je te suggère de donner le model EXACTE de ta carte 3D !!

soit tu as une ATI soit tu as une Geforce , en tout k une Ati Gforce ca existe pas ^^


Informations générales pour les débutants ... et les autres ;-)

AMD Athlon II X2 245 - 8Go DDR2 - 2.5To SATA2 - ATi Radeon HD3200

Hors ligne

#4 Le 05/06/2006, à 22:02

Gibborim

Re : Mise en place du double ecran --- Fichier Xorg.conf

Bonne remarque, c'est une nvidia Geforce 6600 GT wink

Légère erreur de ma par smile


Gibborim

Hors ligne

#5 Le 05/06/2006, à 23:17

Guillaume86

Re : Mise en place du double ecran --- Fichier Xorg.conf

1280*1024 c'est une résolution classique et pas 1200 (mais je sais pas si c'est ça le probleme j'ai pas trop regardé a ta config). Moi j'arrive a faire du dual-screen avec la meme carte que toi (et XGL/Compiz ca en jette big_smile).

Hors ligne

#6 Le 05/06/2006, à 23:39

bob29

Re : Mise en place du double ecran --- Fichier Xorg.conf

j'ai la meme carte graph que toi, je te met mon xorg.conf qui fonctionne tres bien.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Dec 14 16:39:22 PST 2005

# /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         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
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        "/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" "fr"
    Option         "XkbVariant" "latin9"
EndSection

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

Section "Monitor"
    Identifier     "DELL P790"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
    Driver         "nvidia"
 Option "DPMS"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "Clone"
Option "MetaModes"
"1280x1024,1280x1024;1024x768,1024x768;800x600,800x600;640x480,640x480;320x200,NULL"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "CRT,TV"
EndSection

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

ps: pour activer la sortie il faut passer en 1024*768 parceque en 1280*1024 sa marche pas

si sa peut t'aider tans mieu et bon

Dernière modification par bob29 (Le 05/06/2006, à 23:41)


RHAAAAAAAAAAAA!!!!!!!!!!!
a mort windaube
Proverbe Thaïlandais:Pingouins dans les champs,
hiver très méchant.

Hors ligne

#7 Le 06/06/2006, à 00:00

Guillaume86

Re : Mise en place du double ecran --- Fichier Xorg.conf

beuh moi je fais du double 1280*1024 avec cette carte! J'ai utilisé le wiki pour modifier mon xorg.conf ça a l'air un peu différent de votre méthode.

Hors ligne

#8 Le 06/06/2006, à 09:52

tsensei

Re : Mise en place du double ecran --- Fichier Xorg.conf

@Guillaume86 : tu veux dire que tu as deux sessions indépendantes ? Si oui, as-tu installé Xgl/Compiz ?
Merci (et désolé de m'incruster dans le post pour poser d'autres questions)

Sinon pour info @Gibborim je ne sais pas quel moniteur tu as l'intention de mettre en primaire (là ou apparaîtra la barre Gnome ou KDE) mais sache que pour les cartes nvidia Dual Head, les drivers Nvidia linux ne permettent pas de choisir : la sortie VGA est toujours la primaire.

Dernière modification par tsensei (Le 06/06/2006, à 09:52)

Hors ligne

#9 Le 06/06/2006, à 10:54

Guillaume86

Re : Mise en place du double ecran --- Fichier Xorg.conf

tsensei a écrit :

@Guillaume86 : tu veux dire que tu as deux sessions indépendantes ? Si oui, as-tu installé Xgl/Compiz ?
Merci (et désolé de m'incruster dans le post pour poser d'autres questions)

Sinon pour info @Gibborim je ne sais pas quel moniteur tu as l'intention de mettre en primaire (là ou apparaîtra la barre Gnome ou KDE) mais sache que pour les cartes nvidia Dual Head, les drivers Nvidia linux ne permettent pas de choisir : la sortie VGA est toujours la primaire.

Heu non j'ai une seule session et oui j'ai XGL/Compiz et ca fonctionne en dual pas de probleme (j'ai meme essayé de mettre un divx format trés large (plus que 16/9 mais je connais pas le ratio) etendu sur mes 2 ecrans avec le post traitement qualité max et ca me bouffe seulement 20% de mon P4 3 Ghz c'est infaisable sous windows ça lol (deja qu'on sait pas afficher une video sur 2 ecrans en meme temps...)

Hors ligne