SC420 and Vesa driver in FC3

Matt Florido matt at floridonet.com
Sat Jan 29 03:12:13 UTC 2005


On Fri, January 28, 2005 12:19 am, Bruno Eteve said:
>
> I've set up the screen as "Generic CRT screen - 1280x1024 capable" during
> install process and have the following in my xorg.conf (I can use the
> 1280x1024 resolution - hope this will help) :
>
> Section "Monitor"
>          Identifier   "Monitor0"
>          VendorName   "Monitor Vendor"
>          ModelName    "Monitor 1280x1024"
>          HorizSync    31.5 - 79.0
>          VertRefresh  50.0 - 90.0
>          Option      "dpms"
> EndSection
>
> Section "Device"
>          Identifier  "Videocard0"
>          Driver      "vesa"
>          VendorName  "Videocard vendor"
>          BoardName   "VESA driver (generic)"
> EndSection
>
> Section "Screen"
>          Identifier "Screen0"
>          Device     "Videocard0"
>          Monitor    "Monitor0"
>          DefaultDepth     24
>          SubSection "Display"
>                  Viewport   0 0
>                  Depth     16
>                  Modes    "800x600" "640x480"
>          EndSubSection
>          SubSection "Display"
>                  Viewport   0 0
>                  Depth     24
>                  Modes    "1280x1024" "1280x960" "1152x864" "1024x768"
> "800x600"
> "640x480"
>          EndSubSection
> EndSection
>

Thank you for the tip.  I got it to work with this config:

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor 1280x1024"
        HorizSync    31.5 - 79.0
        VertRefresh  50.0 - 90.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
        VendorName  "Videocard vendor"
        BoardName   "VESA driver (generic)"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"




More information about the users mailing list