www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

XF86Config.patch (940B)


      1 --- /mnt/etc/X11/XF86Config.bak	2018-04-18 23:28:50.000000000 +0200
      2 +++ /mnt/etc/X11/XF86Config	2018-04-18 23:29:01.000000000 +0200
      3 @@ -396,21 +396,31 @@
      4  Section "Screen"
      5      Driver "fbdev"
      6      Device      ""
      7      Monitor     "Generic|SVGA haute fréquence, 1024x768 à 70 Hz"
      8      DefaultColorDepth 16
      9      Subsection "Display"
     10          Depth       8
     11          Modes       "default"
     12          ViewPort    0 0
     13      EndSubsection
     14      Subsection "Display"
     15          Depth       15
     16          Modes       "default"
     17          ViewPort    0 0
     18      EndSubsection
     19      Subsection "Display"
     20          Depth       16
     21          Modes       "default"
     22          ViewPort    0 0
     23      EndSubsection
     24 +    Subsection "Display"
     25 +        Depth       24
     26 +        Modes       "default"
     27 +        ViewPort    0 0
     28 +    EndSubsection
     29 +    Subsection "Display"
     30 +        Depth       32
     31 +        Modes       "default"
     32 +        ViewPort    0 0
     33 +    EndSubsection
     34  EndSection