View Single Post
  #2   (View Single Post)  
Old 20th March 2010
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by backrow View Post
It looks like the “NoStretch” option is what I want.
Quote:
Code:
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Option      "NoStretch" "on" # ADDED LINE
	Identifier  "Card0"
	Driver      "vesa"
	VendorName  "Intel"
	BoardName   "US15W Video"
	BusID       "PCI:0:2:0"
EndSection
SImply Googling for "x11 nostretch" yielded the following:
Code:
Option "NoStretch" "enable"
FWIW. I have not tested to confirm.
Reply With Quote