Run firebug from the console

2009-11-23 Thread Chuanwen Wu
Hi all, I need to run a firebug-plugin(Pagespeed) automatically, so is there any way to call firebug or plugin based on firebug from the console? As I know, there is a firefox plugin Httpwatch can be accessed from Javascript, ruby and C# using ActiveXObject. Can firebug also do so? Thanks in adva

Re: How to get the time when the first screen is finish?

2009-11-17 Thread Chuanwen Wu
On Tue, Nov 17, 2009 at 7:47 PM, Honza (Jan Odvarko) wrote: >> Because MozAfterPaint don't support Firefox-3.0.x, so except >> MozAfterPaint, is there any other way that can be use in firefox-3.0.x >> to listen to the paint events? > I don't know about any workaround for this. > Try: > http://gro

Re: How to get the time when the first screen is finish?

2009-11-17 Thread Chuanwen Wu
On Mon, Nov 16, 2009 at 5:06 PM, Honza (Jan Odvarko) wrote: > You can try Firebug Paint Events 0.1.6, that displays details of > MozAfterPaint events > (you need Firefox 3.1b1 min) > > https://addons.mozilla.org/cs/firefox/addon/9620 > Because MozAfterPaint don't support Firefox-3.0.x, so except M

Re: How to get the time when the first screen is finish?

2009-11-16 Thread Chuanwen Wu
Hi, Thanks! As I know Firefox-3.1 and the above have a feature "worker threads", which can download the JS file in parallel. But now many other browser still can't do this. I want to create a plugin to give some webpage‘s optimized advice, which I hope can be applicable to most browser, but not ju

Re: How to get the time when the first screen is finish?

2009-11-16 Thread Chuanwen Wu
Hi, Thanks! As I know Firefox-3.1 and the above have a feature "worker threads", which can download the JS file in parallel. But now many other browser still can't do this. I want to create a plugin to give some webpage optimized advice, which I hope can be use in most browser. So, is there any wa

Re: How to get the time when the first screen is finish?

2009-11-15 Thread Chuanwen Wu
On Mon, Nov 16, 2009 at 10:27 AM, Chuanwen Wu wrote: > Hi all, > > I want to do some analysis work about the first screen. > First screen(or first page), I not sure whether this name is > appropriate, is the screen we see when we open a webpage without > scrolling down. I me

How to get the time when the first screen is finish?

2009-11-15 Thread Chuanwen Wu
Hi all, I want to do some analysis work about the first screen. First screen(or first page), I not sure whether this name is appropriate, is the screen we see when we open a webpage without scrolling down. I mean a webpage maybe have many content and be composed of more than one screen, and we nee

Re: Any APIs document and debug tools?

2009-09-30 Thread Chuanwen Wu
>> Almostly, I want to get every details about the requests if I can. They are: >> >> start time -- the time when the request start >> finish time -- the time when the request finish(have receive the response) >> And in more detail, the time spent on: >>   dns_lookup >>   connecting >>   queuting

Re: Any APIs document and debug tools?

2009-09-29 Thread Chuanwen Wu
>> 2, The back-end information. I sill need to fetch some information of >> web page from the browser(Firefox). Basically, I think this >> information is about the requests and their responses in each page. I >> guess this information is already contained and showed in the 'Net' >> panel which is

Re: Any APIs document and debug tools?

2009-09-28 Thread Chuanwen Wu
Hi, Thank Jan Odvako! I recently read your articles about firebug extension in you blog(http://www.softwareishard.com/blog/firebug-tutorial/), and I learned a lot. > I want to write another part of the tutorial. What was the biggest > trouble for you (as a beginner) to solve? I could focus on i

Re: [gentoo-user] Failed to start /etc/init.d/checkroot

2009-04-27 Thread Chuanwen Wu
Hi, thanks! > It seems a bit strange that checkroot gave no output, just failure - > as if it's execution didn't even started, and, since it's one of the > first initscripts to start, prehaps there's a problem with bash > interpreter or access to init.d path. > > Since you've mounted filesystem an

[gentoo-user] Failed to start /etc/init.d/checkroot

2009-04-26 Thread Chuanwen Wu
Hi, My gentoo failed to boot up. When my gentoo is booting up, after the message "mounting devpts at /dev/pts OK", then it just stoped, and then I pressed "CTRL + c" to interrupt it, and the message: "Failed to start /etc/init.d/checkroot“ appeared. I have checked the file /etc/init.d/checkro

Re: [gentoo-user] wicd start failed

2009-02-18 Thread Chuanwen Wu
> > It looks like the dependencies are wrong,have you filed a bug? Not yet, do you mean in bugzilla? -- wcw

Re: [gentoo-user] wicd start failed

2009-02-18 Thread Chuanwen Wu
Hi, thanks for your tips! > Do you have pygobject installed? I have updated pygobject to 2.14.2, then updated dbus-python to 0.82.4, now the problem is fixed :) -- wcw

[gentoo-user] wicd start failed

2009-02-17 Thread Chuanwen Wu
Hi, Several day ago, someone in this list recommended wicd to configure the net interface. And I tried it but failed. # wicd Traceback (most recent call last): File "/usr/lib/wicd/wicd-daemon.py", line 45, in import gobject ImportError: No module named gobject # wicd-client Traceback (most

[gentoo-cluster] Re: Iozone on multiple nodes using ssh

2009-02-13 Thread Chuanwen Wu
Hi, Jairo, thanks! On Thu, Feb 5, 2009 at 3:54 AM, wrote: > Chuanwen, > > I was trying to run iozone in cluster mode, and faced the same issue you > are. > > I found the solution. My cluster has two network interfaces, one for admin, > one to connect to the NFS share. I wanted to use jumbo fra

Re: [gentoo-user] Can't login from terminal?

2009-02-12 Thread Chuanwen Wu
HI, thanks! On Fri, Feb 13, 2009 at 3:11 PM, Mike Kazantsev wrote: > On Fri, 13 Feb 2009 13:15:12 +0800 > Chuanwen Wu wrote: > >> Could you please give more details? How to change it to something >> default? > > Well, that's pretty much the basics... > Shells

Re: [gentoo-user] Can't login from terminal?

2009-02-12 Thread Chuanwen Wu
Hi, thanks! > Looks like the system is unable to launch a shell for some reason, > prehaps you can change it to something default, like /bin/sh, or just > something else if it's bash already. Could you please give more details? How to change it to something default? > > Also, I'd double-check the

Re: [gentoo-user] Can't login from terminal?

2009-02-12 Thread Chuanwen Wu
Hi, thanks! > If you have pam on your system, then it broken > '/etc/pam.d/system-local-login' might be the cause, as well as > user-specific files there. > And if that's not the case, try commenting out pam modules like > mod_access, which can add additional access restrictions. which file has "mo

Re: [gentoo-user] Can't login from terminal?

2009-02-11 Thread Chuanwen Wu
Hi, thanks! > man securetty /*/ # cat /etc/securetty # /etc/securetty: list of terminals on which root is allowed to login. # See securetty(5) and login(1). console vc/0 vc/1 vc/2 vc/3 vc/4 vc/5 vc/6 vc/7 vc/8 vc/9 vc/10 vc/11 vc/12 tty0 tty1 tty2 tty3 tty4 tty5 tt

[gentoo-user] Can't login from terminal?

2009-02-11 Thread Chuanwen Wu
Hi, My gentoo worked very well in the past two years. But today I found that I can't login it from the terminal, but ssh login is OK. I have written down the login message: /*/ This is Gentoo-Server.unknown_domain (Linux i686 2.6.26-gentoo-r1) 12:22:39 Gentoo-Se

[gentoo-user] Re: [gentoo-cluster] Iozone on multiple nodes using ssh

2009-01-10 Thread Chuanwen Wu
Hi, thanks! On Sat, Jan 10, 2009 at 10:51 PM, t35t0r wrote: >> d...@node73 ~ $ iozone -R -s 64k -t 1 -+m clientlist >> [...] >>Throughput test with 1 process >>Each process writes a 64 Kbyte file in 4 Kbyte records I know what you mean. I just gave the example, in the case the pa

Re: [gentoo-cluster] Iozone on multiple nodes using ssh

2009-01-10 Thread Chuanwen Wu
Hi, thanks! On Sat, Jan 10, 2009 at 10:51 PM, t35t0r wrote: >> d...@node73 ~ $ iozone -R -s 64k -t 1 -+m clientlist >> [...] >>Throughput test with 1 process >>Each process writes a 64 Kbyte file in 4 Kbyte records I know what you mean. I just gave the example, in the case the pa

[gentoo-user] Re: [gentoo-cluster] Iozone on multiple nodes using ssh

2009-01-10 Thread Chuanwen Wu
> > exactly, he's doing something wrong, probably has the binaries in the > wrong place, the clientlist he's using has 1 host too Binaries? You mean the path of iozone? I am very sure the path of iozone is correct, and if the path is incorrect, I can see the error message: d...@node73 ~ $ iozone -

Re: [gentoo-cluster] Iozone on multiple nodes using ssh

2009-01-10 Thread Chuanwen Wu
> > exactly, he's doing something wrong, probably has the binaries in the > wrong place, the clientlist he's using has 1 host too Binaries? You mean the path of iozone? I am very sure the path of iozone is correct, and if the path is incorrect, I can see the error message: d...@node73 ~ $ iozone -

[gentoo-user] Re: Iozone on multiple nodes using ssh

2009-01-09 Thread Chuanwen Wu
Hi, thank t35t0r! I have tried your script, but still got the same problem. > Then I run iozone on node73: > /***/ > d...@node73 ~ $ iozone -s 1m -Rb log.xls -t 1 -+m clientlist >Iozone: Performance Test of File I/O >

[gentoo-cluster] Re: Iozone on multiple nodes using ssh

2009-01-09 Thread Chuanwen Wu
Hi, thank t35t0r! I have tried your script, but still got the same problem. > Then I run iozone on node73: > /***/ > d...@node73 ~ $ iozone -s 1m -Rb log.xls -t 1 -+m clientlist >Iozone: Performance Test of File I/O >

Re: [gentoo-user] Re: rsh failed : Connection reset by peer

2009-01-08 Thread Chuanwen Wu
Hi, thank all you guys! I give up rsh and trying using ssh now. I stiil find some problem and have started a new thread. On Thu, Jan 8, 2009 at 12:51 PM, Matt Harrison wrote: > Chuanwen Wu wrote: >> >> I guess maybe rsh does not allow to login as root. > > Probably not, RS

[gentoo-user] Iozone on multiple nodes using ssh

2009-01-08 Thread Chuanwen Wu
Hi, I am trying to use iozone to test my cluster with ssh but not rsh, but I still can't running iozone on multiple nodes. I have two nodes node73 and node74 in my LAN. And each node is able to execute commands on another one without being challenged for a password with user "dnfs": d...@node73 ~

[gentoo-cluster] Iozone on multiple nodes using ssh

2009-01-08 Thread Chuanwen Wu
Hi, I am trying to use iozone to test my cluster with ssh but not rsh, but I still can't running iozone on multiple nodes. I have two nodes node73 and node74 in my LAN. And each node is able to execute commands on another one without being challenged for a password with user "dnfs": d...@node73 ~

[gentoo-user] Re: rsh failed : Connection reset by peer

2009-01-06 Thread Chuanwen Wu
I guessed it is the pam problem, and I re-installed netkit-rsh with USE=-pam, now I can use rsh with common users, but root still not work: # rsh -l wcw master date Tue Jan 6 23:33:35 CST 2009 # rsh -l root master date Permission denied. Everytime when I tried to use root to login, I got the er

[gentoo-user] Re: rsh failed : Connection reset by peer

2009-01-06 Thread Chuanwen Wu
I am very sorry for the last e-mail, as I intented to save the email but clicked the "send" button. I will continue the last letter below. On Tue, Jan 6, 2009 at 9:08 PM, Chuanwen Wu wrote: > I think I have fixed part of the problem, I found this option > "only_from = lo

[gentoo-user] Re: rsh failed : Connection reset by peer

2009-01-06 Thread Chuanwen Wu
I think I have fixed part of the problem, I found this option "only_from = localhost" in file /etc/xinetd.conf, and mask it. And now I can rlogin into localhost or remotehost: node07 # rlogin master Password: Last login: Tue Jan 6 20:40:36 CST 2009 from node07 on pts/4 rlogin: connection clos

[gentoo-user] rsh failed : Connection reset by peer

2009-01-06 Thread Chuanwen Wu
Hi, I want to use iozone to test my cluster, and I found that iozone need rsh. But rsh never worked in my machine. I have followed this guide http://www.gentoo.org/doc/en/hpc-howto.xml#doc_chap2, which including the configuration of rsh. # eix netkit-rsh [I] net-misc/netkit-rsh Available vers

[gentoo-cluster] rsh failed : Connection reset by peer

2009-01-05 Thread Chuanwen Wu
Hi, I want to use iozone to test my cluster, and I found that iozone need rsh. But rsh never worked in my machine. I have followed this guide http://www.gentoo.org/doc/en/hpc-howto.xml#doc_chap2, which including the configuration of rsh. # eix netkit-rsh [I] net-misc/netkit-rsh Available ver

Re: [gentoo-user] rsh failed

2008-10-21 Thread Chuanwen Wu
On Wed, Oct 22, 2008 at 1:59 PM, Dirk Heinrichs <[EMAIL PROTECTED]> wrote: > Am Mittwoch 22 Oktober 2008 06:38:50 schrieb ext Chuanwen Wu: >> > Looks good, but what about ~/.rhosts? >> >> 192.168.0.7 wcw >> 192.168.0.7 root > > Permissions? > 600 -- wcw

Re: [gentoo-user] rsh failed

2008-10-21 Thread Chuanwen Wu
Hi, On Tue, Oct 21, 2008 at 1:40 PM, Dirk Heinrichs <[EMAIL PROTECTED]> wrote: > Am Dienstag 21 Oktober 2008 05:09:38 schrieb ext Chuanwen Wu: > >> The permission of "/home/wcw" is 755, and "/root" is 700. > > Looks good, but what about ~/.rhosts? 192.

Re: [gentoo-user] rsh failed

2008-10-20 Thread Chuanwen Wu
Hi Dirk, > What's in your ~/.rhosts and what are its permissions? Additionally, what are > the permissions of your ~ directory? In the server machine 192.168.0.1, I have .rhosts under /root and /home/wcw, and they are both as same as below: 192.168.0.7 wcw 192.168.0.7 root and # cat /etc/hosts.e

[gentoo-user] rsh failed

2008-10-19 Thread Chuanwen Wu
Hi, I want to use iozone to test my cluster, and I found that iozone would use rsh. But rsh never worked in my machine. I have followed this guide http://www.gentoo.org/doc/en/hpc-howto.xml#doc_chap2, which including the configuration of rsh. # eix netkit-rsh [I] net-misc/netkit-rsh Availa

[gentoo-user] tightvnc and clipboard

2008-09-25 Thread Chuanwen Wu
Hi! I use tightvnc between linux and linux host. But the clipboard didn't work. After I hightlight the word or use CTRL+C in one machine, I got nothing when I pasted in another machine. $ cat /etc/conf.d/vnc DISPLAYS="wcw:1" $ cat xstartup #!/bin/sh xrdb $HOME/.Xresources unset SESSION_MANAGER

Re: How to synchronize?

2008-09-02 Thread Chuanwen Wu
Hi, Tomasz Thanks for your advice! > > Yes. Do not use non-distributed filesystems, like ext3, in a distributed > way (accessed by multiple machines, concurrently - precisely what you > are doing) - this will result in filesystem corruption, data loss etc. In fact, I already fixed the "parallel ac

How to synchronize?

2008-09-02 Thread Chuanwen Wu
Hi, I mounted a device(which have a ext3 filesystem in it) in two machine A and B. Then, in machine A, I created a file named "hello" in the device, but in machine B, it couldn't find the file "hello". So, my question is how to let machine B find the file "hello"? Now, I have tried serveral ways

[gentoo-user] GFS2 or other

2008-08-29 Thread Chuanwen Wu
Hi, I want to use, but I can't find it in portage. So is there any layman which have GFS2's ebuild? Or maybe you can recommend other clustered-aware filesystem? Thanks in advanced! -- wcw

Re: Input/output error and strange problem ?

2008-08-29 Thread Chuanwen Wu
>> Those are the ones I know about. The GFS2 is an open-source project so >> I would think it would be part of Gentoo? > But in fact, no... http://bugs.gentoo.org/show_bug.cgi?id=203916 -- wcw --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: Input/output error and strange problem ?

2008-08-29 Thread Chuanwen Wu
On Fri, Aug 29, 2008 at 10:12 PM, Konrad Rzeszutek <[EMAIL PROTECTED]> wrote: > > On Fri, Aug 29, 2008 at 11:12:34AM +0800, Chuanwen Wu wrote: >> >> Hi, Konrad! >> Thanks for you advice! >> >> > Are you mounting that filesystem across many nodes (ie, t

Re: Input/output error and strange problem ?

2008-08-28 Thread Chuanwen Wu
Hi, Konrad! Thanks for you advice! > Are you mounting that filesystem across many nodes (ie, through my > iscsi-initators)? > Yes, that's exactly what I had done. I want to use iscsi to transmit data in my distributed filesystem. > If so, then this is expected. ext3 is not clustered-aware file

Re: Input/output error and strange problem ?

2008-08-28 Thread Chuanwen Wu
I use gentoo, the kernel is 2.6.24-r4 -- wcw --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@googlegroups.com To unsubscribe from this group, send

Input/output error and strange problem ?

2008-08-28 Thread Chuanwen Wu
Hi, I use open-iscsi-2.0.869.2 and iscsitarget-0.4.15-r1, and in my test, some strange errors occur. In all my iscsi-target, I have a ext3 fs. And I mount these fs in the iscsi-initator. 1, Input/output error Once I copied a file into iscsi-target, I got the error "Input/output error" after

[gentoo-user] How to publish a project?

2008-08-28 Thread Chuanwen Wu
Hi, I am not sure if here is a right place to ask such question, but I just think maybe someone here have such experience and may help me. I have written a project, which is a distribution net file system, and I want to publish it under GPL. I have source code now of course, but I don't know how

Re: [gentoo-user] speakers have no sound in Gentoo, but work in Ubuntu

2008-07-01 Thread Chuanwen Wu
Hi, thanks for your help! It works! But I think this line > options snd-hda-intel model=dell-3stack should be: options snd_hda_intel model=dell-3stack > > Once that is done, save the file and run: > > update-modules > > Once that has completed (you may need to update-modules --force if it > comp

Re: [Alsa-user] [gentoo-user] speakers have no sound in Gentoo, but work in Ubuntu

2008-07-01 Thread Chuanwen Wu
Hi, thanks for your help! It works! But I think this line > options snd-hda-intel model=dell-3stack should be: options snd_hda_intel model=dell-3stack > > Once that is done, save the file and run: > > update-modules > > Once that has completed (you may need to update-modules --force if it > comp

Re: [Alsa-user] speakers have no sound in Gentoo, but work in Ubuntu

2008-07-01 Thread Chuanwen Wu
Hi, thanks for your help! > Both are detecting and loading snd_hda_intel. Perhaps an options line might > fix on Gentoo? > Add them in the /etc/modprobe.d/sound file as lines like: > options snd_hda_intel model=mbp3 or 3stack or 6stack or ... It works! I have tried : options snd_hda_intel model=

[gentoo-user] Re: [Alsa-user] speakers have no sound in Gentoo, but work in Ubuntu

2008-07-01 Thread Chuanwen Wu
Hi, thanks for your help! > Both are detecting and loading snd_hda_intel. Perhaps an options line might > fix on Gentoo? > Add them in the /etc/modprobe.d/sound file as lines like: > options snd_hda_intel model=mbp3 or 3stack or 6stack or ... It works! I have tried : options snd_hda_intel model=

[gentoo-user] speakers have no sound in Gentoo, but work in Ubuntu

2008-06-30 Thread Chuanwen Wu
Hi, my laptop(Dell1400)'s speakers never work in Gentoo(headphones can work). But server days ago, I installed Ubuntu and I found that the speakers work(headphones also work)! I thought the alsa-driver could not drive my sound card properly before, and now, I think there must be some way since Ubun

[Alsa-user] speakers have no sound in Gentoo, but work in Ubuntu

2008-06-30 Thread Chuanwen Wu
Hi, my laptop(Dell1400)'s speakers never work in Gentoo(headphones can work). But server days ago, I installed Ubuntu and I found that the speakers work(headphones also work)! I thought the alsa-driver could not drive my sound card properly before, and now, I think there must be some way since Ubun

Re: [gentoo-user] CD/DVD burning tools?

2008-06-23 Thread Chuanwen Wu
On Mon, Jun 23, 2008 at 8:27 PM, Joerg Schilling <[EMAIL PROTECTED]> wrote: > "Chuanwen Wu" <[EMAIL PROTECTED]> wrote: > >> Thank all you guys! >> >> I will try dvd+rw-tools since it support both DVD and CD. > > This is a missunderstandin

Re: [gentoo-user] CD/DVD burning tools?

2008-06-23 Thread Chuanwen Wu
Thank all you guys! I will try dvd+rw-tools since it support both DVD and CD. I have ever tried xfburn, but it seemed that it still had some problem s: it couldn't detected my TSSTcorp DVD driver and I still heard that it couldn't burning DVD yet. I have Windows, and of course I can do buring t

[gentoo-user] CD/DVD burning tools?

2008-06-23 Thread Chuanwen Wu
Hi, I want to burn CD/DVD under Gentoo, I have installed Xfce. So, can anybody recommend some CD/DVD burning tools, which is better if does not depend Gnome or KDE? Thanks in advanced! -- wcw

Re: [gentoo-user] the details of Council Meeting

2008-06-08 Thread Chuanwen Wu
Hi, On Sun, Jun 8, 2008 at 11:32 PM, Philip Webb <[EMAIL PROTECTED]> wrote: > 080608 Chuanwen Wu wrote: >> We try to translate the GMN to our local language, >> but I found it was really hard to understand the section >> of "Council Meeting Summary", for e

[gentoo-user] the details of Council Meeting

2008-06-08 Thread Chuanwen Wu
Hi, we try to translate the GMN to our local language, but I found it was really hard to understand the section of "Council Meeting Summary", for example: "The appeals will *not* be decided then -- it's about figuring out the validity and the process."what "validity" and "process" is? "105 m

[Lustre-discuss] MDS' operations flow

2008-05-31 Thread Chuanwen Wu
Hi, I want to know the operations flow in MDS. I have a manual and some other documents, but I can't find what i need in them. So is there any documents or papers which have the description of the MDS's operations flow? Any advice will be appreciated! -- wcw __

Re: [gentoo-user] different strange kernel name - 2.6.24-gentoo-r4-g506ab20b-dirty

2008-04-29 Thread Chuanwen Wu
Thank Willie! On Tue, Apr 29, 2008 at 9:59 PM, Willie Wong <[EMAIL PROTECTED]> wrote: > On Tue, Apr 29, 2008 at 11:05:07AM +0800, Penguin Lover Chuanwen Wu squawked: > > > 1, Why I got a new kernel image(2.6.24-gentoo-r4-gb921d0de-dirty) > > instead of using the o

[gentoo-user] different strange kernel name - 2.6.24-gentoo-r4-g506ab20b-dirty

2008-04-28 Thread Chuanwen Wu
Hi, I want to add my codes to the kernel source( I use gentoo-source ) and compile it as modules. All my codes are under the directory /usr/src/linu/fs/dnfs/. The problem is why everytime after I changed my codes and re-complied the kernel, I got a different strange kernel image. Here is the detai

Re: [gentoo-user] touchpad can't scroll

2008-03-30 Thread Chuanwen Wu
On Sun, Mar 30, 2008 at 3:19 PM, Mick <[EMAIL PROTECTED]> wrote: > On Sunday 30 March 2008, Chuanwen Wu wrote: > > On Fri, Mar 28, 2008 at 4:28 PM, Mick <[EMAIL PROTECTED]> wrote: > > > > > So, you may want to replace your "/dev/input/mouse1"

Re: [gentoo-user] touchpad can't scroll

2008-03-29 Thread Chuanwen Wu
On Fri, Mar 28, 2008 at 4:28 PM, Mick <[EMAIL PROTECTED]> wrote: > > On Friday 28 March 2008, Chuanwen Wu wrote: > > Hi, > > > > > You should change your server-layout to something like > > > > > > Section "ServerLayout"

Re: [gentoo-user] touchpad can't scroll

2008-03-27 Thread Chuanwen Wu
Hi, > You should change your server-layout to something like > > Section "ServerLayout" > Identifier "Layout0" > Screen "Screen1" > InputDevice"Keyboard1" "CoreKeyboard" > InputDevice"Touchpad" "CorePointer" > Option "AIGLX" "tr

[gentoo-user] touchpad can't scroll

2008-03-27 Thread Chuanwen Wu
Hi, I have a Dell 1400 laptop. The touchpad can implement most functions except vertical scrolling, horizontal scrolling and dragging (not only in firefox, and also other applications). I have followed this guide http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad, but still can't fix the problem.

Re: [gentoo-user] uvesafb and screen resolution

2008-03-25 Thread Chuanwen Wu
On Wed, Mar 26, 2008 at 3:55 AM, Ricardo Saffi Marques <[EMAIL PROTECTED]> wrote: > On Tue, Mar 25, 2008 at 4:42 PM, Sergey Kobzar <[EMAIL PROTECTED]> wrote: > > > uvesafb works nice. > > Can anyone help me with the following? > Do any of you know how to make uvesafb (that replaces the old vesafb-t

[gentoo-user] git-send-email get garble

2008-03-08 Thread Chuanwen Wu
Mon Sep 17 00:00:00 2001 From: Chuanwen Wu <[EMAIL PROTECTED]> Date: Sat, 8 Mar 2008 16:27:41 +0800 Subject: [PATCH] add new Signed-off-by: Chuanwen Wu <[EMAIL PROTECTED]> --- new.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/new.txt b/new.txt i

Re: [gentoo-user] How to use mplayer play file online?

2008-03-04 Thread Chuanwen Wu
I have found a way. Just add USE=ftp when emerge mplayer. Then, we can play movie in ftp use mplayer: mplayer ftp://FTP_SERVER/FILE > I'm not sure if mplayer supports authentication, but you could try to > "pipe" the output from another client. Something like: > > curl --auth-options ftp:/exe

[gentoo-user] what's PMS?

2008-03-02 Thread Chuanwen Wu
In GMN20080218, there is a section: EAPI=1 (Where is the specification?): The general agreement was that any new EAPIs should not be added until EAPI=0 is fully approved. However, there wasn't any consensus on changing anything about EAPI=1. Mark Loeser agreed to work on PMS for EAPI=0, and will p

Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Chuanwen Wu
> Does the wget itself work, eg. does wget ftp://ftpserver/file.ext > download your file? Yes, I can see the file after downloading, but mplayer just don't play it. I attach the output below, when I do "wget ftp://THE_FTPSERVER/1.RM -O - | mplayer -cache 8192 -" below. There are some Chinese ch

Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Chuanwen Wu
> Meanwhile, just download the file and play it. What's the problem with > that? To view the whole thing from beginning to end all that data would > still have to move from the server to your local machine anyway. But I can save the time of downing the file and when I want to watch any movie, I

Re: [gentoo-user] How to use mplayer play file online?

2008-02-28 Thread Chuanwen Wu
> You have to download it as it has to be in RAM before mplayer can use > it. > > And you have to download the whole thing as it's a container file, not a > stream. So, you mean mplayer can NOT play stream? As far as I know, mplayer can play file on a web(html) site. In "man mplayer", I can see

[gentoo-user] How to use mplayer play file online?

2008-02-28 Thread Chuanwen Wu
Hi, I want to use mplayer to play files on the ftp server. For example, I have some files on: ftp://user:[EMAIL PROTECTED]/thefile. Now I want to play it, but I won't need to download all the file first then play it. Is there any advice? Thanks in advanced! -- wcw -- gentoo-user@lists.gentoo.org

[gentoo-user] what NFP means?

2008-02-13 Thread Chuanwen Wu
Hi, I try to translate the GMN(2008-01-21), and now I want to know what "NFP" exactly means or the full spelling of "NFP" in the section below. ** Foundation Status Grant Goodyear, one of our active foundation trustees, recently gave

Re: [gentoo-user] uvesafb problem

2008-01-15 Thread Chuanwen Wu
On Jan 15, 2008 10:40 PM, Kevin <[EMAIL PROTECTED]> wrote: > > > On Jan 15, 2008 8:31 AM, Chuanwen Wu <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > > On Jan 15, 2008 9:52 PM, Kevin <[EMAIL PROTECTED]> wrote: > > > Just making sure you didn

Re: [gentoo-user] uvesafb problem

2008-01-15 Thread Chuanwen Wu
:1024x768 or is that > what you implied in the note about it not working. > I mean Justin' s suggestion "video=vesafb:1024x768" didn't work in my machine. And also, just as what I said in the first post that "video=uvesafb:1024x768" didn't work, too. > t

Re: [gentoo-user] uvesafb problem

2008-01-15 Thread Chuanwen Wu
Hi, On Jan 15, 2008 7:25 PM, <[EMAIL PROTECTED]> wrote: > > just use > > video=vesafb:1024x768 I tried, and it doesn't work. > > :) justin > > > > On Tue, 15 Jan 2008 16:44:39 +0800, "Chuanwen Wu" <[EMAIL PROTECTED]> > wrote: > >

[gentoo-user] uvesafb problem

2008-01-15 Thread Chuanwen Wu
Hi, guys! I want to have higher resolution in console. I used vesa-tng before and now I have update the kernel to 2.6.23 and I guess I should use uvesafb instead of vesa-tng. I have followed the guide here http://dev.gentoo.org/~spock/projects/uvesafb/, and Here is the options I have chose in con

Re: [gentoo-user] Re: lxr and Mysql problem

2007-12-07 Thread Chuanwen Wu
I have found global + vi or firefox :) It's very easy to configure. Oh, lxr is really the pain ! On Dec 7, 2007 5:36 PM, Chuanwen Wu <[EMAIL PROTECTED]> wrote: > here is some information about lxr: > # eix lxr > [I] www-apps/lxr > Available versions: >

Re: [gentoo-user] Re: lxr and Mysql problem

2007-12-07 Thread Chuanwen Wu
fuction. On Dec 7, 2007 5:07 PM, Randy Barlow <[EMAIL PROTECTED]> wrote: > Chuanwen Wu wrote: > > So, no one ever used lxr? > > Or maybe you can recommend other tools that can be used to view the > > souce(usually the kernel source) to me? > > I'm not at all fa

[gentoo-user] Re: lxr and Mysql problem

2007-12-07 Thread Chuanwen Wu
So, no one ever used lxr? Or maybe you can recommend other tools that can be used to view the souce(usually the kernel source) to me? Thanks! On Dec 4, 2007 9:12 PM, Chuanwen Wu <[EMAIL PROTECTED]> wrote: > Hi, guys! > > I want to use lxr to view the kernel source and have installe

[gentoo-user] lxr and Mysql problem

2007-12-04 Thread Chuanwen Wu
Hi, guys! I want to use lxr to view the kernel source and have installed it with the guide in the file INSTALL in the lxr package . But when I do genxref, the error occure. I show a example below, in which I use a EMPTY file called "helloworld.c" in the a directory called "helloworld". I try to g

[Alsa-user] have no sound in HDA-Intel cards with alsa-driver-1.0.14-r1

2007-12-04 Thread Chuanwen Wu
Hi, On my dell 1400 laptop, the os is gentoo and I have upgraded the alsa-driver from version 1.0.14_rc3 to 1.0.14-r1, and now, the sound gone. # lspci | grep Audio 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) # lsmod | grep snd snd_seq_oss

Re: [gentoo-user] virtualbox shared folder anyone? [SOLVED]

2007-12-02 Thread Chuanwen Wu
Thank you! I use this way to solve the same problem in the x86_64 platform. I use virtualbox-1.5.2. On Apr 23, 2007 10:46 PM, Helmut Jarausch <[EMAIL PROTECTED]> wrote: > The following steps were successful (for me) > > echo "app-emulation/virtualbox-bin additions dvitool" >> \ > /etc/porta

[gentoo-user] how to detect the throughput in the lan?

2007-11-14 Thread Chuanwen Wu
Hi, guys! I need to know the total throughput of the LAN in real-time, for example, the total input and output of each node in the LAN. I have used tcpdump. But as I know, it cannot be use to get the statistics of the LAN. Can't you recommend some tools? Thanks in advanced! -- wcw -- [EMAIL

Re: [Alsa-user] speakers have no sound but headphones have

2007-11-01 Thread Chuanwen Wu
On Nov 2, 2007 1:48 AM, Ralf Prengel <[EMAIL PROTECTED]> wrote: > Chuanwen Wu schrieb: > > Hi, > > I have a sound problem with my dell1400 laptop: I have no sound from > > the speakers in the laptop but I can have sound from headphones after > > I insert them. >

[Alsa-user] speakers have no sound but headphones have

2007-10-21 Thread Chuanwen Wu
Hi, I have a sound problem with my dell1400 laptop: I have no sound from the speakers in the laptop but I can have sound from headphones after I insert them. $ amixer Simple mixer control 'Master',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 1

Re: [gentoo-user] Re: speakers have no sound but headphones have

2007-10-20 Thread Chuanwen Wu
On 10/19/07, »Q« <[EMAIL PROTECTED]> wrote: > Dan Farrell <[EMAIL PROTECTED]> wrote: > > > On Thu, 18 Oct 2007 14:04:59 -0400 > > Willie Wong <[EMAIL PROTECTED]> wrote: > > > > > Chuanwen: Personally I have never encountered a situation where on a > > > laptop the volume control etc. is different

Re: [gentoo-user] speakers have no sound but headphones have

2007-10-18 Thread Chuanwen Wu
On 10/19/07, Benno Schulenberg <[EMAIL PROTECTED]> wrote: > Chuanwen Wu wrote: > > I have a sound problem with my dell1400 laptop: I have no sound > > from the speakers in the laptop but I can have sound from > > headphones after I insert them. > > > >

Re: [gentoo-user] speakers have no sound but headphones have

2007-10-18 Thread Chuanwen Wu
ober 2007, Chuanwen Wu wrote: > > Hi, > > I have a sound problem with my dell1400 laptop: I have no sound from > > the speakers in the laptop but I can have sound from headphones after > > I insert them. > > > > When I used $alsamixer -V all, I got these informations:

[gentoo-user] speakers have no sound but headphones have

2007-10-18 Thread Chuanwen Wu
Hi, I have a sound problem with my dell1400 laptop: I have no sound from the speakers in the laptop but I can have sound from headphones after I insert them. When I used $alsamixer -V all, I got these informations: Card: HDA Intel │ C

Re: [Alsa-user] No sound with HDA on dell 1400

2007-10-15 Thread Chuanwen Wu
I sent forward the email below 23 hours ago. You can get details. On 10/14/07, Chuanwen Wu <[EMAIL PROTECTED]> wrote: > Hi, > I have alsa problem on my 64bit gentoo linux. My os. > > The Audio device is Intel Corporation HD Audio Controller. The chipset is > ICH8. >

Re: [gentoo-user] alsa problem

2007-10-15 Thread Chuanwen Wu
after 1.0.14_r3, and the 1.0.15_rc2 one, but both of them can't drive my sound card. But now, the 1.0.14_rc3 fixed it! It's a big surprise. 2007/10/14, Chuanwen Wu <[EMAIL PROTECTED]>: > 2007/10/14, Hans-Werner Hilse <[EMAIL PROTECTED]>: > > Hi, > > > > On

Re: [Alsa-user] No sound with HDA on dell 1400

2007-10-15 Thread Chuanwen Wu
Problem fixed! I use the alsa-driver-1.0.14_rc3, and everything is fine, now. It's very weird. In my os, 64bit gentoo, the 1.0.14_rc3 version one is a unstable one. Before this, I have tried both version 1.0.14,the stable one that come out after 1.0.14_r3, and the 1.0.15_rc2 one, but both of th

Re: [gentoo-user] alsa problem

2007-10-14 Thread Chuanwen Wu
2007/10/14, Hans-Werner Hilse <[EMAIL PROTECTED]>: > Hi, > > On Sun, 14 Oct 2007 15:25:12 +0800 > "Chuanwen Wu" <[EMAIL PROTECTED]> wrote: > > > > > Yes,both my Windows XP and another linux os Redflag have sound. Is > > > > th

[Alsa-user] No sound with HDA on dell 1400

2007-10-14 Thread Chuanwen Wu
Hi, I have alsa problem on my 64bit gentoo linux. The Audio device is Intel Corporation HD Audio Controller. The chipset is ICH8. I have tried the in-kernel alsa driver, but that did not work. Then I installed alsa-driver-1.0.15_rc2, and I did alsaconf, I got the error below: Running modules-

Re: [gentoo-user] alsa problem

2007-10-14 Thread Chuanwen Wu
2007/10/13, Hans-Werner Hilse <[EMAIL PROTECTED]>: > Hi, > > On Sat, 13 Oct 2007 22:23:35 +0800 > "Chuanwen Wu" <[EMAIL PROTECTED]> wrote: > > > Yes,both my Windows XP and another linux os Redflag have sound. Is > > there anyway that I can u

Re: [gentoo-user] alsa problem

2007-10-13 Thread Chuanwen Wu
2007/10/13, Hans-Werner Hilse <[EMAIL PROTECTED]>: > Hi, > > On Fri, 12 Oct 2007 22:59:28 -0400 "Walter Dnes" > <[EMAIL PROTECTED]> wrote: > > > After this sequence, my ALSA sound finally started working again. I > > don't know what happened. A wild guess is that "make" was trying to > > "be ef

  1   2   3   >