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

Bug#454263: xserver-xorg-input-vmmouse: vmmouse not used if specified in xorg.conf



Philipp Kolmann wrote:
> On Tue, Dec 04, 2007 at 07:43:43PM +0100, Brice Goglin wrote:
>   
>> Philipp Kolmann wrote:
>>     
>>> I just installed a plain new Debian Sid in a vmware and wanted to change
>>> the mouse to vmmouse. But since the new X Server is in Sid, it doesn't
>>> take the vmmouse anymore.
>>>   
>>>       
>> Do you mean "the vmmouse doesn't move"? If so, that would be #442853.
>>     
>
> No, I have seen this BR. But as you can see in my log-file, the vmmouse module
> is never used but the normal mouse module is loaded. So I have to click into
> vmware window each time to catch the mouse in the vmware and press crtl-alt to
> release the mouse. It's like you would not have the vmware-tools installed.
>
> Thanks
> Philipp
>   


What if you add a ServerLayout section such as the following?

    Section "ServerLayout"
            Identifier      "Default Layout"
            Screen          "Default Screen"
            InputDevice     "Generic Keyboard"
            InputDevice     "Configured Mouse"
    EndSection

The code to handle partial config files changed a bit recently. I guess
it adds a mouse section using the mouse driver and ignores yours. We
might need to fix this.

Brice





Reply to: