Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 1995 12:05:46 -0500 (EST)
From:      Chuck Robey <chuckr@glue.umd.edu>
To:        Marc Othersen <meother@sam.wal-mart.com>
Cc:        "'questions@freebsd.org'" <questions@freebsd.org>
Subject:   Re: X-Windows
Message-ID:  <Pine.SUN.3.91.951202120328.1731E-100000@mocha.eng.umd.edu>
In-Reply-To: <01B9F2EF.735A42C0@meother.wal-mart.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 15 Mar 1995, Marc Othersen wrote:

> I am having a bit of trouble configuring X-Windows.  My problem is the virtual screen.  I want to turn it off!  I don't want my screen to scroll anywhere.  Anyone know how?  Once it is off, how do I change resolutions and color depth?
> 
> Thanks,

You should have a XF86Config file in your /etc.  That's what you want to 
edit.  Here is a copy of part of mine, where I changed the virtual line 
to have the same size (1024X768) as the screen, which essentially 
disables the function:

# The Colour SVGA server

Section "Screen"
    Driver      "svga"
    # Use Device "Generic VGA" for Standard VGA 320x200x256
    #Device      "Generic VGA"
    Device      "CBR-Journey2"
    Monitor     "CBR-Journey2"
    Subsection "Display"
        Depth       8
        # Omit the Modes line for the "Generic VGA" device
        # Modes       "640x480" "800x600" "1024x768" "1280x1024"
        Modes         "1024x768" "800x600" "640x480"
        ViewPort    0 0
        # Use Virtual 320 200 for Generic VGA
        # Virtual     1600 1200
        Virtual     1024 768
    EndSubsection
  

> 
> Marc
> 
> 

============================================================================
Chuck Robey chuckr@eng.umd.edu -- I run FreeBSD on n3lxx and Journey2
---------------------------------------------------------------------------
The Dilbert Zone is Dilbert's new WWW home! The area
features never-before-seen original sketches of Dilbert, a photo tour
of Scott Adams' studio, Dilbert Trivia and memorabilia, high
school photos and much more!:
<URL:http://www.unitedmedia.com/comics/dilbert/>;




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.951202120328.1731E-100000>