From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org Subject: [Bug 15758] Invisible mouse pointer on NV4E (C51) Date: Sat, 4 Apr 2009 15:48:28 -0700 (PDT) Message-ID: <20090404224828.316DC13005B@annarchy.freedesktop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org http://bugs.freedesktop.org/show_bug.cgi?id=15758 --- Comment #17 from Stuart Bennett 2009-04-04 15:48:27 PST --- An unlikely idea, but might be worth a go, is the following: 1) get the nvidia version of radeontool: git clone git://anongit.freedesktop.org/~stuart/radeontool; cd radeontool; make 2) start X using the nvidia proprietary driver 3) read the values of 0x9200, 0x9210, and 0x9220: ./radeontool regmatch 0x9200 (for all three registers) make a note of the values 4) start X using the nouveau driver, set 0x9220, 0x9200, 0x9210 (in that order) to the values read in step 3 ./radeontool regset 0x9220 0xSOME_VALUE (for all three registers/values) 5) attempt to reproduce disappearing cursor using vt switching / resolution changes as described in previous comments (note: don't restart X, that will over-write the changes you made in step 4) 6) report here whether this game made any difference -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.