Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1021 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Divers

  Xinerama ne veut pas utiliser mes deux écrans

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Xinerama ne veut pas utiliser mes deux écrans

n°894867
mrpp
Posté le 14-03-2007 à 11:36:42  profilanswer
 

Bonjour,
j'ai deux écrans un sur le portable et l'autre CRT que j'utilise en Xineramaµ. Le problème est que je ne peux me servir que de la surface d'un écran (le Crt défini en principal), dès que j'essay d'amener une fenêtre sur l'autre écran elle sort un peu mais refuse de quitter l'autre écran. impossible d'ouvrir une fenêtre sur l'écran de portable et lorsque j'agrandis mes fenêtres elles s'agrandissent uniquement sur le cRT.
Si vous avez des idées je prends.  
 
mon xorg.conf
 


 
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" "fr"
 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"
 Identifier "Synaptics Touchpad"
 Driver  "synaptics"
 Option  "SendCoreEvents" "true"
 Option  "Device"  "/dev/psaux"
 Option  "Protocol"  "auto-dev"
 Option  "HorizScrollDelta" "0"
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 "0 Intel Corporation 82852/855GM Integrated Graphics Device"
 Driver  "i810"
 BusID  "PCI:0:2:0"
 Screen   0
 Option "DDCMode" "True"
 Option "MonitorLayout" "CRT,LFP"
EndSection
 
Section "Device"
 Identifier "1 Intel Corporation 82852/855GM Integrated Graphics Device"
 Driver  "i810"
 BusID  "PCI:0:2:0"
 Screen   1
 Option "DDCMode" "True"
 Option "MonitorLayout" "CRT,LFP"
EndSection
 
 
 
 
Section "Monitor"
 Identifier "Generic Monitor"
 Option  "DPMS"
 HorizSync 28-51
 VertRefresh 43-60
EndSection
 
Section "Monitor"
 Identifier "iiyama"
 Option  "DPMS"
 HorizSync 28-96
 VertRefresh 50-160
EndSection
 
Section "Screen"
 Identifier "Default Screen"
 Device  "0 Intel Corporation 82852/855GM Integrated Graphics Device"
 Monitor  "Generic Monitor"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1024x768"
 EndSubSection
EndSection
 
Section "Screen"
 Identifier "ecran 2"
 Device  "1 Intel Corporation 82852/855GM Integrated Graphics Device"
 Monitor  "iiyama"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1024x768"
 EndSubSection
EndSection
 
Section "ServerLayout"
 Identifier "Default Layout"
 
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
 InputDevice     "stylus" "SendCoreEvents"
 InputDevice     "cursor" "SendCoreEvents"
 InputDevice     "eraser" "SendCoreEvents"
 InputDevice "Synaptics Touchpad"
 Screen 0 "Default Screen"
 Screen 1 "ecran 2" LeftOf "Default Screen"
 Option "Xinerama" "true"
EndSection
 
Section "DRI"
 Mode 0666
EndSection

mood
Publicité
Posté le 14-03-2007 à 11:36:42  profilanswer
 

n°894894
krifur
Posté le 14-03-2007 à 13:46:12  profilanswer
 

Salut , j ai un peu la meme config , portable avec chipset i810 et rajout d'un ecran plat 19 pouces mais j ai jamais reussit a vraiment bien le faire fonctionner (je suis pas trop passionner par le xorg.conf :o )
 
voila un bout de ma config qui marche a peu pres qd meme , ptet que tu y trouvera des elements interessants:
 

Code :
  1. ###############################################################
  2. # PREMIER DEVICE VIDEO (Affichage sur l'écran principale) #
  3. ###############################################################
  4. Section "Device"
  5.         Identifier      "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
  6.         Driver          "i810"
  7.         BusID        "PCI:0:2:0"
  8.         Option          "MonitorLayout"         "CRT, CRT+LFP"
  9.         screen        0
  10. EndSection
  11. ###############################################################
  12. # DEUXIEME DEVICE VIDEO (Affichage sur l'écran secondaire) #
  13. ###############################################################
  14. Section "Device"
  15.         Identifier      "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller Sortie VGA"
  16.         Driver          "i810"
  17.         BusID        "PCI:0:2:0"
  18.         Option          "MonitorLayout"         "CRT, CRT+LFP"
  19.         screen        1
  20. EndSection
  21. ###############################################################
  22. # SECTION MONITEURS (Écran principal du portable) #
  23. ###############################################################
  24. Section "Monitor"
  25.         Identifier      "Écran portable"
  26.         Option          "DPMS"
  27.         HorizSync       30-65
  28.         VertRefresh     50-75
  29.         Modeline        "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
  30. EndSection
  31. ###############################################################
  32. # SECTION MONITEURS (Écran secondaire) #
  33. ###############################################################
  34. Section "Monitor"
  35.         Identifier      "Captiva"
  36.         Option          "DPMS"
  37.         #Modeline       "1280x1024@60"
  38. EndSection
  39. ###############################################################
  40. # SECTION ÉCRANS (Écran principal) #
  41. ###############################################################
  42. Section "Screen"
  43.         Identifier      "Screen0"
  44.         Device          "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
  45.         Monitor         "Écran portable"
  46.         DefaultDepth    24
  47.         SubSection "Display"
  48.                 Depth           1
  49.                 Modes           "1280x800"
  50.         EndSubSection
  51.         SubSection "Display"
  52.                 Depth           4
  53.                 Modes           "1280x800"
  54.         EndSubSection
  55.         SubSection "Display"
  56.                 Depth           8
  57.                 Modes           "1280x800"
  58.         EndSubSection
  59.         SubSection "Display"
  60.                 Depth           15
  61.                 Modes           "1280x800"
  62.         EndSubSection
  63.         SubSection "Display"
  64.                 Depth           16
  65.                 Modes           "1280x800"
  66.         EndSubSection
  67.         SubSection "Display"
  68.                 Depth           24
  69.                 Modes           "1280x800"
  70.         # resolution warcraft
  71.         #"1024x768"
  72.         EndSubSection
  73.         EndSection
  74. ###############################################################
  75. # SECTION ÉCRANS (Secondaire) #
  76. ###############################################################
  77.         Section "Screen"
  78.         Identifier      "Screen1"
  79.         Device          "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller Sortie VGA"
  80.         Monitor         "Captiva"
  81.         DefaultDepth    24
  82. SubSection "Display"
  83.                 Depth           1
  84.                 Modes           "1280x1024"
  85.         EndSubSection
  86.         SubSection "Display"
  87.                 Depth           4
  88.                 Modes           "1280x1024"
  89.         EndSubSection
  90.         SubSection "Display"
  91.                 Depth           8
  92.                 Modes           "1280x1024"
  93.         EndSubSection
  94.         SubSection "Display"
  95.                 Depth           15
  96.                 Modes           "1280x1024"
  97.         EndSubSection
  98.         SubSection "Display"
  99.                 Depth           16
  100.                 Modes           "1280x1024"
  101.         EndSubSection
  102.         SubSection "Display"
  103.                 Depth           24
  104.                 Modes           "1280x1024"
  105.         EndSubSection
  106. EndSection
  107. ###############################################################
  108. # SECTION LAYOUT #
  109. ###############################################################
  110. Section "ServerLayout"
  111.         Identifier      "Default Layout"
  112.         Screen          "Screen0"
  113.         Screen          "Screen1" LeftOf "Screen0"
  114.         option          "xinerama" "true"
  115.         InputDevice     "Generic Keyboard"
  116. #       InputDevice     "Configured Mouse"
  117.         InputDevice     "Synaptics Touchpad"
  118. #       InputDevice     "Mouse0"
  119. EndSection
  120. ###############################################################
  121. # SECTION DRI #
  122. ###############################################################
  123. Section "DRI"
  124.         Mode    0666
  125. EndSection


 
les modeline ont l air assez importants bien que j y capte rien , je suis obliger de commenter le modeline pour la config de l ecran plat sinon ca ne decolle pas...
plus de details sur mes bugs liés a cette config:
 
http://forum.hardware.fr/forum2.ph [...] w=0&nojs=0
 
Si t arrives a faire marcher le tout , je suis preneur de ton xorg.conf :hello:  

n°895193
mrpp
Posté le 15-03-2007 à 18:22:03  profilanswer
 

mon xorg.conf est au dessus il marche, les dexu écrans s'affichent mais impossible d'utiliser toutes les possibilites du deuxième écran


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Divers

  Xinerama ne veut pas utiliser mes deux écrans

 

Sujets relatifs
Au sujet des écrans tactiles...utiliser plusieurs liens ADSL pour apparaissent comme une seule conn
[Résolu] Debmirror ne veut pas récupérer les fichiers Release[debian] Mon serveur Postfix ne veut plus de moi
ubuntu, laptop, ati, 2 ecrans, acceleration 3D et beryllecture video dvd et ecrans 16/10??
script shell : utiliser la durée des fichiers audioORDI TATOUE pourquoi GRUB veut pas Mais LILO oui
affichage sur 3 écrans sous config linux[resolu]Utiliser vmware avec freebsd6.1
Plus de sujets relatifs à : Xinerama ne veut pas utiliser mes deux écrans


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR