PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [x.org] VGA Ausgang an Notebook mit anderer Auflösung laufen lassen?



~Gh05t~
28.06.05, 13:13
Hi all,
ich habe ein Notebook mit einer recht hohen Bildschirmauflösung im Breitbildformat (1680*1050 Pixel).
Nun ist es mir neulich passiert, dass ich mein Notebook an einen Beamer klemmen sollte um einem Kunden etwas zu präsentieren.
Naja, da war ich schon am Ende, keine Chance. Wenn man einen Beamer mit der Auflösung füttert kommt nur noch bunter Müll vorne raus.

Dann habe ich versucht, generell die Auflösung zu verringern. Auch keine Chance, egal wie ich an der xorg.conf rumgebastelt habe, die Auflösung war dieselbe.

Wie mache ich das? Am liebsten wäre mir, wenn beides gehen würde (mein Notebookdisplay + VGA-Out), und zwar mit verschiedenen Auflösungen (Dualhead quasi).
Das stelle ich mir jedoch etwas schwierig vor, da der Beamer ja kein Widescreen-Format hat. Also wäre es mir auch recht, wenn man einfach auf den VGA-Ausgang umschalten kann (das Display deaktiviert oder verzerrt dargestellt wird). Vor allem möchte ich nicht immer wenn ich das umstellen will per Hand die xorg.conf editieren und den x-server neustarten.
Ich habe nur keine Ahnung wie ich das mache, ich steige in der xorg.conf nicht so durch. Das Thema wurde zwar in diesem Forum schon angeschnitten, jedoch nicht wirklich gelöst.

Ich habe Ubuntu 5.04 mit x.org drauf, in dem Notebook hab ich ne ATI x600 Mobility mit fglrx treiber drin.
Hier ist meine xorg.conf:


Section "Files"
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "GLcore"
Load "glx"
Load "dri"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X600 (M24)"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "UseInternalAGPGART" "no"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
BusID "PCI:3:0:0"
Option "BusType" "PCIE"
Option "MonitorLayout" "LVDS,TMDS"
EndSection

Section "Monitor"
Identifier "Standardbildschirm"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility X600 (M24)"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
# Hier habe ich auch schon andere Auflösungen eingegeben, hilft aber nix.
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection


Danke für eure hilfe