Re: Aenderung der Aufloesung in /etc/X11/XF86Config

From: Oliver Fromme <olli(at)secnetix.de>
Date: Thu, 25 Oct 2001 21:31:20 +0200 (CEST)

Timo Schmidt <xomit(at)freeshell.org> wrote:
> nachdem ich am Freitag das ALDI-Sued Notebook erstanden habe

Gute Wahl. Ich habe das Vorgängermodell, das im Mai ange-
boten wurde. Ein paar MHz und Mbyte weniger (habe aber
meins derweil auch auf 256 Mbyte aufgerüstet; RAM kostet
ja fast nichts mehr), ist aber ansonsten identisch von der
Ausstattung, auch die Graphik.

> DefaultColorDepth 16

Ich habe »DefaultDepth 24«. 16 finde ich unbefriediegend,
und warum sollte man sich damit zufriedengeben, wenn das
Ding »echtes« Truecolor kann. ;-)

> [...]
> Kann mir jemand einen Tipp geben, an welcher Stelle ich in diesem
> Zusammenhang noch etwas einstellen kann?

Ich habe einfach mal meine (einwandfrei funktionierende)
/etc/X11/XF86Config unten angehängt. Die habe ich mit
xf86config generiert und dann manuell nachbearbeitet.
Vergleich mal mit Deiner, oder übernimm sie einfach.
Kommentare habe ich aus Platzgründen entfernt; das Ganze
ist ja ohnehin in der XF86Config(5) manpage dokumentiert.

Übrigens, auch die XVideo-Extension für Playback von MPEGs,
AVIs (auch DivX) und DVDs in fullscreen funktioniert damit
einwandfrei.

> % dmesg | grep S3
> pci1: <S3 model 8c10 graphics accelerator> at 0.0 irg 9

Sieht bei mir exakt genauso aus.

Gruß
   Olli

===========================================================

Section "Module"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
      Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "type1"
    Load "freetype"
EndSection

Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "/usr/X11R6/lib/X11/fonts/local/"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc101"
    Option "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "MouseSystems"
    Option "Device" "/dev/sysmouse"
    Option "Emulate3Buttons"
EndSection

Section "Monitor"
    Identifier "My Monitor"
    HorizSync 31.5 - 57.0
    VertRefresh 50-70
EndSection

Section "Device"
    Identifier "S3 Savage/MX"
    VendorName "S3/ASUS/Medion"
    BoardName "ASUS L8400K"
    Driver "savage"
    VideoRam 8192
EndSection

Section "Screen"
    Identifier "Screen 1"
    Device "S3 Savage/MX"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
        Depth 8
        Modes "1024x768"
        ViewPort 0 0
    EndSubsection
    Subsection "Display"
        Depth 16
        Modes "1024x768"
        ViewPort 0 0
    EndSubsection
    Subsection "Display"
        Depth 24
        Modes "1024x768"
        ViewPort 0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

===========================================================

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.
"All that we see or seem is just a dream within a dream" (E. A. Poe)
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 25 Oct 2001 - 21:31:21 CEST

search this site