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

Re: SuSE Neuling sucht YaST für Debian



On 22.05.09 15:43:58, Andreas Pakulat wrote:
> On 22.05.09 15:22:29, Daniel Bauer wrote:
> > From: "Magnus Heinz"
> >> Am 22.05.2009 12:18 schrieb Daniel Bauer <mlist@dsb-gmbh.de>:
> >>> Einstellungen für den XServer / Auflösung / Farben usw.
> >>> - dpkg-reconfigure xserver-xorg habe ich schon probiert
> >>
> >> vi /etc/X11/xorg.conf
> >
> > das ist hart, gibt es keine Möglichkeit die Konfig erstellen zu lassen 
> > (wie SAX), woher soll ich die ModeLine Einträge und den restl Teil für 
> > die Hardware denn bekommen ...
> 
> Mit halbwegs aktueller Hardware brauchst du weder modeline noch sonstwas.
> Tatsaechlich sollte der XServer aus dem aktuellen stable voellig ohne
> xorg.conf auskommen. Selbst wenn er dabei nicht die passende Aufloesung
> waehlt ist das recht schnell auch ohne Modeline zusammengesucht (Stichwort
> SubSection Display und Virtual). Ich haenge mal meine an (die ist fuer ein
> 2 Monitor-System, einer laeuft auf 1920x1200 der andere bei 1400x1050).

Und hier ist auch die Datei.

Andreas

-- 
Try to value useful qualities in one who loves you.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"cherryblueb"
	Option		"XkbLayout"	"en"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
        Option          "Device" "/dev/input/mice"
        Option          "Sensivity" "0.6"
        Option          "CorePointer" "true"
        Option          "Protocol" "ExplorerPS/2"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Option		"SWcursor" "true"
        Option          "Monitor-VGA_1" "VGA Monitor"
        Option          "Monitor-DVI-I_1/digital" "DVI Monitor"
EndSection

Section "Monitor"
	Identifier	"VGA Monitor"
        Option          "LeftOf" "DVI Monitor"
        Option          "PreferredMode" "1400x1050"
EndSection

Section "Monitor"
        Identifier      "DVI Monitor"
        Option          "RightOf" "VGA Monitor"
        Option          "PreferredMode" "1920x1200"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"VGA Monitor"
        SubSection "Display"
            Virtual 3320 1200
        EndSubSection

EndSection

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



Reply to: