Dual screen

Dual screen - Hardware - Linux et OS Alternatifs

Marsh Posté le 22-02-2007 à 19:58:37    

J'arrive pas à faire fonctionner le dual screen sur mon ordi :cry:
 
Donc voilà, j'ai changer de matos pour une carte mère MSI K9VGM-V qui a une carte graphique intégré toussa.
 
Mais je suis un bon vieux jeune geek qui a le dual screen dans le sang...
 
MAIS, car il y a toujours un mais, je n'arrive pas à le faire fonctionner (sous fedora core 6). J'ai mdifier mon xorg.conf comme il suit:
[quote]
# Xorg configuration created by system-config-display
 
Section "ServerLayout"
 Identifier     "Multihead layout"
 Screen      0  "Screen0" LeftOf "Screen1"
 Screen      1  "Screen1" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
 Option     "Xinerama" "off"
 Option     "Clone" "on"
EndSection
 
Section "Files"
 
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
 FontPath     "unix/:7100"
EndSection
 
Section "Module"
 Load  "dbe"
 Load  "extmod"
 Load  "fbdevhw"
 Load  "glx"
 Load  "record"
 Load  "freetype"
 Load  "type1"
 Load  "dri"
EndSection
 
Section "InputDevice"
#On saute toutes les lignes d'aides, et du clavier,sourie...
#Blablabla
 
Section "Monitor"
 
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 Identifier   "Monitor0"
 VendorName   "Monitor Vendor"
 ModelName    "Gateway VX900"
 DisplaySize  360 270
 ### Comment all HorizSync and VertSync values to use DDC:
 HorizSync    30.0 - 95.0
 VertRefresh  50.0 - 160.0
 Option     "dpms"
EndSection
 
Section "Monitor"
 Identifier   "Monitor1"
 VendorName   "Monitor Vendor"
 ModelName    "Monitor 1280x1024"
 ### Comment all HorizSync and VertSync values to use DDC:
 HorizSync    31.5 - 79.0
 VertRefresh  50.0 - 90.0
 Option     "dpms"
EndSection
 
Section "Device"
 Identifier  "Videocard0"
 Driver      "vesa"
 VendorName  "Videocard vendor"
 BoardName   "VIA Technologies, Inc. Unknown device 3230"
EndSection
 
Section "Device"
 Identifier  "Videocard1"
 Driver      "vesa"
 VendorName  "Videocard Vendor"
 BoardName   "Unknown device 4333:8811"
 BusID       "PCI:5:4:0"
 Screen      1
EndSection
 
Section "Screen"
 Identifier "Screen0"
 Device     "Videocard0"
 Monitor    "Monitor0"
 DefaultDepth     24
 SubSection "Display"
  Viewport   0 0
  Depth     16
  Modes    "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     24
  Modes    "1024x768" "800x600" "640x480"
 EndSubSection
EndSection
 
Section "Screen"
 Identifier "Screen1"
 Device     "Videocard1"
 Monitor    "Monitor1"
 DefaultDepth     24
 SubSection "Display"
  Viewport   0 0
  Depth     24
  Modes    "1024x768"
 EndSubSection
EndSection
 
Section "DRI"
 Group        0
 Mode         0666
EndSection
[quote]
Mais ma distrib ne lance pas le dual screen.
 
Pour info donc:
La carte intégré est une Via machin-chose Chrome9 et la carte que j'ai rajouté est en pci est une S3gx
 
Pourriez vous m'aidez s'il vous plait? :sweat:  
 
Je pense avoir tout écris,
Merci

Reply

Marsh Posté le 22-02-2007 à 19:58:37   

Reply

Marsh Posté le 23-02-2007 à 09:29:17    

Citation :


Section "Device"
 Identifier  "Videocard0"
 Driver      "vesa"
 VendorName  "Videocard vendor"
 BoardName   "VIA Technologies, Inc. Unknown device 3230"
BusID ????
EndSection


il manque ceci.
tu trouveras cette info grace à lspci ;)
quelle est ta distrib? il est parfois possible de configurer le second screen
en mode graphique, cela dépend des assistants qui sont installés.


Message édité par memaster le 23-02-2007 à 09:30:24
Reply

Marsh Posté le 23-02-2007 à 11:07:41    

Donc voilà, j'ai mis à jours les drivers et xorg.
Voici à qui ça ressemble maintenant:

Citation :


Section "Monitor"
 
 ### Comment all HorizSync and VertSync values to use DDC:
 Identifier   "Monitor1"
 VendorName   "Monitor Vendor"
 ModelName    "Fujitsu 151E"
 ### Comment all HorizSync and VertSync values to use DDC:
 HorizSync    30.0 - 54.0
 VertRefresh  50.0 - 120.0
 Option     "dpms"
EndSection
 
Section "Device"
 Identifier  "Videocard0"
 Driver      "vesa"
 VendorName  "Videocard vendor"
 BoardName   "VIA Technologies, Inc. Unknown device 3230"
EndSection
 
Section "Device"
 Identifier  "Videocard1"
 Driver      "s3"
 VendorName  "Videocard Vendor"
 BoardName   "S3 Inc. 86c764/765 [Trio32/64/64V+]"
 BusID       "PCI:5:4:0"
 Screen      1
EndSection
 
Section "Screen"
 Identifier "Screen0"
 Device     "Videocard0"
 Monitor    "Monitor0"
 DefaultDepth     24
 SubSection "Display"
  Viewport   0 0
  Depth     16
  Modes    "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     24
  Modes    "1024x768" "800x600" "640x480"
 EndSubSection
EndSection
 
Section "Screen"
 Identifier "Screen1"
 Device     "Videocard1"
 Monitor    "Monitor1"
 DefaultDepth     24
 SubSection "Display"
  Viewport   0 0
  Depth     24
  Modes    "1024x768"
 EndSubSection
EndSection
 
Section "DRI"
 Group        0
 Mode         0666
EndSection
 
 


 
Et je suis sous fedora core 6, ça marche très bien sinon sous LFS.
Et lorsque je le configure graphiqement, je fais:
http://img341.imageshack.us/img341/5779/screenshottx7.th.png
Mais ça me met automatiquement:
http://img341.imageshack.us/img341/9667/screenshot1vo3.th.png
qui est la carte intégré :/

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed