Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 11:00:10 -0800 (PST)
From:      ben franchuk <bfranchuk@jetnet.ab.ca>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: i386/43351: X-Server crashes on i810
Message-ID:  <200210281900.g9SJ0Au3046225@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/43351; it has been noted by GNATS.

From: ben franchuk <bfranchuk@jetnet.ab.ca>
To: freebsd-gnats-submit@FreeBSD.org, emax@datainfosys.net
Cc:  
Subject: Re: i386/43351: X-Server crashes on i810
Date: Mon, 28 Oct 2002 11:52:26 -0700

 This is a multi-part message in MIME format.
 --------------050409080500090007020306
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Follow up on the X-windows config file for the 810.
 This config seems to have solved the crashing in X-windows
 with the "lockup" error.
 
 --------------050409080500090007020306
 Content-Type: text/plain;
  name="XF86Config"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="XF86Config"
 
 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/75dpi/"
 	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
 EndSection
 
 Section "Module"
 	Load  "dbe"
 	Load  "dri"
 	Load  "extmod"
 	Load  "glx"
 	Load  "pex5"
 	Load  "record"
 	Load  "xie"
 	Load  "xtrap"
 	Load  "speedo"
 	Load  "type1"
 
 EndSection
 
 Section "InputDevice"
 	Identifier  "Keyboard0"
 	Driver      "keyboard"
 	Option	    "XkbModel" "pc105"
 	Option	    "XkbLayout" "us"
 EndSection
 
 Section "InputDevice"
 	Identifier  "Mouse0"
 	Driver      "mouse"
 	Option	    "Protocol" "MouseSystems"
 	Option	    "Device" "/dev/sysmouse"
 	Option	    "Emulate3Buttons"
 EndSection
 
 Section "Monitor"
 	Identifier   "Monitor0"
 	VendorName   "Monitor Vendor"
 	ModelName    "Monitor Model"
 	HorizSync   31.5-48.5
 	VertRefresh 50-90
 EndSection
 
 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     "NoAccel"            	# [<bool>]
         Option     "SWcursor"           	# [<bool>]
         #Option     "ColorKey"           	# <i>
         Option     "CacheLines"         	# <i>
         #Option     "Dac6Bit"            	# [<bool>]
         #Option     "DRI"                	# [<bool>]
         Option     "NoDDC"              	# [<bool>]
         #Option     "XvMCSurfaces"       	# <i>
 	Identifier  "intel i810"
 	Driver      "i810"
         VideoRam 3072	
 EndSection
 
 Section "Screen"
 	Identifier "Screen0"
 	Device     "intel i810"
 	Monitor    "Monitor0"
 	DefaultDepth     15
 	SubSection "Display"
 		Depth     4
 		Modes	"640x480"
 	EndSubSection
 	SubSection "Display"
 		Depth     8
 		Modes	"800x600" "640x480"
 	EndSubSection
 	
 	SubSection "Display"
 		Depth     16
 		Modes     "800x600" "640x480"
 	EndSubSection
         Subsection "Display"
 		Depth	15
 		Modes	"800x600" "640x480"
 	EndSubsection
 	SubSection "Display"
 		Depth     24
 		Modes	"800x600" "640x480"
 	EndSubSection
 EndSection
 
 
 --------------050409080500090007020306--
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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