Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[DUALHEAD] Utiliser Xinerama.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
GarulfoLinux
n00b
n00b


Joined: 08 Oct 2006
Posts: 55
Location: Lille(59)

PostPosted: Thu Nov 16, 2006 6:43 pm    Post subject: [DUALHEAD] Utiliser Xinerama. Reply with quote

bonjour :) ,

voila j'ai configurer mon xorg.conf, activer l'option dans mon xorg.conf pour utiliser Xinerama. J'ai recompiler mon système avec la USE xinerama mais aprés je ne sais pas comment je fait pour m'en servir :? .

Si quelqu'un pourrait m'expliqué ca serait sympa :) .
_________________
http://gambas.shos.fr - Le site de la communauté francophone des utilisateurs de Gambas.
Back to top
View user's profile Send private message
El_Goretto
Moderator
Moderator


Joined: 29 May 2004
Posts: 3174
Location: Paris

PostPosted: Thu Nov 16, 2006 6:51 pm    Post subject: Reply with quote

Il faut configurer ton xorg.conf pour avoir les 2 écrans opérationnels et bien positionnés l'un par rapport à l'autre (genre un à gauche de l'autre, mais pas les 2, hein.... hum, oui je sors).

Sinon, ya des choses comme çà: http://gentoo-wiki.com/HOWTO_Dual_Monitors.

Re-sinon, il dit qu'il comprend pas la question...
_________________
-TrueNAS & jails: µ-serv Gen8 E3-1260L, 16Go ECC + µ-serv N40L, 10Go ECC
-Réseau: APU2C4 (OpenWRT) + GS726Tv3 + 2x GS108Tv2 + Archer C5v1 (OpenWRT)
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Thu Nov 16, 2006 6:52 pm    Post subject: Reply with quote

il te suffit d'ajouter un deuxième écran 8)

j'ai pas compris la question 8O

EDIT: grillé :mrgreen: mais deux réponses pertinentes en moins de 10 minutes, ça me rassure, ce forum est toujours au top :lol:
_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
GarulfoLinux
n00b
n00b


Joined: 08 Oct 2006
Posts: 55
Location: Lille(59)

PostPosted: Thu Nov 16, 2006 7:14 pm    Post subject: Reply with quote

Voila mon xorg.conf :
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   Screen      1  "Screen1" LeftOf "Screen0"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "ServerFlags"   
    Option "Xinerama" "On"
EndSection   

Section "Module"
   Load  "extmod"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "dri"
   Load  "glx"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
        Option      "XkbModel"      "pc105"
        Option      "XkbLayout"     "fr"
        Option      "XkbVariant"    "latin9"   
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mouse0"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Monitor"
   Identifier   "Monitor1"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

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

Section "Device"
   Identifier  "silicongraphic"
   Driver      "sis"
   VendorName  "Silicon Integrated Systems"
   # BoardName   "NV43 [GeForce 6600/GeForce 6600 GT]"
   BusID       "PCI:2:0a:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     1
      Modes "1280x1024"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
      Modes "1280x1024"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes "1280x1024"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
      Modes "1280x1024"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes "1280x1024"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes "1280x1024"
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device     "silicongraphic"
   Monitor    "Monitor1"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     1
      Modes "1024x768"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
      Modes "1024x768"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes "1024x768"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
      Modes "1024x768"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes "1024x768"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes "1024x768"
   EndSubSection
EndSection

Donc comme j'ai dit plus haut, j'ai recompiler avec la USE xinerama. Mais là, actuellement, mon écran reste noir !
Malgré mon xorg.conf configuré je ne sais pas comment mettre KDE sur le 2eme écran également.
_________________
http://gambas.shos.fr - Le site de la communauté francophone des utilisateurs de Gambas.
Back to top
View user's profile Send private message
Steelskin
Tux's lil' helper
Tux's lil' helper


Joined: 02 May 2005
Posts: 105

PostPosted: Thu Nov 16, 2006 8:08 pm    Post subject: Reply with quote

Je me suis moi-même pas mal battu avec Xinerama sur mon laptop. Essaie de rajouter une ligne UseDisplayDevice (CRT pour ce qui est sur le port VGA, DFP pour ce qui est sur le port DVI ou bien un écran de laptop), mais je crois que ça ne marche qu'avec le pilote nvidia, donc pas pour l'écran branché sur ta carte SiS.

Code:
Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    Option         "UseDisplayDevice" "CRT"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce Go 6800"
    BusID          "PCI:1:0:0"
    Screen         0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    Option         "UseDisplayDevice" "DFP"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce Go 6800"
    BusID          "PCI:1:0:0"
    Screen         1
EndSection


Et puis les lignes Screen aussi, tant que j'y suis.
_________________
Kupo !
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum