#1 Le 04/03/2007, à 16:18
- fazer
dual screen sous intel 945 au secours!!!
salut
je possede un portable acer 5611 avec le chip intel gma 950
je suis parvenu grace à ce forum a mettre mon ecran en 1280x800.
maintenant j'essai de faire un dual screen pour avoir 2 bureau separé et la galère!!!
je post mon xorg en esperant que vous pourrai trouver ce qui cloche car x ne redemarre plus,
merci d'avance
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
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 "0Intel Corporation Mobile Integrated Graphics Controller"
Driver "i810"
Screen 0
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "1Intel Corporation Mobile Integrated Graphics Controller"
Driver "i810"
Screen 1
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "tv"
Driver "i810"
Option "MonitorLayout" "TV,LFP"
Option "TVStandart" "Pal-B"
Option "TVOutFormat" "SVIDEO" # "COMPOSITE"
Option "ConnectedMonitor" "TV"
Screen 1
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 15-80
VertRefresh 50-100
Option "DPMS"
EndSection
Section "Monitor"
Identifier "tv"
HorizSync 30-50
VertRefresh 60
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "0Intel Corporation Mobile Integrated Graphics Controller"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "1Intel Corporation Mobile Integrated Graphics Controller"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "960x540"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "960x540"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "960x540"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "960x540"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "960x540"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "960x540"
EndSubSection
EndSection
Section "Screen"
Identifier "tv"
Device "tv"
Monitor "tv"
DefaultDepth 24
SubSection "Display"
Depth 24
modes "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Basic Layout"
Screen 0 "Screen0"
Screen 1 "Screen 1" RightOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#2 Le 04/03/2007, à 17:32
- Yaen
Re : dual screen sous intel 945 au secours!!!
une doc : http://doc.ubuntu-fr.org/materiel/multi-ecran
un fil : http://forum.ubuntu-fr.org/viewtopic.php?id=48190
un exemple:
Section "Device"
Identifier "intel0"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
VideoRam 131072
Screen 0
Option "DevicePresence" "true"
EndSection
Section "Device"
Identifier "intel1"
Driver "i810"
BusID "PCI:0:2:0"
Screen 1
Option "DevicePresence" "true"
EndSection
Section "Monitor"
Identifier "builtin"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "external"
Option "DPMS"
EndSection
Section "Screen"
Identifier "builtinlcd"
Device "intel0"
Monitor "builtin"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x768"
EndSubSection
Dernière modification par Yaen (Le 04/03/2007, à 17:33)
Je joue à HL2, CSS, Stalker... avec mon pingouin d'amour.
Hors ligne
#3 Le 03/05/2007, à 10:13
- david2b
Re : dual screen sous intel 945 au secours!!!
je veux acheter le même. Tu veux bien nous résumer ce qui fonctionne ou ne fonctionne pas sur ce laptop ? Ou alors renseigner la page ici : http://doc.ubuntu-fr.org/materiel/liste_portables/acer
merci!
Ubuntu Gnome 18.04
bépo-typematrix
Registered Linux User #45312.
Hors ligne