[MDK 9.2] Configuration d'un Dual screen ?

Configuration d'un Dual screen ? [MDK 9.2] - Installation - Linux et OS Alternatifs

Marsh Posté le 07-02-2004 à 16:27:50    

Salut !
 
j'aimerais faire du dual screen sous une mdk 9.2, comme matos j'ai une radeon 9700 pro.
 
J'aimerais savoir déjà si c'est possible et ensuite comment faire svp ?
 
Merci

Reply

Marsh Posté le 07-02-2004 à 16:27:50   

Reply

Marsh Posté le 20-03-2004 à 14:36:19    

up

Reply

Marsh Posté le 20-03-2004 à 14:44:46    

c pas possible on dirait :P
j vais tenter l'install de la mandrake 10.0 cet aprem, j ai vu que y avait des drivers ati, peut etre que ca marchera comme ca !

Reply

Marsh Posté le 20-03-2004 à 14:46:48    

C'est possible : faut installer les pilotes ATI proprio (il y a une option ds fglrxconfig), puis éventuellement, fignoler le fichier XF86Config-4 à la main ;).

Reply

Marsh Posté le 20-03-2004 à 16:22:38    

bon et bien super tentative d install de la mandrake...
 
pour le dual screen tjs pas par défaut, et pas possible d'aller chopper les drivers ati sans le net.
 
En effet, pas moyen de creer une connection pppoe, et la carte réseau impossible a activer au démarrage.
 
Et le mieux du mieux, quasi aucun de mes hdd sata n'est détecté.
oki j'ai pas cherché longtemps mais bon ...

Reply

Marsh Posté le 22-03-2004 à 09:50:35    

t'a pas un multiboot vers kp pour telechargé les pilotes ati ?
 
j'ai le meme pb avec une radeon 9600 (meme pilote)et pas mayen d'avoir une bonne config par le fglrxconfig
 
quelqu'un aurait il un XF86config en exemple ??

Reply

Marsh Posté le 22-03-2004 à 11:07:14    

pas besoin de driver proprio, il suffit d ajouter des section device et screen et en bas du fichier specifier kel ecran est positiner par rapport a l autre

Citation :

Section "Device"
 
      Identifier "Generic Video Card"
      Driver "radeon"
      Option "UseFBDev" "false"
      BusID "PCI:1:0:0"
      Screen 0
 
EndSection
 
Section "Device"
 
      Identifier "Generic Video Card 2"
      Driver "radeon"
      Option "UseFBDev" "false"
      BusID "PCI:1:0:0"
      Screen 1
 
EndSection
 
Puis on déclare deux configurations de moniteurs :
 
Section "Monitor"
 
      Identifier "Generic Monitor"
      HorizSync 28-50
      VertRefresh 43-75
      Option "DPMS"
 
EndSection
 
Section "Monitor"
 
      Identifier "Generic Monitor 2"
      HorizSync 28-60
      VertRefresh 43-100
      Option "DPMS"
 
EndSection
 
On déclare deux configurations pour les résolutions :
 
Section "Screen"
 
      Identifier "Default Screen"
      Device "Generic Video Card"
      Monitor "Generic Monitor"
      DefaultDepth 16
 
      SubSection "Display"
            Depth 1
            Modes "1280x1024" "800x600" "640x480"
      EndSubSection
 
      SubSection "Display"
            Depth 4
            Modes "1280x1024" "800x600" "640x480"
      EndSubSection
 
      SubSection "Display"
            Depth 8
            Modes "1280x1024" "800x600" "640x480"
      EndSubSection
 
      SubSection "Display"
            Depth 15
            Modes "1280x1024" "800x600" "640x480"
      EndSubSection
 
      SubSection "Display"
            Depth 16
            Modes "1280x1024" "1024x768" "800x600" "640x480"
      EndSubSection
 
      SubSection "Display"
            Depth 24
            Modes "1280x1024" "800x600" "640x480"
      EndSubSection  
 
EndSection
 
Section "Screen"
 
      Identifier "Default Screen 2"
      Device "Generic Video Card 2"
      Monitor "Generic Monitor 2"
      DefaultDepth 16
 
      SubSection "Display"
            Depth 1
            Modes "1280x1024" "800x600" "640x480"
      EndSubSection
 
      SubSection "Display"
            Depth 4
            Modes "1280x1024" "800x600" "640x480"
      EndSubSection
 
      SubSection "Display"
            Depth 8
            Modes "1280x1024" "800x600" "640x480"
      EndSubSection
 
      SubSection "Display"
            Depth 15
            Modes "1280x1024" "800x600" "640x480"
      EndSubSection
 
      SubSection "Display"
            Depth 16
            Modes "1024x768" "800x600" "640x480"
      EndSubSection
 
      SubSection "Display"
            Depth 24
            Modes "1280x1024" "800x600" "640x480"
      EndSubSection  
 
EndSection
 
 
Et enfin l'astuce du siècle, à la fin du fichier de config :
 
Section "ServerLayout"
 
      Identifier "Default Layout"
      Screen "Default Screen"
      Screen "Default Screen 2" RightOf "Default Screen"
      InputDevice "Generic Keyboard"
      InputDevice "Configured Mouse"
      InputDevice "Generic Mouse"  
 
EndSection
 
Et voilà, ça doit marcher...


Message édité par Benenuts78 le 22-03-2004 à 11:09:04
Reply

Marsh Posté le 22-03-2004 à 13:27:33    

oki merci je vais tester ca.

Reply

Marsh Posté le 23-03-2004 à 10:41:33    

tu dis ca ca  marche. moi j avais fais avec 2 carte graphique et ca fonctionnait

Reply

Sujets relatifs:

Leave a Replay

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