#1 Le 26/07/2007, à 09:51
- petitricola
Intel 945gm et sortie svideo (xorg.conf inside)
Salut à tous,
J'ai un portable sous linux et je souhaiterai utiliser la sortie svideo. J'ai suivi quelques exemples de fichiers de conf xorg sur internet et sur ce forum.
Voilà mon xorg.conf actuel:
# startx -- -layout Tv
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
Section "Module"
Load "glx"
Load "record"
Load "dri"
Load "xtrap"
Load "extmod"
Load "GLcore"
Load "dbe"
Load "type1"
Load "freetype"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/freefonts/"
FontPath "/usr/share/fonts/ttf-bitstream-vera/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "ch"
Option "XkbVariant" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "VertScrollDelta" "20"
Option "VertEdgeScroll" "on"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "Monitor0"
VendorName "CMO"
ModelName "1524"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
EndSection
Section "Monitor"
### Monitor for TV-Out Config
Identifier "TV"
HorizSync 30-50 # be modified to fit with your TV
VertRefresh 60 # be modified to fit with your TV
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
##Default device
Identifier "Device0"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
##Device for monitor0
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Option "DRI" "true"
Option "DDCMode" "True"
Option "MonitorLayout" "TV,LFP"
Option "DevicePresence" "true"
BusID "PCI:0:2:0"
Screen 0
EndSection
Section "Device"
### Device for TV-Out Config
Identifier "TV"
Driver "i810"
Option "DDCMode" "True"
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "SVIDEO"
Option "DevicePresence" "true"
BusID "PCI:0:2:0"
Option "CursorShadow" "true" # not necessary but cool
Screen 1
Option "ConnectedMonitor" "TV"
Option "MonitorLayout" "TV,LFP"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
### TV-Out for TV-Out Config
Section "Screen"
Identifier "Tv0"
Device "TV"
Monitor "TV"
DefaultDepth 24
Subsection "Display"
ViewPort 0 0
Modes "1280x800" "800x600" "640x480"
Depth 24
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "Tv"
Screen 0 "Screen0"
Screen 1 "Tv0" LeftOf "Screen0"
Option "Clone" "on"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "xinerama"
Screen 0 "Screen0"
Screen 1 "Tv0" LeftOf "Screen0"
Option "Clone" "on"
Option "Xinerama" "true"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
##
#
#
#
##
Section "DRI"
Mode 0666
EndSection
En gros j'ai trois layout, un par défault, un pour la tv en dual screen, et un pour tester xinerama.
-la config Tv démarre correctement, j'ai un bureau sur le portable et ma souris peut partir à gauche de l'écran, mais sur la tv rien.
A peu près pareil pour xinerama, pas d'affichage sur la tv.
Je crois que la sortie utilisée est mauvaise. Pourtant c'est bien SVIDEO? non?
Peut être que mon problème vient du MonitorLayout utilisé??
help me please.
merci.
-
petitricola
-
Hors ligne
#2 Le 08/08/2007, à 18:02
- petitricola
Re : Intel 945gm et sortie svideo (xorg.conf inside)
Toujours pas d'idées?
De mon côté j'ai essayé beaucoup de variantes de xorg sans réel changements (
Je suis entrain de me demander si la sortie SVIDEO est fonctionnelle, y-a-t-il un moyen de le vérifier?
(sans installer windows )
-
petitricola
-
Hors ligne
#3 Le 22/08/2007, à 11:29
- Bantegnie
Re : Intel 945gm et sortie svideo (xorg.conf inside)
Avec mon DELL Inspiron 6000 cela fait trois jours que je triture le xorg.conf mais pas d'image sur la télé par la sortie SVIDEO.
J'avais cru trouver la solution en mettant BusID "PCI:0:2:1" car avec XP la sortie SVIDEO fonctionne (en noir et blanc ?) et les paramètres de cette sortie sont 0:2:1
Avec les touches "Fn" F8 je peux sous XP et Ubuntu passer de l'écran du portable à un deuxième écran par la sortie VGA
Avec ces mêmes touches je peux faire pareil vers une télé avec la sortie SVidéo avec XP mais pas avec Ubuntu
Je vais finir par croire que sous Ubuntu cette sortie Svideo n'est pas utilisable. C'est pas grave car sous XP cette sortie est en noir et blanc et de très mauvaise qualité, alors...
René