Re: [arch-general] Top level node not shown in Texinfo viewer

2011-12-11 Thread Ricardo Catalinas Jiménez
I found it. The flag `-fstack-protector' in CFLAGS from /etc/makepkg.conf triggers the issue, if I remove it `info' works properly. I opened a bug: https://bugs.archlinux.org/task/27539 Regards On Sat, Dec 10, 2011 at 2:30 AM, Ricardo Catalinas Jiménez < jimenezr...@gmail.com> wrote: > > I hav

Re: [arch-general] urxvt colours and Xresources

2011-12-11 Thread gt
On Sun, Dec 11, 2011 at 06:30:52PM +0100, Ricardo Catalinas Jiménez wrote: > On Sun, Dec 11, 2011 at 10:54:22PM +0530, gt wrote: > > But, setting termName to rxvt-unicode-256color in .Xresources still > > doesn't have any effect on non-screen terminals, i.e., no bold colours > > still. > > With ur

Re: [arch-general] audio realtime, was: /usr/bin/X: No such file

2011-12-11 Thread Ray Rashif
On 12 December 2011 01:44, Bernardo Barros wrote: > On Sun, Dec 11, 2011 at 9:39 AM, Ralf Mardorf > wrote: >>> grep audio /media/archlinux/etc/security/limits.conf >> @audio          -       rtprio          65 >> @audio          -       nice           -10 >> @audio          -       memlock      

Re: [arch-general] audio realtime, was: /usr/bin/X: No such file

2011-12-11 Thread Ray Rashif
On 12 December 2011 01:39, Ralf Mardorf wrote: > Btw. I can't agree with > "Tickless, CONFIG_NO_HZ, i.e "dynticks", or "dynamic ticks", is said to > interfere with realtime (though the extent may not be noticeable)." > it reduces audible MIDI jitter on my machine. And I have heard it increases xr

Re: [arch-general] audio realtime, was: /usr/bin/X: No such file

2011-12-11 Thread Bernardo Barros
download from AUR and adapt the packages with your custom options you can then compile your custom linux and ardour packages yourself and install with pacman, that is safer then `make installing`

Re: [arch-general] audio realtime, was: /usr/bin/X: No such file

2011-12-11 Thread Ralf Mardorf
> So if I build a kernel myself, not by using pacman or PKGBUILD I need to > add some kind of dummy package? is called nvidia-all +++ Thank you :) - Ralf

Re: [arch-general] audio realtime, was: /usr/bin/X: No such file

2011-12-11 Thread Ralf Mardorf
-Ursprüngliche Nachricht- Von: arch-general-boun...@archlinux.org im Auftrag von Bernardo Barros Gesendet: So 12/11/2011 18:44 An: General Discussion about Arch Linux Betreff: Re: [arch-general] audio realtime, was: /usr/bin/X: No such file On Sun, Dec 11, 2011 at 9:39 AM, Ralf Mardorf

Re: [arch-general] audio realtime, was: /usr/bin/X: No such file

2011-12-11 Thread Ionut Biru
On 12/11/2011 07:39 PM, Ralf Mardorf wrote: > Sorry some additional Arch Linux newbie questions ;) > > -Ursprüngliche Nachricht- > Von: arch-general-boun...@archlinux.org im Auftrag von Ionut Biru > Gesendet: So 12/11/2011 16:19 >> AUR is your friend. >> >> nvidia-lts for kernel26-lts is i

Re: [arch-general] audio realtime, was: /usr/bin/X: No such file

2011-12-11 Thread Bernardo Barros
On Sun, Dec 11, 2011 at 9:39 AM, Ralf Mardorf wrote: >> grep audio /media/archlinux/etc/security/limits.conf > @audio          -       rtprio          65 > @audio          -       nice           -10 > @audio          -       memlock         4 > A recent jack update sets those limits for you.

[arch-general] audio realtime, was: /usr/bin/X: No such file

2011-12-11 Thread Ralf Mardorf
Sorry some additional Arch Linux newbie questions ;) -Ursprüngliche Nachricht- Von: arch-general-boun...@archlinux.org im Auftrag von Ionut Biru Gesendet: So 12/11/2011 16:19 > AUR is your friend. > > nvidia-lts for kernel26-lts is in extra. > nvidia-rt from aur > nvidia-$yourcrappykerly

Re: [arch-general] urxvt colours and Xresources

2011-12-11 Thread Ricardo Catalinas Jiménez
On Sun, Dec 11, 2011 at 10:54:22PM +0530, gt wrote: > But, setting termName to rxvt-unicode-256color in .Xresources still > doesn't have any effect on non-screen terminals, i.e., no bold colours > still. With urxvt, I don't specify the termName, it sets its default to `rxvt-unicode-256color'. So,

Re: [arch-general] urxvt colours and Xresources

2011-12-11 Thread gt
On Sun, Dec 11, 2011 at 10:20:08AM -0500, nico wrote: > Have you tried updating your machine? "$TERM too long - sorry" is a > quite old bug, which has already been fixed for several months. Hmm.. I was using screen-vs from aur. Just switched to screen from extra and this bug is gone. But, settin

Re: [arch-general] urxvt colours and Xresources

2011-12-11 Thread nico
Have you tried updating your machine? "$TERM too long - sorry" is a quite old bug, which has already been fixed for several months.

Re: [arch-general] /usr/bin/X: No such file

2011-12-11 Thread Ionut Biru
On 12/11/2011 05:07 PM, Ralf Mardorf wrote: > PS: Dependencies are > * linux>=3.1 > * linux<3.2 > * nvidia-utils=290.10 > > So I wonder if it would build a module if I should build some kernel-rt > myself. Since current one is 3.0 > http://www.kernel.org/pub/linux/kernel/projects/rt/

Re: [arch-general] urxvt colours and Xresources

2011-12-11 Thread gt
On Sun, Dec 11, 2011 at 03:40:09PM +0100, Ricardo Catalinas Jiménez wrote: > On Sun, Dec 11, 2011 at 08:44:14AM +0530, gt wrote: > > I have been facing this issue from a long time. The issue is that > > sometimes the bold colours aren't loaded by urxvt. > > > > I mainly use the terminals inside sc

Re: [arch-general] /usr/bin/X: No such file

2011-12-11 Thread Ralf Mardorf
PS: Dependencies are * linux>=3.1 * linux<3.2 * nvidia-utils=290.10 So I wonder if it would build a module if I should build some kernel-rt myself. Since current one is 3.0 http://www.kernel.org/pub/linux/kernel/projects/rt/ I suspect I need to download from NVIDIA. *?* Ralf

Re: [arch-general] /usr/bin/X: No such file

2011-12-11 Thread Ralf Mardorf
-Ursprüngliche Nachricht- Von: arch-general-boun...@archlinux.org im Auftrag von Ionut Biru Gesendet: So 12/11/2011 15:01 > why do i think you used nvidia installer instead of doing pacman -S nvidia ? Hi :) dunno? I run pacman -S nvidia. Hm? * etc/ * etc/modprobe.d/ * etc/m

Re: [arch-general] urxvt colours and Xresources

2011-12-11 Thread Ricardo Catalinas Jiménez
On Sun, Dec 11, 2011 at 08:44:14AM +0530, gt wrote: > I have been facing this issue from a long time. The issue is that > sometimes the bold colours aren't loaded by urxvt. > > I mainly use the terminals inside screen, and then the colours are > loaded properly (not always though). But when launch

Re: [arch-general] /usr/bin/X: No such file

2011-12-11 Thread Ionut Biru
On 12/11/2011 03:28 PM, Ralf Mardorf wrote: > -Ursprüngliche Nachricht- > Von: arch-general-boun...@archlinux.org im Auftrag von Allan McRae > Gesendet: So 12/11/2011 11:51 >> >> Have you installed xorg? >> >>> pacman -Qo /usr/bin/X >> /usr/bin/X is owned by xorg-server 1.11.2-2 > > Oops :

Re: [arch-general] /usr/bin/X: No such file

2011-12-11 Thread Ralf Mardorf
-Ursprüngliche Nachricht- Von: arch-general-boun...@archlinux.org im Auftrag von Allan McRae Gesendet: So 12/11/2011 11:51 > > Have you installed xorg? > > > pacman -Qo /usr/bin/X > /usr/bin/X is owned by xorg-server 1.11.2-2 Oops :D thank you :), at least xorg.xinit already was install

Re: [arch-general] partition sizes and filesystems (Re: Install Arch instages?)

2011-12-11 Thread Ralf Mardorf
-Ursprüngliche Nachricht- Von: arch-general-boun...@archlinux.org im Auftrag von Karol Babioch Gesendet: Sa 12/10/2011 13:15 An: General Discussion about Arch Linux Betreff: Re: [arch-general] partition sizes and filesystems (Re: Install Arch instages?) Hi, Am 10.12.2011 06:07, schrieb

Re: [arch-general] /usr/bin/X: No such file

2011-12-11 Thread Allan McRae
On 11/12/11 20:37, Ralf Mardorf wrote: > Hi :) > > when I try to start xfce (as root, since I didn't add a user until now) > I get > > "/usr/bin/startxfce4: Starting X server > /etc/X11/xinit/xserverrc: line1: /usr/bin/X: No such file or directory" > > I missed something when reading the Wiki.

Re: [arch-general] /usr/bin/X: No such file

2011-12-11 Thread Karol Blazewicz
On Sun, Dec 11, 2011 at 11:37 AM, Ralf Mardorf wrote: > Hi :) > > when I try to start xfce (as root, since I didn't add a user until now) > I get > > "/usr/bin/startxfce4: Starting X server >  /etc/X11/xinit/xserverrc: line1: /usr/bin/X: No such file or directory" > > I missed something when readi

Re: [arch-general] /usr/bin/X: No such file

2011-12-11 Thread Jari Vetoniemi
/usr/bin/X should be symlink to /usr/bin/Xorg, At least that way it's in my system. On Sun, Dec 11, 2011 at 11:37:30AM +0100, Ralf Mardorf wrote: > Hi :) > > when I try to start xfce (as root, since I didn't add a user until now) > I get > > "/usr/bin/startxfce4: Starting X server > /etc/X11/xini

[arch-general] /usr/bin/X: No such file

2011-12-11 Thread Ralf Mardorf
Hi :) when I try to start xfce (as root, since I didn't add a user until now) I get "/usr/bin/startxfce4: Starting X server /etc/X11/xinit/xserverrc: line1: /usr/bin/X: No such file or directory" I missed something when reading the Wiki. I'll read it again. Any hints are welcome. Cheers! Ralf