Le xorg.conf, si ça peut aider, mais apparemment quoi que je change dedans, ça ne change rien au comportement du système (ce qui est bizarre) :
[size=85][code]Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 “Screen0” 0 0
InputDevice “Mouse0” "CorePointer"
InputDevice “Keyboard0” "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "record"
Load "dri2"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option “Protocol” "auto"
Option “Device” "/dev/input/mice"
Option “ZAxisMapping” "4 5 6 7"
EndSection
Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz"
### [arg]: arg optional
#Option “AccelMethod” # []
#Option “DRI” # []
#Option “ColorKey” #
#Option “VideoKey” #
#Option “FallbackDebug” # []
#Option “Tiling” # []
#Option “Shadow” # []
#Option “SwapbuffersWait” # []
#Option “XvMC” # []
#Option “XvPreferOverlay” # []
#Option “DebugFlushBatches” # []
#Option “DebugFlushCaches” # []
#Option “DebugWait” # []
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GME Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option “LVDS1” "Akoya"
Option “VGA1” "Akios"
EndSection
Section "Monitor"
Identifier "Akoya"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option “PreferredMode” "1024x600"
Option “Position” "0 0"
EndSection
Section "Monitor"
Identifier "Akios"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option “PreferredMode” "800x600"
Option “position” "1024 0"
Option “RightOf” "Akoya"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Akoya"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection[/code][/size]
Voici le résultat de la commande xrandr -q quand la tv est branchée :
[size=85]xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 4096 x 4096
VGA1 connected (normal left inverted right x axis y axis)
1360x768 59.8
1024x768 60.0
800x600 60.3 56.2
848x480 60.0
640x480 59.9 59.9
LVDS1 connected 1024x600+0+0 (normal left inverted right x axis y axis) 222mm x 130mm
1024x600 60.0*+
800x600 60.3 56.2
640x480 59.9[/size]
Et enfin le contenu de $/.config/monitors.xml :
[size=85]cat monitors.xml
<monitors version="1">
<configuration>
<clone>no</clone>
<output name="VGA1">
</output>
<output name="LVDS1">
<vendor>CPT</vendor>
<product>0x04c4</product>
<serial>0x00000000</serial>
<width>1024</width>
<height>600</height>
<rate>60</rate>
<x>0</x>
<y>0</y>
<rotation>normal</rotation>
<reflect_x>no</reflect_x>
<reflect_y>no</reflect_y>
<primary>no</primary>
</output>
</configuration>
<configuration>
<clone>no</clone>
<output name="VGA1">
<vendor>???</vendor>
<product>0x0000</product>
<serial>0x00000000</serial>
</output>
<output name="LVDS1">
<vendor>CPT</vendor>
<product>0x04c4</product>
<serial>0x00000000</serial>
<width>1024</width>
<height>600</height>
<rate>60</rate>
<x>0</x>
<y>0</y>
<rotation>normal</rotation>
<reflect_x>no</reflect_x>
<reflect_y>no</reflect_y>
<primary>no</primary>
</output>
</configuration>
</monitors>[/size]
J’ai édité ce fichier, mais ça n’a rien donné non plus.
Tous les conseils sont les bienvenus.
Une idée ?