Using 1280x800 WXGA resolution on notebook

Rick Stevens rstevens at vitalstream.com
Wed May 12 20:06:37 UTC 2004


slukshides at comcast.net wrote:
> Hi All,
> 
> I have an eMachines M2105 notebook that has a 1280x800 WXGA display driven by an Intel 82852/82855 GM chip.  The Fedora installer, even test 3 of FC2, does not offer this resolution setting at install time.  Instead the display is run at 1024x768 with the hardware, I suppose, stretching the image to fill the screen.  Several suggestions I came across for using this resolution on other notebooks failed to work with the eMachines M2105.  Of course, eMachines was of absolutely no help.  The latest Knoppix also would not drive the screen at this resolution.
> 
> Does anyone else on this list have this machine?  Have you had success getting either the WXGA display resolution or the sound to work?
> 
> Also, is anyone aware if FC2 final will suppot WXGA?

FC1 already supports WXGA.  I'm running a Fujitsu Lifebook C2220 at
1400x1050.  The problem is in your XF86Config file and you probably
don't have the "HorizSync" or "VertRefresh" set properly.  For my
machine:

	Section "Monitor"
	        Identifier   "Monitor0"
	        VendorName   "Monitor Vendor"
	        ModelName    "LCD Panel 1400x1050"
	        HorizSync    31.5 - 90.0
	        VertRefresh  59.0 - 75.0
	        Option      "dpms"
	EndSection

and further on:

	Section "Screen"
	        Identifier "Screen0"
	        Device     "Videocard0"
	        Monitor    "Monitor0"
	        DefaultDepth     16
	        SubSection "Display"
	                Depth     16
	                Modes    "1400x1050" "1280x1024" "1280x960" "1152x864" 
"1024x768" "800x600" "640x480"
	        EndSubSection
	EndSection

And this is using the standard vesa driver.
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-    If Windows isn't a virus, then it sure as hell is a carrier!    -
----------------------------------------------------------------------





More information about the fedora-list mailing list