Bug#503459: xserver-xorg-input-vmmouse: activating vmmouse lets X server die on startup

2008-10-31 Thread Peter Marschall
Hi,

On Sunday, 26. October 2008, Julien Cristau wrote:
> I suspect removing the call to FlushButtons in
> src/vmmouse.c:VMMouseDeviceControl would fix this.  Care to try that?

After finding out how to build xserver-xorg-input-vmmouse 
with this patch and testing the patched driver, I can now confirm
your suspicion: removing the FlushButtons() call in 
VMMouseDeviceControl() fixes the bug.

Thanks for your work
Peter

-- 
Peter Marschall
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#503459: xserver-xorg-input-vmmouse: activating vmmouse lets X server die on startup

2008-10-26 Thread Peter Marschall
Hi,

On Sunday, 26. October 2008, Julien Cristau wrote:
> On Sun, Oct 26, 2008 at 11:14:17 +0100, Peter Marschall wrote:
> > Backtrace:
> > 0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c919e]
> > 1: [0xb7f9d400]
> > 2: /usr/bin/X(xf86PostButtonEvent+0xdf) [0x80e6f9f]
> > 3: /usr/lib/xorg/modules/input//vmmouse_drv.so [0xb7b5d262]
> > 4: /usr/bin/X(EnableDevice+0x9d) [0x80863ad]
> > 5: /usr/bin/X(InitAndStartDevices+0x7b) [0x80864cb]
> > 6: /usr/bin/X(main+0x3a0) [0x8074680]
> > 7: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7d42455]
> > 8: /usr/bin/X(FontFileCompleteXLFD+0x21d) [0x8073a81]
> >
> > Fatal server error:
> > Caught signal 11.  Server aborting
>
> I suspect removing the call to FlushButtons in
> src/vmmouse.c:VMMouseDeviceControl would fix this.  Care to try that?

I don't know how to do that
Can you give me advice ?

I admit if it comprises compiling the package, I'd prefer testing
a package compiled by you. I'm not sure how much time I'll have over 
the week, so testing will be easier to do than compiling.

But if it helps I can give it a try (provided you tell me how to do it)

Regards
Peter

-- 
Peter Marschall
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#503459: xserver-xorg-input-vmmouse: activating vmmouse lets X server die on startup

2008-10-26 Thread Peter Marschall
Package: xserver-xorg-input-vmmouse
Version: 1:12.5.1-4
Severity: normal

Hi,

well, the title says it all
On activation of the latest vmmouse driver in xorg.conf, X will not start up.

Here's the excerpt of Xorg.0.log below that may give more information:

(II) XINPUT: Adding extended input device "PC Keyboard" (type: KEYBOARD)
(II) evaluating device (PC Mouse)
(II) XINPUT: Adding extended input device "PC Mouse" (type: MOUSE)
(II) VMWARE(0): VMMOUSE DEVICE_INIT
(II) VMWARE(0): VMMOUSE DEVICE_ON
(II) VMWARE(0): vmmouse enabled

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c919e]
1: [0xb7f9d400]
2: /usr/bin/X(xf86PostButtonEvent+0xdf) [0x80e6f9f]
3: /usr/lib/xorg/modules/input//vmmouse_drv.so [0xb7b5d262]
4: /usr/bin/X(EnableDevice+0x9d) [0x80863ad]
5: /usr/bin/X(InitAndStartDevices+0x7b) [0x80864cb]
6: /usr/bin/X(main+0x3a0) [0x8074680]
7: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7d42455]
8: /usr/bin/X(FontFileCompleteXLFD+0x21d) [0x8073a81]

Fatal server error:
Caught signal 11.  Server aborting

(II) VMWARE(0): VMMOUSE DEVICE_OFF/CLOSE


Regards
Peter


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13  3. Apr 2008  /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718484 30. Sep 02:06 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:0f.0 VGA compatible controller: VMware Inc Abstract SVGA II Adapter

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5763 26. Okt 10:58 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf -- systemwide X.Org configuration file [see xorg.conf(5)]
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg


## Location of files ##
Section "Files"
# Debian font manager (defoma) controlled fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
# default X11 fonts
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/share/fonts/X11/75dpi:unscaled"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/share/fonts/X11/100dpi:unscaled"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/share/fonts/X11/cyrillic"
# Additional fonts: Locale, Gimp, TTF...
FontPath"/usr/share/fonts/truetype/freefont"
FontPath"/usr/share/fonts/truetype/latex-xft-fonts"
FontPath"/usr/share/fonts/truetype/msttcorefonts"
FontPath"/usr/share/fonts/truetype/openoffice"
FontPath"/usr/share/fonts/truetype/ttf-dejavu"
EndSection


## Modules to load ##
Section "Module"
Load"i2c"
Load"ddc"   # DDC monitor probing
Load"dbe"   # double-buffer extension
Load"dri"   # direct rendering infrastructure
Load"extmod"# misc. extensions
Load"glx"   # OpenGL extension (auto-loads "GLcore" 
sub-module)
Load"int10" # VESA INT10 extensions
Load"record"# record input events
Load"vbe"   # VESA BIOS extensions
Load"xtrap" # capture X protocol / synthesize input events
# font support
Load"bitmap"# Bitmap (*.bdf,*.pcf,*.snf)
Load"freetype"  # TrueType (*.tt[fc]), OpenType (*.ot[fc])
EndSection


## Keyboard(s) ##
Section "InputDevice"
Identifier  "PC Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "de"
Option  "XkbVariant""nodeadkeys"
# make right Windows key the compose key
Option  "XkbOptions""compose:rwin"
EndSection


## Mice ##
# Touchpad / Mouse
Section "InputDevice"
Identifier  "PC Mouse"
Driver  "vmmouse"
Option  "CorePointer"
# in Linux 2.6 /dev/input/mice is the "all mice" device for PS/2 & USB 
mice
Option  "Device""/dev/input/mice"
Option  "Protocol"  "auto"
Option  "Emulate3Buttons"   "true"
Option  "Emulate3Timeout"   "100"
Option  "ZAxisMapping"  "4 5"
EndSection


## Graphics card(s) ##
Section "Device"
Identifier  "Main Graphics Card"
Driver  "vmware"
VendorName  "VMware Inc"
BoardName   "VMware SVGA II"
EndSection


## Monitor(s) ##
Section "Monitor"
Identifier  "TFT Monitor"
VendorName  "Lenovo"
ModelName   "Th

Bug#181423: there's an xorg.conf option for that

2007-01-17 Thread Peter Marschall
Hi, 

On Wednesday, 17. January 2007 06:23, Andrew Young wrote:
> Thanks!  It certainly seems to solve my problem.  (I set the argument
> to "250 10.9" and it seems to work in the VCs as well as in X.) 

So, if the "bug" is gone, would you please close it in the Debian BTS ?

To do so, please send a mail to 
[EMAIL PROTECTED]
with a short description how you fixed it..

Thanks in advance
Peter
-- 
Peter Marschall
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#181423: there's an xorg.conf option for that

2007-01-15 Thread Peter Marschall
Hi,

according to the man page ob the xorg keyboard driver "kbd",
there is an option to change the keyboard delay and rate.

Option "AutoRepeat" "delay rate"
  sets the auto repeat behaviour for the keyboard. 
  This is not implemented on all platforms.
  delay  is the time in milliseconds before a key starts repeating.  
  rate is the number of times a key repeats per second.
  Default: "500 30".

Maybe this helps.

Peter

-- 
Peter Marschall
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]