[TriLUG] 1440x900 resolution in Dapper

David McDowell turnpike420 at gmail.com
Wed Oct 18 00:04:01 EDT 2006


This stuff seems no more strange I think than what Kevin helped me
figure out with my Samsung 50" DLP as a 16x9 VGA monitor... which of
course says its VGA resolution was only 1024x768, well, we showed it
who's boss!!  BZflag ROCKS on there!!  Here's the important bits we
added to my xorg.conf and below that a link to the entire file for
those who are super curious:

#Note the "modeline" line below should not word wrap in case email causes it to

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1024x768"
	HorizSync    31.5 - 48.5
	VertRefresh  40.0 - 70.0
	Option	    "dpms"

	# 1280x720 @ 60.00 Hz (GTF) hsync: 44.76 kHz; pclk: 74.48 MHz
	Modeline "1280x720_60.00" 74.48 1280 1336 1472 1664 720 721 724 746
-HSync +Vsync
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	VendorName  "Videocard vendor"
	BoardName   "NVIDIA GeForce 4 (generic)"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1280x720_60.00" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Virtual   1280 720
		Viewport   0 0
		Depth     24
		Modes    "1280x720_60.00" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


http://www.turnpike420.net/linux/Samsung_DLP_xorg.conf_sample.txt

weeeeeeeeeeeee!!  :)

David



On 10/17/06, Daniel T. Chen <crimsun at fungus.sh.nu> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Matt Frye wrote:
> > I have a new Dell D620 running Dapper.  I had it running at 1440x900
> [...]
> > but as soon as my updates asked me to reboot, the screen went back to
> > whatever it's running now.  I've googled and googled and nothing seems
> [...]
> > The video chipset is an Intel 945GM.
>
> Unfortunately the only way I've been able to properly run widescreen
> resolutions on this 915GM is by using the xserver-xorg-video-intel
> driver package in Edgy/universe (915resolution doesn't help) and
> modifying /etc/X11/xorg.conf:
>
> [...]
> Section "Device"
>         Identifier      "Intel Corporation Mobile 915GM/GMS/910GML
> Express Graphics Controller"
>         Driver          "intel"
>         BusID           "PCI:0:2:0"
>         Option          "Clone"                 "false"
>         Option          "XvMCSurfaces"          "6"
>         Option          "MonitorLayout"         "CRT,NONE"
> EndSection
> [...]
>
> Thanks,
> - --
> Daniel T. Chen            crimsun at ubuntu.com
> GPG key:  0xC88ABDA3
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFFNWsGe9GwFciKvaMRAtAFAKCX6AaGQ2GEashGY8nHW9F7nqLIvQCgn92k
> RO1uVQb0SAnkr78nNmD8U8c=
> =0ZA9
> -----END PGP SIGNATURE-----
> --
> TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
> TriLUG Organizational FAQ  : http://trilug.org/faq/
> TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
>



More information about the TriLUG mailing list