new powerbook touchpad

2005-03-25 Thread Johannes Berg
has anyone found out something yet? I am currently looking at the data it sends via USB and so far I can't make much of it. Some levels depend on how much area is covered by fingers or my palm or ... I guess most of the actual finger tracking is implemented in software. johannes -- Johannes Berg

Re: Mac Mini framebuffer

2005-03-25 Thread Roger Leigh
Michel DÃnzer <[EMAIL PROTECTED]> writes: > On Fri, 2005-03-25 at 14:23 +, Roger Leigh wrote: >> I've then built linux 2.6.11 with the radeon framebuffer driver and >> made this available to yaboot by adding it to /etc/yaboot.conf. I'm >> also using the ati XFree86 driver. I can see the fra

Re: changing hostname

2005-03-25 Thread Cedric Pradalier
According to Paul J. Lucas, on Fri, 25 Mar 2005 07:47:36 -0800 (PST), > If I want to change a host's name, I edit: > > /etc/hostname > /etc/mailname > /etc/hosts > > which I did, but 'uname -n' still prints the old hostname. Is a > reboo

Re: pre-release 2.6.11-0.1 debian/powerpc kernel

2005-03-25 Thread Tamas K Papp
I have installed Sven's 2.6.11-0.3 on a 15" Albook (2004). When waking up, it - moves CD (which I consider normal, kernel does that when booting) - beeps - moves CD again (screen lights) Sometimes it looks as though the system received a keypress, eg on console I see a ~ which I did not type. Sou

I messed up the symlinks in the /boot directory

2005-03-25 Thread Tamas K Papp
First, I had prepackaged kernels 2.6.8 and 2.6.10, which were "old" and "Linux" in yaboot, respectively. Then I installed 2.6.11, which became "Linux" and 2.6.10 was now "old". Then I removed 2.6.11, but had to restore the symlinks myself. Now I installed 2.6.11 again, but it did not modify the s

Re: xdga colors problem

2005-03-25 Thread Michel Dänzer
On Fri, 2005-03-25 at 20:21 +, Lee Braiden wrote: > On Friday 25 March 2005 20:10, Michel DÃnzer wrote: > > On Thu, 2005-03-24 at 21:23 -0500, Tamas K Papp wrote: > > > When I use xdga (fullscreen), the colors are weird, eg the blue is > > > replaced by cyan and the whole thing looks psychedeli

Re: xdga colors problem

2005-03-25 Thread Lee Braiden
On Friday 25 March 2005 20:10, Michel DÃnzer wrote: > On Thu, 2005-03-24 at 21:23 -0500, Tamas K Papp wrote: > > When I use xdga (fullscreen), the colors are weird, eg the blue is > > replaced by cyan and the whole thing looks psychedelic. Is this a > > known problem, and is there a workaround? >

Re: xdga colors problem

2005-03-25 Thread Michel Dänzer
On Thu, 2005-03-24 at 21:23 -0500, Tamas K Papp wrote: > When I use xdga (fullscreen), the colors are weird, eg the blue is > replaced by cyan and the whole thing looks psychedelic. Is this a > known problem, and is there a workaround? The application is probably writing the colour components to

Re: Mac Mini framebuffer

2005-03-25 Thread Michel Dänzer
On Fri, 2005-03-25 at 14:23 +, Roger Leigh wrote: > > I'm totally new to the powerpc architecture. I've switched from i386 > after I got a new Mac Mini, so all my future development will be on > powerpc! Cool. > I installed using the d-i netinst iso, and then switched to unstable. > I've th

Re: changing hostname

2005-03-25 Thread Lee Braiden
On Friday 25 March 2005 15:47, Paul J. Lucas wrote: > If I want to change a host's name, I edit: > >/etc/hostname >/etc/mailname >/etc/hosts > > which I did, but 'uname -n' still prints the old hostname. Is a > reboot necessary? I have seen advice to reboot VERY soon after chang

Re: pbbuttonsd 0.6.8beta1 has been released for testing

2005-03-25 Thread Joerg Sommer
Matthias Grimm <[EMAIL PROTECTED]> wrote: > > Hi, > > As consequence of the high number of critical bugs in the last release I > publish a beta release first this time: > > PBButtonsd 0.6.8beta1 > available at: http://pbbuttons.sourceforge.net I'v

Re: changing hostname

2005-03-25 Thread Paul J. Lucas
On Fri, 25 Mar 2005, Paul J. Lucas wrote: Well, it seems that there's a sethostname(2) call, but apparently no command for calling it ... Duh... hostname(1) takes an argument. Never mind. - Paul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: changing hostname

2005-03-25 Thread Johannes Berg
On Fri, 2005-03-25 at 07:57 -0800, Paul J. Lucas wrote: > But is there a better/canonical way to do this? echo blabla > /proc/sys/kernel/hostname johannes -- Johannes Berg <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Re: changing hostname

2005-03-25 Thread Paul J. Lucas
On Fri, 25 Mar 2005, Paul J. Lucas wrote: ... but 'uname -n' still prints the old hostname. Is a reboot necessary? Well, it seems that there's a sethostname(2) call, but apparently no command for calling it; so I wrote as a quick hack: #include

changing hostname

2005-03-25 Thread Paul J. Lucas
If I want to change a host's name, I edit: /etc/hostname /etc/mailname /etc/hosts which I did, but 'uname -n' still prints the old hostname. Is a reboot necessary? - Paul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

unsubscribe

2005-03-25 Thread Raphaël RIGNIER
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

dual output using an iBook 2.2

2005-03-25 Thread Jesus Climent
Following the thread starting at http://lists.debian.org/debian-powerpc/2004/03/msg00173.html there seems to be a good chance I can get a dual output with my iBook 2.2, but I fail to find references to FWPPL under the radeon_driver.c file (according to http://ibook.realpath.org/configuration?DokuW

Mac Mini framebuffer

2005-03-25 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I'm totally new to the powerpc architecture. I've switched from i386 after I got a new Mac Mini, so all my future development will be on powerpc! I installed using the d-i netinst iso, and then switched to unstable. I've then built linux 2