Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Mouse and Keyboard response time not good in SXDE(Solaris Express developer edition)

3 views
Skip to first unread message

Raman

unread,
Feb 25, 2008, 12:14:27 AM2/25/08
to
Hi All,

I have installed SXDE on my HP Pavillion 2601 TU Laptop( dual core
1.46 GHZ, 1GB RAM, 160 HDD).
But I feel it very irritating working on it, because its mouse and
Keyboard stops responding( for about 2to 3- seconds) every 10-15
seconds. The same laptop gives no problem when running VISTA Or Fedora
code 7.


I tried changing some settings like Cursor blinking rate, repetition
delay etc. but of no use at all.

Please help me on this. Do I need to change some of setting for normal
working?

Thanks in Advance.

regards,
Raman Chalotra

Andrew Gabriel

unread,
Feb 25, 2008, 9:50:14 AM2/25/08
to
In article <deb1dff0-79ad-40be...@e25g2000prg.googlegroups.com>,

It would be interesting to run intrstat(1M) across some of these
hangs and see if it's reporting any excessively high numbers.

--
Andrew Gabriel
[email address is not usable -- followup in the newsgroup]

Jim Leonard

unread,
Feb 25, 2008, 10:33:45 AM2/25/08
to
On Feb 24, 11:14 pm, Raman <ramanchalo...@gmail.com> wrote:
> Hi All,
>
> I have installed SXDE on my HP Pavillion 2601 TU Laptop( dual core
> 1.46 GHZ, 1GB RAM, 160 HDD).
> But I feel it very irritating working on it, because its mouse and
> Keyboard stops responding( for about 2to 3- seconds) every 10-15
> seconds.

I see this on my x86-64 fileserver with 2G RAM with zfs filesystems
using compression, but only during heavy I/O. What is happening on my
system is that, when I write to the disk as fast as possible, I end up
filling nearly 1G of RAM as cache, then the kernel has to compress the
data (since it's a compressed filesystem) and I can see the CPU go
nuts for a few seconds as it compresses then writes to disk. This is
due to ZFS compression running in a single thread (!!) but is
understandable for version 0.1 of a feature. I don't mind, since it's
a fileserver and I don't use it for desktop usage. And it only
happens during extremely heavy I/O anyway.

Is your laptop doing very heavy I/O when you see your slowdowns?

Raman

unread,
Feb 25, 2008, 10:51:30 PM2/25/08
to
On Feb 25, 8:33 pm, Jim Leonard <MobyGa...@gmail.com> wrote:

I don't notice any such pattern on my laptop.It happens periodically
irrespective of the load on the system ( even if no application is
running on the laptop).
However, I will try finding any such pattern of events, if any.

Thank
-Raman Chalotra

Raman

unread,
Feb 26, 2008, 11:21:37 PM2/26/08
to
On Feb 25, 7:50 pm, and...@cucumber.demon.co.uk (Andrew Gabriel)
wrote:
> In article <deb1dff0-79ad-40be-a2d6-2a2d01136...@e25g2000prg.googlegroups.com>,

Please see the output from the intrstat command:

device | cpu0 %tim cpu1 %tim
-------------+------------------------------
ahci#0 | 5 0.0 0 0.0
ata#0 | 0 0.0 2 0.0
ehci#0 | 3 0.0 0 0.0
ehci#1 | 3 0.0 0 0.0
hci1394#0 | 0 0.0 1 0.0
i8042#0 | 0 0.0 7 0.0
pcie_pci#1 | 0 0.0 1 0.0
pcie_pci#2 | 3 0.0 0 0.0
pcie_pci#3 | 0 0.0 2 0.0
uhci#0 | 0 0.0 1 0.0
uhci#1 | 0 0.0 0 0.0
uhci#2 | 3 0.0 0 0.0
uhci#3 | 0 0.0 2 0.0
uhci#4 | 3 0.0 0 0.0
wpi#0 | 0 0.0 2 202.0

wpi#0 instance (last one ) seems to be the culprit. I tried unloading
driver for this device ( modunload) and problem seems rectified....

Could you please guide me how to fix the problem.

wpi is a wireless device ( bluetooth). At the time of system startup/
shutdown system reports "wpi_init() could not initialize this
device".

Thanks
-Raman Chalotra

Andrew Gabriel

unread,
Feb 27, 2008, 1:13:30 AM2/27/08
to
In article <0f567ee8-c726-473a...@u69g2000hse.googlegroups.com>,

That would be a bug, (almost certainly) in the wpi driver.
Can I suggest you raise a bug on it at opensolaris.org (or
through a contract if you have one)?

It would be good to followup here with the bugid when you
get it mailed back to you.

Looks like intrstat(1M)'s reporting is a bit dubious too),
200%?

Raman

unread,
Feb 27, 2008, 2:03:50 AM2/27/08
to
On Feb 27, 11:13 am, and...@cucumber.demon.co.uk (Andrew Gabriel)
wrote:
> In article <0f567ee8-c726-473a-aa61-9b69f951a...@u69g2000hse.googlegroups.com>,

Thanks for your help. I will surely raise this bug at opensolaris.org.

For the time being, I dont want to use this device on my laptop( in
SXDE)... Can u suggest me how to unload it from the startup load list
( I dont want to unload every time I boot my system).


Thanks a tonne,
-Raman Chalotra

Andrew Gabriel

unread,
Mar 1, 2008, 7:59:43 AM3/1/08
to
In article <c8b573e4-4363-48d9...@i29g2000prf.googlegroups.com>,

Raman <ramanc...@gmail.com> writes:
>
> Thanks for your help. I will surely raise this bug at opensolaris.org.
>
> For the time being, I dont want to use this device on my laptop( in
> SXDE)... Can u suggest me how to unload it from the startup load list
> ( I dont want to unload every time I boot my system).

Add following line to /etc/system:

exclude: drv/wpi

0 new messages