Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2001 19:00:44 -0400
From:      Michael Lucas <mwlucas@blackhelicopters.org>
To:        questions@freebsd.org
Subject:   XF86 4.1.0 problem
Message-ID:  <20011015190044.A10257@blackhelicopters.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011015190044.A10257>