* XF4, speed and keyboard problems
@ 2000-07-29 22:48 Giuliano Pochini
2000-07-30 12:58 ` Michel Dänzer
2000-07-30 13:01 ` Giuliano Pochini
0 siblings, 2 replies; 5+ messages in thread
From: Giuliano Pochini @ 2000-07-29 22:48 UTC (permalink / raw)
To: linuxppc-dev
Hi! I finally installed XF4. It seems faster for most of operations (windows
movement is smothes, xscreensever runs fater, etc), but all visualization
plugins for Alsaplayer and xmms are 30% slower according to CPU usage
(print_a_bitmap_on_the_screen() is slower ??).
Anyway... the real problem in another one: I can't get different codes for
left/right shift control and alt keys :(((
I tried to patch mac_keyb.c to never translate R to L codes (it worked for
XF3) without success. Also, I can't anymore
emulate central mouse button with L_alt+L_button :-(((
I have a Microsoft (bleah) USB keyboard (which do send separate L/R codes in
console) and kernel 2.2.16p)
Help !!
Bye.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: XF4, speed and keyboard problems
2000-07-29 22:48 XF4, speed and keyboard problems Giuliano Pochini
@ 2000-07-30 12:58 ` Michel Dänzer
2000-08-01 0:21 ` Giuliano Pochini
2000-08-13 3:24 ` Giuliano Pochini
2000-07-30 13:01 ` Giuliano Pochini
1 sibling, 2 replies; 5+ messages in thread
From: Michel Dänzer @ 2000-07-30 12:58 UTC (permalink / raw)
To: Giuliano Pochini; +Cc: linuxppc-dev
Giuliano Pochini wrote:
>
> Hi! I finally installed XF4. It seems faster for most of operations (windows
> movement is smothes, xscreensever runs fater, etc), but all visualization
> plugins for Alsaplayer and xmms are 30% slower according to CPU usage
> (print_a_bitmap_on_the_screen() is slower ??).
CPU usage of the plugins or the server? You have to sum up both to get the
actual CPU usage with both versions of X.
Can you please provide numbers?
Michel
--
Elevator out of order. Try the ones across the street.
______________________________________________________________________________
Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast
Debian GNU/Linux (powerpc,i386) user \ member of XFree86, Team *AMIGA*, AUGS
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: XF4, speed and keyboard problems
2000-07-29 22:48 XF4, speed and keyboard problems Giuliano Pochini
2000-07-30 12:58 ` Michel Dänzer
@ 2000-07-30 13:01 ` Giuliano Pochini
1 sibling, 0 replies; 5+ messages in thread
From: Giuliano Pochini @ 2000-07-30 13:01 UTC (permalink / raw)
To: linuxppc-dev
> Anyway... the real problem in another one: I can't get different codes for
> left/right shift control and alt keys :(((
> I tried to patch mac_keyb.c to never translate R to L codes (it worked for
> XF3) without success. Also, I can't anymore
Oops, this one works, sorry.
Bye.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: XF4, speed and keyboard problems
2000-07-30 12:58 ` Michel Dänzer
@ 2000-08-01 0:21 ` Giuliano Pochini
2000-08-13 3:24 ` Giuliano Pochini
1 sibling, 0 replies; 5+ messages in thread
From: Giuliano Pochini @ 2000-08-01 0:21 UTC (permalink / raw)
To: Michel Ddnzer; +Cc: linuxppc-dev
> Giuliano Pochini wrote:
> >
> > Hi! I finally installed XF4. It seems faster for most of operations (windows
> > movement is smothes, xscreensever runs fater, etc), but all visualization
> > plugins for Alsaplayer and xmms are 30% slower according to CPU usage
> > (print_a_bitmap_on_the_screen() is slower ??).
>
> CPU usage of the plugins or the server?
Overall performance.
> You have to sum up both to get the
> actual CPU usage with both versions of X.
>
> Can you please provide numbers ?
I have to reinstall the old version. I have no time now, sorry. Perhaps next
week end...
Bye.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: XF4, speed and keyboard problems
2000-07-30 12:58 ` Michel Dänzer
2000-08-01 0:21 ` Giuliano Pochini
@ 2000-08-13 3:24 ` Giuliano Pochini
1 sibling, 0 replies; 5+ messages in thread
From: Giuliano Pochini @ 2000-08-13 3:24 UTC (permalink / raw)
To: Michel Dänzer; +Cc: linuxppc-dev
Michel Dänzer wrote:
>
> Giuliano Pochini wrote:
> >
> > Hi! I finally installed XF4. It seems faster for most of operations (windows
> > movement is smothes, xscreensever runs fater, etc), but all visualization
> > plugins for Alsaplayer and xmms are 30% slower according to CPU usage
> > (print_a_bitmap_on_the_screen() is slower ??).
>
> CPU usage of the plugins or the server? You have to sum up both to get the
> actual CPU usage with both versions of X.
>
> Can you please provide numbers?
I made these test with x11perf:
test 4.0 3.3.6-XPmac_aty128
---------------------------------------------
putimage100 669 788
putimagexy100 224 83
shmput100 1075 1300
shmputxy100 6 6 (bleah)
putimage500 23.9 28.1
shmput500 43 51.6
I don't know how much this test is valid, since I run the old
XPMac server over a 4.0 environment (libs, fonts, tools, etc.),
anyway the speed loss in put-image calls is around 20%.
Bye.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2000-08-13 3:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-29 22:48 XF4, speed and keyboard problems Giuliano Pochini
2000-07-30 12:58 ` Michel Dänzer
2000-08-01 0:21 ` Giuliano Pochini
2000-08-13 3:24 ` Giuliano Pochini
2000-07-30 13:01 ` Giuliano Pochini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).