[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Cannot use mouse during games



I use Sarge , XF4.2, Radeon 7500 on a Dell Inspirton 5100.  When trying
to play games like Quake3 or Tuxracer, they don't recognize any of the
mouse devices (neither the touchpad nor the usb mouse).   Other than
those games, both devices work perfectly.  Any one faces similiar
situation ? 


This is my XF86Config-4 






 # (Type "man XF86Config-4" at the shell prompt.)
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath     "unix/:7100" 
#   FontPath    "/usr/local/share/fonts/vietfonts"
#	FontPath	"/usr/lib/X11/fonts/misc"
#	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
#	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
#	FontPath	"/usr/lib/X11/fonts/Type1"
#	FontPath	"/usr/lib/X11/fonts/Speedo"
#	FontPath	"/usr/lib/X11/fonts/75dpi"
#	FontPath	"/usr/lib/X11/fonts/100dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
#	Load	"XRender"
#	Load	"xie"
EndSection

Section "InputDevice"
	Identifier	"MSKB"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"LUSBMOUSE"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"NVQUAD2"
	Driver		"nvidia"

	Option "NvAGP" "1"
#####
	Option "UBB" "1"
	Option	"WindowFlip" "1"
	Option "PageFlip" "1"
####
	Option "DigitalVibrance" "2"
	Option "NoLogo" "0"			 #Turn off logo display

#	Option "NoRenderAccel" "0"	 #Allow RENDER extension acceleration
#	Option "SWCursor" "0"		#Turn off Software Cursor
#	Option "HWCursor" "1" 		#Turn on Hardward accelerated Cursor
#	Option "CursorShadow" "1" 	 #Use windows-like cursor shadow;3D
effect
#	Option "CursorShadowAlpha"  "64" #0-255 opacity(alpha blend)
level;0==clear
#	Option "CursorShadowXOffset" "5" #pixel x offset
#	Option "CursorShadowYOffset" "3" #pixel y offse
EndSection

Section "Monitor"
	Identifier	"KDSR5"
HorizSync	30-110
VertRefresh	50-160
#	HorizSync	30-60
#	VertRefresh	55-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"NVQUAD2"
	Monitor		"KDSR5"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
#		Modes 		"1400x1050"
#		Modes		"1600x1200"
		Modes		"1280x1024"
#		Modes		"1280x1024 ; 1024x768"
	EndSubSection

###
#	Option "TwinView"
#	Option "ConnectedMonitor" "CRT, CRT"
#	Option "TwinViewOrientation" "LeftOf"
#	Option "SecondMonitorHorizSync" "30-60"
#	Option "SecondMonitorVertRefresh" "55-75"
#	Option "SecondMonitorHorizSync" "30-110"
#	Option "SecondMonitorVertRefresh" "50-160"

#	Option "MetaModes"  "1024x768,1024x768"
#	Option "MetaModes"  "1024x768,1280x1024"#; ; 1024x768,1024x768" 
####
#	Option "NoTwinViewXineramaInfo" "false"

EndSection

Section "ServerLayout"
	Identifier	"Nvidia Setup"
	Screen		"Screen1"
	InputDevice	"MSKB"
	InputDevice	"LUSBMOUSE"
EndSection

Section "DRI"
	Mode	0666
EndSection




Reply to: