From owner-freebsd-questions Mon Oct 15 16:38:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 8881937B40A for ; Mon, 15 Oct 2001 16:38:09 -0700 (PDT) Received: from rac2.wam.umd.edu (IDENT:root@rac2.wam.umd.edu [128.8.10.142]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id TAA12521; Mon, 15 Oct 2001 19:38:04 -0400 (EDT) Received: from rac2.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac2.wam.umd.edu (8.9.3/8.9.3) with SMTP id TAA02039; Mon, 15 Oct 2001 19:38:04 -0400 (EDT) Received: from localhost (culverk@localhost) by rac2.wam.umd.edu (8.9.3/8.9.3) with ESMTP id TAA02035; Mon, 15 Oct 2001 19:38:04 -0400 (EDT) X-Authentication-Warning: rac2.wam.umd.edu: culverk owned process doing -bs Date: Mon, 15 Oct 2001 19:38:03 -0400 (EDT) From: Kenneth Wayne Culver To: Michael Lucas Cc: questions@FreeBSD.ORG Subject: Re: XF86 4.1.0 problem In-Reply-To: <20011015190044.A10257@blackhelicopters.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You should send this to xpert@Xfree86.org Ken On Mon, 15 Oct 2001, Michael Lucas wrote: > Okay, here's a new one to me... > > I have a new system with an old monitor. The new system has a TNT2 > card with 32 meg of RAM. The monitor specs below are correct; it > works fine as an add-on to a laptop with these characteristics. > > When I start X, only the top half of the desktop appears on the > monitor. It fills the whole monitor, however. It's as if I have a > double-height virtual desktop, but the bottom half of the desktop is > not accessible. > > Yes, I've played with the monitor settings to see if it's actually > stretched out, but it's not. :) > > Any suggestions? I've attached my XF86Config. It's really pretty > minimal... > > Thanks, > Michael > > -- > > Section "ServerLayout" > Identifier "XFree86 Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > RgbPath "/usr/X11R6/lib/X11/rgb" > ModulePath "/usr/X11R6/lib/modules" > FontPath "/usr/X11R6/lib/X11/fonts/misc/" > FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > FontPath "/usr/X11R6/lib/X11/fonts/CID/" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" > EndSection > > Section "Module" > Load "extmod" > Load "xie" > Load "pex5" > Load "glx" > Load "dri" > Load "dbe" > Load "record" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "keyboard" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "PS/2" > Option "Device" "/dev/psm0" > Option "Emulate3Buttons" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > HorizSync 31.5 - 31.5 > HorizSync 35.2 - 35.2 > HorizSync 35.5 - 35.5 > VertRefresh 55.0 - 90.0 > EndSection > > Section "Device" > Identifier "Card0" > Driver "nv" > VendorName "NVidia" > BoardName "Riva Ultra 64" > BusID "PCI:1:0:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > DefaultDepth 24 > SubSection "Display" > Depth 1 > EndSubSection > SubSection "Display" > Depth 4 > EndSubSection > SubSection "Display" > Depth 8 > EndSubSection > SubSection "Display" > Depth 15 > EndSubSection > SubSection "Display" > Depth 16 > EndSubSection > SubSection "Display" > Depth 24 > Modes "1024x768" > EndSubSection > EndSection > > > > > > > -- > Michael Lucas > mwlucas@blackhelicopters.org > http://www.blackhelicopters.org/~mwlucas/ > Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message