ports/131313: x11/xorg cannot find mouse and keyboard

Joe Kelsey joe at zircon.seattle.wa.us
Fri Feb 6 15:50:04 PST 2009


The following reply was made to PR ports/131313; it has been noted by GNATS.

From: Joe Kelsey <joe at zircon.seattle.wa.us>
To: bug-followup at FreeBSD.org, joe at zircon.seattle.wa.us
Cc:  
Subject: Re: ports/131313: x11/xorg cannot find mouse and keyboard
Date: Fri, 06 Feb 2009 15:42:54 -0800

 This is a multi-part message in MIME format.
 --------------040707010204050006060304
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I updated ports with the new hal patches.  I updated xorg.conf with the 
 attached changes.  Everything works now.
 
 
 --------------040707010204050006060304
 Content-Type: text/plain;
  name="xorg.conf"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="xorg.conf"
 
 Section "ServerLayout"
 	Identifier     "X.org Configured"
 	Screen         "Screen0" 0 0
 EndSection
 
 Section "Files"
 	ModulePath   "/usr/local/lib/xorg/modules"
 EndSection
 
 Section "Module"
 	Load  "extmod"
 	Load  "record"
 	Load  "dbe"
 	Load  "glx"
 	Load  "GLcore"
 	Load  "xtrap"
 	Load  "dri"
 	Load  "freetype"
 	Load  "type1"
 EndSection
 
 Section "Monitor"
 	#DisplaySize	  380   300	# mm
 	Identifier   "Monitor0"
 	VendorName   "VSC"
 	ModelName    "VX910"
  ### Comment all HorizSync and VertRefresh values to use DDC:
 	HorizSync    30.0 - 82.0
 	VertRefresh  50.0 - 85.0
 	Option	    "DPMS"
 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     "Dac6Bit"            	# [<bool>]
         #Option     "Dac8Bit"            	# [<bool>]
         #Option     "BusType"            	# [<str>]
         #Option     "CPPIOMode"          	# [<bool>]
         #Option     "CPusecTimeout"      	# <i>
         #Option     "AGPMode"            	# <i>
         #Option     "AGPFastWrite"       	# [<bool>]
         #Option     "AGPSize"            	# <i>
         #Option     "GARTSize"           	# <i>
         #Option     "RingSize"           	# <i>
         #Option     "BufferSize"         	# <i>
         #Option     "EnableDepthMoves"   	# [<bool>]
         #Option     "EnablePageFlip"     	# [<bool>]
         #Option     "NoBackBuffer"       	# [<bool>]
         #Option     "DMAForXv"           	# [<bool>]
         #Option     "FBTexPercent"       	# <i>
         #Option     "DepthBits"          	# <i>
         #Option     "AccelDFS"           	# [<bool>]
         #Option     "PanelOff"           	# [<bool>]
         #Option     "DDCMode"            	# [<bool>]
         #Option     "MonitorLayout"      	# [<str>]
         #Option     "IgnoreEDID"         	# [<bool>]
         #Option     "UseFBDev"           	# [<bool>]
         #Option     "MergedFB"           	# [<bool>]
         #Option     "CRT2HSync"          	# [<str>]
         #Option     "CRT2VRefresh"       	# [<str>]
         #Option     "CRT2Position"       	# [<str>]
         #Option     "MetaModes"          	# [<str>]
         #Option     "MergedDPI"          	# [<str>]
         #Option     "MergedXinerama"     	# [<bool>]
         #Option     "MergedXineramaCRT2IsScreen0" 	# [<bool>]
         #Option     "MergedNonRectangular" 	# [<bool>]
         #Option     "MergedMouseRestriction" 	# [<bool>]
         #Option     "DisplayPriority"    	# [<str>]
         #Option     "PanelSize"          	# [<str>]
         #Option     "ForceMinDotClock"   	# <freq>
         #Option     "ColorTiling"        	# [<bool>]
         #Option     "VideoKey"           	# <i>
         #Option     "RageTheatreCrystal" 	# <i>
         #Option     "RageTheatreTunerPort" 	# <i>
         #Option     "RageTheatreCompositePort" 	# <i>
         #Option     "RageTheatreSVideoPort" 	# <i>
         #Option     "TunerType"          	# <i>
         #Option     "RageTheatreMicrocPath" 	# <str>
         #Option     "RageTheatreMicrocType" 	# <str>
         #Option     "RenderAccel"        	# [<bool>]
         #Option     "SubPixelOrder"      	# [<str>]
         #Option     "ShowCache"          	# [<bool>]
         #Option     "DynamicClocks"      	# [<bool>]
         #Option     "BIOSHotkeys"        	# [<bool>]
         #Option     "VGAAccess"          	# [<bool>]
         #Option     "ReverseDDC"         	# [<bool>]
         #Option     "LVDSProbePLL"       	# [<bool>]
         #Option     "AccelMethod"        	# <str>
         #Option     "ConstantDPI"        	# [<bool>]
 	Identifier  "Card0"
 	Driver      "ati"
 	VendorName  "ATI Technologies Inc"
 	BoardName   "RV280 [Radeon 9200 PRO]"
 	BusID       "PCI:1:0:0"
 EndSection
 
 Section "Screen"
 	Identifier "Screen0"
 	Device     "Card0"
 	Monitor    "Monitor0"
 	SubSection "Display"
 		Viewport   0 0
 		Depth     24
 	EndSubSection
 EndSection
 
 Section "DRI"
 	Mode 0666
 EndSection
 
 
 --------------040707010204050006060304--


More information about the freebsd-x11 mailing list