Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2002 15:30:01 -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:  <200210272330.g9RNU1Z7025499@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: Sun, 27 Oct 2002 16:25:46 -0700

 This is a multi-part message in MIME format.
 --------------080306050403040708010807
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I am using a Emachines -- Emonster 1000B.
 This uses a 810e. I have found a configuration that
 works here for start up. NoDDC has to be enabled in
 your configuration. As I side note the X-server randomly
 locks up with a fatal error with this chip requiring
 a CTL-ALT-DEL re-boot. This looks to be a memory problem
 but I don't have a current Log for the error.
 
 --------------080306050403040708010807
 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 2048	
 EndSection
 
 Section "Screen"
 	Identifier "Screen0"
 	Device     "intel i810"
 	Monitor    "Monitor0"
 	DefaultDepth     8
 	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	"640x480"
 	EndSubsection
 	SubSection "Display"
 		Depth     24
 		Modes	"800x600" "640x480"
 	EndSubSection
 EndSection
 
 
 --------------080306050403040708010807--
 

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?200210272330.g9RNU1Z7025499>