men
det fungere fint når jeg bruger extern skærm uden at bruge min computers skærm
men når jeg så bruge dual skærm så bliver outputtet til projektoren indstillet til for få hertz (det får det der zig zag billede som vi kendte så godt i gamle dage når man kørte med 56 hz opdatering af skærmbilledet.)
hvordan får jeg computeren til at køre 60 Hz ud på den externe udgang??
min computer er en r50e centrino 1,7
http://www.thinkwiki.org/wiki/Category:R50e
Jeg har fundet følgende sted på nettet, som jeg tror har noget med sagen at gøre, men jeg er ikke sikker
http://www.thinkwiki.org/wiki/Talk:Inst ... nkPad_R50e
Min xorg.conf (kun det grafik relevante)
Section "Device"
Identifier "Intel Corporation 82852/855GM Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
Option "XAANoOffscreenPixmaps" "true"
Option "tripleBuffer" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "true"
EndSection