Re: xfce 4.10 update problems

2012-06-11 Thread jb
Warren Block wblock at wonkity.com writes:

 ... 
  - startx fails when moused enabled
  (EE) xf86OpenSerial: Cannot open device /dev/psm0
  Device busy.
  (EE) PS/2 Mouse: cannot open input device
  (EE) PreInit returned NULL for PS/2 Mouse
  (EE) config/hal: NewInputDeviceRequest failed (8)
  xinit: connection to X server lost
 
  Any known solutions ?
 
 Disable hal in xorg.conf, ServerLayout section:
 
 Option AutoAddDevices Off

OK, that's way to go.

But there is something strange.
I tried to fix the problem by disabling moused in /etc/rc.conf .
After reboot, I could 'startx' X session.
But 'ps' still showed moused processes:
$ ps auxww |grep -i mouse
root 1286 0.0 0.1 9716 1148 ?? Ss 8:55AM 0:01.02
/usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid
root 1888 0.0 0.1 9716 1144 ?? Is 8:55AM 0:00.00
/usr/sbin/moused -p /dev/psm0 -t auto
root 2045 0.0 0.1 12340 2516 ?? I 8:55AM 0:00.01
hald-addon-mouse-sysmouse: /dev/psm0 (hald-addon-mouse-sy)
root 2065 0.0 0.1 12340 2520 ?? I 8:55AM 0:00.01
hald-addon-mouse-sysmouse: /dev/ums0 (hald-addon-mouse-sy)
jb 2262 0.0 0.1 9748 1284 2 S+ 9:03AM 0:00.01
grep -i mouse

I tested it by rebooting 3 times.
I have 2 mouses: Lenovo Thinkpad stick and external usb mouse.

How to explain that?
jb


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce 4.10 update problems

2012-06-11 Thread Mark Felder

On Mon, 11 Jun 2012 10:22:51 -0500, jb jb.1234a...@gmail.com wrote:



I tested it by rebooting 3 times.
I have 2 mouses: Lenovo Thinkpad stick and external usb mouse.


moused_nondefault_enable=NO perhaps?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce 4.10 update problems

2012-06-11 Thread Warren Block

On Mon, 11 Jun 2012, jb wrote:


Warren Block wblock at wonkity.com writes:


...

- startx fails when moused enabled
(EE) xf86OpenSerial: Cannot open device /dev/psm0
Device busy.
(EE) PS/2 Mouse: cannot open input device
(EE) PreInit returned NULL for PS/2 Mouse
(EE) config/hal: NewInputDeviceRequest failed (8)
xinit: connection to X server lost

Any known solutions ?


Disable hal in xorg.conf, ServerLayout section:

Option AutoAddDevices Off


OK, that's way to go.

But there is something strange.
I tried to fix the problem by disabling moused in /etc/rc.conf .
After reboot, I could 'startx' X session.
But 'ps' still showed moused processes:
$ ps auxww |grep -i mouse
root 1286 0.0 0.1 9716 1148 ?? Ss 8:55AM 0:01.02
/usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid
root 1888 0.0 0.1 9716 1144 ?? Is 8:55AM 0:00.00
/usr/sbin/moused -p /dev/psm0 -t auto
root 2045 0.0 0.1 12340 2516 ?? I 8:55AM 0:00.01
hald-addon-mouse-sysmouse: /dev/psm0 (hald-addon-mouse-sy)
root 2065 0.0 0.1 12340 2520 ?? I 8:55AM 0:00.01
hald-addon-mouse-sysmouse: /dev/ums0 (hald-addon-mouse-sy)
jb 2262 0.0 0.1 9748 1284 2 S+ 9:03AM 0:00.01
grep -i mouse

I tested it by rebooting 3 times.
I have 2 mouses: Lenovo Thinkpad stick and external usb mouse.


devd runs moused when USB mice are attached, even if moused_enable=NO 
is set in rc.conf.


That's not a bad thing.  It seems like enabling moused is needed 
somehow, maybe just to get a handle on the mice before HAL starts.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce 4.10 update problems

2012-06-11 Thread jb
Warren Block wblock at wonkity.com writes:

 ... 
  I have 2 mouses: Lenovo Thinkpad stick and external usb mouse.
 
 devd runs moused when USB mice are attached, even if moused_enable=NO 
 is set in rc.conf.
 
 That's not a bad thing.  It seems like enabling moused is needed 
 somehow, maybe just to get a handle on the mice before HAL starts.

Oops, I must have goofed multiple times.
Disabling moused in rc.conf did just that for the default (built-in) mouse.
$ ps auxww|grep -i mouse
root1938   1.0  0.1  12340   2628  ??  S10:31PM 0:00.92
hald-addon-mouse-sysmouse: /dev/psm0 (hald-addon-mouse-sy)
root1287   0.0  0.1   9716   1148  ??  Ss   10:31PM 0:00.12
/usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid
root1958   0.0  0.1  12340   2516  ??  I10:31PM 0:00.01
hald-addon-mouse-sysmouse: /dev/ums0 (hald-addon-mouse-sy)
jb  2110   0.0  0.0   1928708   1  R+   10:34PM 0:00.02 grep -i 
mouse

No problem here.
Thanks guys.
jb


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


xfce 4.10 update problems

2012-06-10 Thread jb
Hi,
after portmaster update:
- there are missing icons in main menu and that of Terminal
- startx fails when moused enabled
(EE) xf86OpenSerial: Cannot open device /dev/psm0
Device busy.
(EE) PS/2 Mouse: cannot open input device
(EE) PreInit returned NULL for PS/2 Mouse
(EE) config/hal: NewInputDeviceRequest failed (8)
xinit: connection to X server lost

Any known solutions ?
jb


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce 4.10 update problems

2012-06-10 Thread Warren Block

On Sun, 10 Jun 2012, jb wrote:


Hi,
after portmaster update:
- there are missing icons in main menu and that of Terminal
- startx fails when moused enabled
(EE) xf86OpenSerial: Cannot open device /dev/psm0
Device busy.
(EE) PS/2 Mouse: cannot open input device
(EE) PreInit returned NULL for PS/2 Mouse
(EE) config/hal: NewInputDeviceRequest failed (8)
xinit: connection to X server lost

Any known solutions ?


Disable hal in xorg.conf, ServerLayout section:

Option AutoAddDevices Off
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce 4.10 update problems

2012-06-10 Thread Waitman Gobble
On Sun, Jun 10, 2012 at 5:12 PM, Warren Block wbl...@wonkity.com wrote:

 On Sun, 10 Jun 2012, jb wrote:

  Hi,
 after portmaster update:
 - there are missing icons in main menu and that of Terminal
 - startx fails when moused enabled
 (EE) xf86OpenSerial: Cannot open device /dev/psm0
Device busy.
 (EE) PS/2 Mouse: cannot open input device
 (EE) PreInit returned NULL for PS/2 Mouse
 (EE) config/hal: NewInputDeviceRequest failed (8)
 xinit: connection to X server lost

 Any known solutions ?


 Disable hal in xorg.conf, ServerLayout section:

 Option AutoAddDevices Off

 __**_
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-**questionshttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-**
 unsubscr...@freebsd.org freebsd-questions-unsubscr...@freebsd.org



for missing icons in xfce4.10, here is explanation in a pr with 3
solutions..

http://www.freebsd.org/cgi/query-pr.cgi?pr=168688


Waitman Gobble
San Jose California USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org