[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: SC420 and Vesa driver in FC3
- From: "Matt Florido" <matt floridonet com>
- To: fedora-list redhat com
- Subject: Re: SC420 and Vesa driver in FC3
- Date: Fri, 28 Jan 2005 19:12:13 -0800 (PST)
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"
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]