Bi ecran Xfce

Bonjour,

Je vous explique mon petit soucis :slightly_smiling: N’étant pas très à l’aise avec les servers X … je me permet de vous demander de l’aide.

Voila, donc j’ai installé une Debian Etch de base.
Par dessus ça, un xserver-xorg-core et xfce4

Est-ce que je pourrais donc avoir un coup de main pour la configuration du bi ecran ?
Même si il faut lancer deux serveurs x en parallèle, pas de soucis pour moi … !

Pour informations, voici les caractéristiques de ma machine :

  • Carte mère Asus P5Q-E
  • Intel Core 2 Quad
  • 4Go ram DDR2
  • Nvidia 9800 GTX+ (512Mo DDR3)
  • HDD Velociraptor 300Go
  • 2 moniteurs Samsung T220 22"

Merci d’avance,
Thomas

Vérifie que tu as bien installé le pilote nVidia, et tu peux utiliser mon xorg.conf en changeant les références, ça devrait aller.

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#


Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Left Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    Option         "Xinerama" "false"
EndSection

Section "Files"

	# path to defoma fonts
    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"
    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           "vbe"
    Load	   "dri"
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 "Monitor"
    Identifier     "Hyundaï"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Hanns-G"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation G70 [GeForce 7600 GS]"
    Driver         "nvidia"
    Option 	   "RenderAccel" "1"
    Option         "AllowGLXWithComposite" "1"
    Option 	   "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"
    Option	   "TripleBuffer"	"true
    Option         "TwinView" "1"
    Option         "TwinViewOrientation" "CRT-0 LeftOf CRT-1"
    Option         "MetaModes" "1280x1024,1280x1024"
    Option         "ConnectedMonitor" "CRT-0,CRT-1"
#    Option         "NoPowerConnectorCheck"
    BusID          "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier     "Left Screen"
    Device         "nVidia Corporation G70 [GeForce 7600 GS]"
    Monitor        "Hyundaï"
    DefaultDepth    24
    Option	   "AddARGBGLXVisuals"	"True"
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Extensions"
        Option          "Composite"             "enable"
EndSection

Ah merci beaucoup !
Question bête surement … comment installer le pilote ? :blush:$
et comment chopper les bonnes références ?

C’est expliqué ici : http://forum.debian-fr.org/viewtopic.php?f=8&t=1682

PS : sacré config de tueur

en plus clair :wink:
viewtopic.php?f=8&t=13604

Merci beaucoup :slightly_smiling:
Je test tout ça ce soir et vous tiens au courant

Je reviens vers vous … l’installation des drivers se passe pas térrible :confused:

.... /usr/src/modules/nvidia-kernel/nv/nv.c:1327: error: ‘nv_pte_t_cache’ undeclared (first use in this function) /usr/src/modules/nvidia-kernel/nv/nv.c:1327: error: too many arguments to function ‘kmem_cache_create’ /usr/src/modules/nvidia-kernel/nv/nv.c:1456: error: void value not ignored as it ought to be /usr/src/modules/nvidia-kernel/nv/nv.c: In function ‘nvidia_exit_module’: /usr/src/modules/nvidia-kernel/nv/nv.c:1481: error: void value not ignored as it ought to be /usr/src/modules/nvidia-kernel/nv/nv.c:1582: error: ‘nv_pte_t_cache’ undeclared (first use in this function) /usr/src/modules/nvidia-kernel/nv/nv.c: In function ‘nv_kern_open’: /usr/src/modules/nvidia-kernel/nv/nv.c:1809: error: ‘SA_INTERRUPT’ undeclared (first use in this function) /usr/src/modules/nvidia-kernel/nv/nv.c:1809: error: ‘SA_SHIRQ’ undeclared (first use in this function) make[4]: *** [/usr/src/modules/nvidia-kernel/nv/nv.o] Erreur 1 make[3]: *** [_module_/usr/src/modules/nvidia-kernel/nv] Erreur 2 make[3]: quittant le répertoire « /usr/src/linux-headers-2.6.24-etchnhalf.1-686 » NVIDIA: left KBUILD. nvidia.ko failed to build! make[2]: *** [mdl] Erreur 1 make[2]: quittant le répertoire « /usr/src/modules/nvidia-kernel/nv » make[1]: *** [build-stamp] Erreur 2 make[1]: quittant le répertoire « /usr/src/modules/nvidia-kernel » make: *** [kdist_image] Erreur 2 BUILD FAILED! See /var/cache/modass/nvidia-kernel-source.buildlog.2.6.24-etchnhalf.1-686.1222717930 for details.

et donc ce fameux fichier me dit pas grand chose (il reprend l’erreur ci dessus …)