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

[Debian] seltsame Farbdarstellung seit XFree 4



Hallo,

ich habe gerade mit den *deb's von Charl P. Botha mein Potato auf XFree
4.1.0 gebracht. Das lief im Grunde recht problemlos, sogar der berühmte
Link war da. Allerdings hat das Erstellen von XF86Config-4 nicht
geklappt (wie auch im README angedroht), aber auch mit xf86config gab es
Probleme. Und zwar hat er als Default-Farbtiefe 1 angegeben, obwohl da
gar keine Display-Section dafür da war.

Ich habe dann die 1 zu einer 8 gemacht, jetzt läuft alles wieder,
allerdings mit zwei seltsamen Sachen:

- Statt eines tiefblauen Hintergrundes habe ich jetzt einen tiefroten -
mir will scheinen, rot liegt über dem Blau, denn kurz war blau zu sehen.

- gemischte Farben sind extrem pixelig, z.B die braune Farbe, mit der
WMaker aktive Fenster kennzeichnet, und es scheint ein bisschen zu
flimmern. Ich habe einen LCD-Bildschirm, und die Einstellungen sind alle
aus der alten XF86Config übernommen.

Außerdem wundert mich, dass die Zeile mit dem Grafikkartenspeicher von
xf86config in der neuen Datei zwar eingetragen, aber auskommentiert
wurde. 

Weiß jemand Rat? Die alte und die neue Config-Datei hänge ich unten an
(alle Kommentar- und Leerzeilen rausgegreppt).

Ach, noch was: Ctrl+Alt+ "+" sollte doch die Farbtiefe erhöhen, "-"
erniedrigen. Ich kriege aber bei + ein + geschrieben, - löscht wortweise
oder so ähnlich. Hä?


TIA, Frank


Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/Speedo"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
   Protocol        "Standard"
   XkbRules        "xfree86"
   XkbModel        "pc105"
   XkbLayout       "de"
   XkbVariant	   "nodeadkeys"
EndSection
Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/psaux"
   Resolution      100
   Buttons         3
EndSection
Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5-37.9
   VertRefresh     55-90
   Modeline  "800x600"    40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
EndSection
Section "Device"
   Identifier      "Primary Card"
   VendorName      "Unknown"
   BoardName       "Trident Cyber 9385 (generic)"
EndSection
Section "Screen"
   Driver          "Accel"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 8
   SubSection "Display"
      Depth        8
      Modes        "800x600"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "800x600"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "800x600"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "800x600"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "800x600"
   EndSubSection
EndSection
Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 16 
   SubSection "Display"
      Depth        8
      Modes        "800x600"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "800x600"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "800x600"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "800x600"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "800x600"
   EndSubSection
EndSection
Section "Screen"
   Driver          "VGA16"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        4
      Modes        "800x600"
   EndSubSection
EndSection
Section "Screen"
   Driver          "VGA2"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        1
      Modes        "800x600"
   EndSubSection
EndSection
Section "Screen"
   Driver          "Mono"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        1
      Modes        "800x600"
   EndSubSection
EndSection
Section "Module"
    SubSection  "extmod"
    EndSubSection
    Load        "type1"
    Load        "freetype"
EndSection
Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    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"	"pc105"
    Option "XkbLayout"	"de"
    Option "XkbVariant"	"nodeadkeys"
EndSection
Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
EndSection
Section "Monitor"
    Identifier  "lcd-monitor"
    HorizSync   31.5 - 37.9
    VertRefresh 55-90
EndSection
Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver     "vga"
EndSection
Section "Device"
    Identifier  "Trident Cyber 9385 (generic)"
    Driver      "trident"
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "Trident Cyber 9385 (generic)"
    Monitor     "lcd-monitor"
    DefaultDepth 8
    Subsection "Display"
        Depth       8
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "640x480" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Reply to: