Bonjour a tous,
J’ai un portable qui tourne sous debian 64bits.
Aucun probleme pour l’instant, sauf en ce qui concerne l’affichage.
J’ai un ecran plat que je n’arrive pas a faire fonctionner avec la config actuelle :
Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 30-82
VertRefresh 50-85
EndSection
Section "Monitor"
Identifier "laptop"
HorizSync 31.5-91.1
VertRefresh 20-60
Option "DPMS"
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
Option “VBERestore” "no"
Screen 0
EndSection
Section "Device"
Identifier "LCD"
Driver "radeon"
BusID "PCI:1:0:0"
VideoRam 65536
Option “VBERestore” "true"
Option “MonitorLayout” "TMDS"
Option “DevicePresence” "yes"
Screen 1
EndSection
Section "Screen"
Identifier "LCD"
Device "LCD"
Monitor "LCD"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 1
EndSubsection
EndSection
Section "Screen"
Identifier "laptop"
Device "laptop"
Monitor "laptop"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes “1400x1050” “1280x1024” “1024x768” “800x600” "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes “1400x1050” “1280x1024” “1024x768” “800x600” "640x480"
ViewPort 1 0
EndSubsection
Subsection "Display"
Depth 24
Modes “1400x1050” "1280x1024"
ViewPort 0 0
EndSubsection
EndSection
**********************************************************************
ServerLayout sections.
**********************************************************************
Section "ServerLayout"
Identifier "Simple Layout"
Screen 1 "LCD"
Screen 0 “laptop” RightOf "LCD"
InputDevice “Mouse1” "CorePointer"
InputDevice “Keyboard1” “CoreKeyboard”
EndSection
Section "DRI"
Mode 0666
EndSection
Dans la rubrique ServerLayout, j’ai teste differentes config, LeftOf, Clone etc … L’option Clone ne fonctionne pas, et que ce soit left ou right rien ne change, je n’arrive a faire fonctionner que l’ecran du portable.
Une idee ?
Merci