[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X PHYSICAL WINDOW 2 BIG!



On Wed, Sep 23, 1998 at 11:22:13AM -0700, BOB'S MAIL wrote:
> I Installed X with a Trio S3 card.  I answer the 'xf86config' query "NO" I
> DO NOT WANT the physical window larger than the screen, BUT IT ALWAYS IS.
> The mouse brings it over, but it makes things difficult.
> 
[...]
> How to do get the X window to fit the screen.

In /etc/X11/XF86Config edit the "Virtual" line in the "Screen Sections"
under the name of the server that you are using.  For example, change the
"Virtual 800 600" to "Virtual 640 480" if you are using Modes "640x480" :

	# *******************************************
	# Screen sections
	# ******************************************

	# The Mono server

	Section "Screen"
	    Driver      "vga2"
	    Device      "CirrusAVGA"
	    Monitor     "TTX"
	    Subsection "Display"
		Modes       "640x480"
		ViewPort    0 0
		Virtual     640 480
		#Virtual     800 600
	    EndSubsection


-- 
  jkern@klis.com   Jack Kern   Yarmouth, Nova Scotia   Debian GNU/Linux 


Reply to: