View previous topic :: View next topic |
Author |
Message |
MARACHE n00b
Joined: 18 Jun 2004 Posts: 35
|
Posted: Tue Aug 26, 2008 12:10 pm Post subject: [multihead] avec intel i810 (partiellement résolu) |
|
|
Bonjour,
j'ai un portable sonySZ4 avec 2 cartes vidéo une intel i810 et une nvidia. J'ai besoin d'utiliser mon portable avec deux écrans (celui du portable et un Samsung 100x900), une application sur chacun. Je préfère 2 écrans indépendants mais un bureau réparti sur les 2 écrans convient aussi. Je réalise cela sans difficulté avec la carte nvidia mais le problème c'est que cela oblige le portable à fonctionner à fond de façon ininterrompue car en mode SPEED et le module nvidia est incompatible avec hibernate qui m'est indispensable. Aussi j'ai essayé en vain d'avoir mes deux écrans avec la carte intel. J'aurais voulu savoir si c'est possible et en cas de réponse positive, comment modifier mon xorg.conf. Voici celui que j'ai essayé:
Section "Module"
# This loads the DBE extension module.
Load "i2c"
Load "dbe"
Load "dri"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/Type1
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
# Option "Xinerama" "true"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr-latin9"
Option "AutoRepeat" "500 30"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "generic_monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Samsung"
Option "DPMS"
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "generic_video_card"
Driver "i810"
BusID "PCI:0:2:0"
Screen 0
Option "XAANoOffscreenPixmaps" "true"
Option "Clone" "false"
Option "DRI" "true"
Option "MonitorLayout" "CRT,LFP"
EndSection
Section "Device"
Identifier "intel2"
Driver "i810"
Option "Clone" "false"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
BusID "PCI:0:2:0"
Screen 1
Option "MonitorLayout" "CRT,LFP"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen0"
Device "generic_video_card"
Monitor "generic_monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x800"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "intel2"
Monitor "Samsung"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1440x900"
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0"
Screen "Screen1" LeftOf "Screen0"
InputDevice "Mouse1"
InputDevice "Keyboard1"
# Option "Xinerama" "on"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
En vous remerciant,
Etienne
Last edited by MARACHE on Wed Aug 27, 2008 9:04 am; edited 1 time in total |
|
Back to top |
|
|
MARACHE n00b
Joined: 18 Jun 2004 Posts: 35
|
Posted: Wed Aug 27, 2008 9:03 am Post subject: |
|
|
Partiellement résolu. Malgrès de nombreux essais, je ne suis pas arrivé à faire 2 sorties (2 sections Screen dans le xorg.conf). Par contre j'arrive à avoir une sortie répartie sur les deux écrans avec xrandr en suivant les indications données ici:
http://www.nabble.com/Dual-head-on-i810-driver----almost-works-td10294603.html
Si quelqu'un sait s'il est possible d'avoir les deux écrans indépendants j'aimerais connaître la réponse. La carte est une Intel GMA 950.
Merci
Etienne |
|
Back to top |
|
|
|
|
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
|
|