[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Auflösungen wechsel und Virtul Desktop



Nico Lehmann <Kingpin-@web.de> wrote:
> Also ich habe eine Standart Auflösung von 1280x960 wenn ich aber nun
> meinen TV-Out aktiviere und dabei auf 800x600 wechsele, habe ich das
> Problem das der Monitor zwar umstellt allerdings mein Desktop sich dem
> nicht anpaßt und stattdessen mir die Alte Größe zu verfügung stellt so
> das ständig an den Rändern scrollen muss und Filme im Follbild Modus zu
> schauen ist auch "schwierig"

> Es wär nett wenn mir jemand schreiben könnte ob ich das und wenn ja wie
> ich das ändern kann.

Nein, es geht nicht.

Du kannst allerdings am Ende von /etc/X11/XF86Config-4 nach "### END
DEBCONF SECTION" ein neues Layout definieren, das mit 800x600 laeuft,
und X mit 'startx -- -layout tvmode' _neu_ starten.

----/etc/X11/XF86Config-4----
### END DEBCONF SECTION
Section "Screen"
        Identifier      "TV"
        Device          "Matrox G400"
        Monitor         "Samsung 950p+"
        DefaultDepth    16
        SubSection "Display"
                Depth           8
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "tvmode"
        Screen          "TV"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection
--------------------------------
Fuer 'Section Screen' kopierst du einfach den gleichlautenden
Abschnitt von weiter oben und passt Identifier und Modes an.
                cu andreas



Reply to: