Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2008 10:38:39 -0700
From:      Robert <traveling08@cox.net>
To:        freebsd-questions@freebsd.org
Subject:   disappearing mouse pointer
Message-ID:  <20081020103839.369884cf@asus64>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Greetings FreeBSD

When running XFCE4 I will lose the mouse pointer at times. This will
only happen when I have the driver set to "nv" in xorg.conf. The mouse
will still work as I can see where it is when I pass over icons and
watch them highlight. If I can stop on an icon, I can click and it
works.

If I drop out of the XFCE4 using ctl-alt-backspace, the mouse pointer
appears and all is well. If I restart the XFCE4, there is no pointer.
If I change the driver to "vesa" and restart then I have a pointer
again. The only way I have found to regain the pointer using "nv" is to
reboot.

All ports are up to date and I am running amd64 RELENG_7 as of last
Saturday.

uname -a
FreeBSD asus64.shasta204.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE
#1: Sat Oct 18 13:31:00 PDT 2008
root@asus64.shasta204.local:/usr/obj/usr/src/sys/GENERIC  amd64

If I should have posted to a different list please let me know. I have
also attached my xorg.conf.

TIA

Robert
[-- Attachment #2 --]
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/local/share/X11/rgb"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "GLcore"
	Load  "xtrap"
	Load  "dri"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	#DisplaySize	  340   270	# mm
	Identifier   "Monitor0"
	VendorName   "PGS"
	ModelName    "VL 1716"
 ### Comment all HorizSync and VertRefresh values to use DDC:
	HorizSync    31.0 - 64.0
	VertRefresh  60.0 - 60.0
	ModeLine     "1280x1024"   108.00   1280 1352 1464 1688   1024 1025 1028 1066 +hsync +vsync
	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     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
	Identifier  "Card0"
#	Driver      "nv"
	Driver      "vesa"
	VendorName  "nVidia Corporation"
	BoardName   "C51G [GeForce 6100]"
	BusID       "PCI:0:5:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


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