Solution probable : deux section screen

#
# screen section for an nvidia AGP card
#
Section "Screen"
    Identifier "Screen AGP"
    Device      "NV AGP"
    Monitor     "MyMonitor"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x400"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection

EndSection

#
# screen section for a PCI card
#
Section "Screen"
    Identifier "Screen INBOARD"
    Device      "inboardchip"
    Monitor     "MyMonitor"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x400"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

#
# 2 cards, non twinview
#
Section "ServerLayout"
    Identifier  "Both"
    Screen      "Screen AGP" #carte nvidia
    Screen      "Screen INBOARD" LeftOf "Screen AGP" #chip integre
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

autre chose avec le driver vesa tu ne profite aucunement des optimisation de la carte, je te conseil les drivers nvidia packagés (au pire, nvidia fournit un binaire d'installation)

il faut que dans ta section device tu configures les cartes NV AGP (nvidia) et inboardchip (chip integre)

je ne promet rien.... (j'ai jamais testé) mais ca doit etre aproximativement ca ;) à toi de paufiné

Erwann


philippe L a écrit :
[...]

Répondre à