André Vitor de Lima Matos:
> My problem persist, preventing me from upgrade to linux 3.7.2.
I have the same problem (and I don't use *testing*):
When I upgraded to 3.6.11, after rebooting, rEFInd froze at the *rEFInd -
Booting OS* stage and downgrading to 3.6.10 didn't help. I can boot in
BIOS m
LANGLOIS Olivier PIS -EXT:
> What is the difference between fbdev and vesa x driver?
man vesa
man fbdev
> If my system is booting fine with the fb video driver for the
> vconsole, should I be better with the X fbdev video driver?
On the MBA, I haven't noticed any performance difference between
Daniel Bryan:
> Here's what I've tried in EFI mode:
>
> - standard nouveau setup - X sort of starts up but there are weird
> artifacts, mouse doesn't work, and it freezes up pretty quickly.
I had the same problem and found the following solution:
- Install xf86-video-fbdev
- Create a new fil
Sébastien Luttringer:
> Waiting last words on package naming, lua and lua51 are available here [1].
>
> [1] http://pkgbuild.com/~seblu/
With the lua 5.2 test package installed, one of my packages[2] fails to
build at the *configure* stage:
Checking for library lua >= 5.2... no
Checking
Allan McRae:
> Please file a bug for makepkg.
Done: https://bugs.archlinux.org/task/28248?project=3
Cheers,
--
b.d
(| |)
^ ^
Lukáš Jirkovský:
> You can use "|| true" in such cases. Eg.
> hg pull || true
Thanks but 'hg pull' is called from within the makepkg script itself
(i.e. even if the PKGBUILD contains an empty build() function, mercurial
will be called if the _hgroot and _hgrepo variables have proper values).
--
Frederic Bezies:
> For now, downgrade to mercurial 2.0.2
Thanks.
My bad: I though the change came from pacman 4.
--
b.d
(| |)
^ ^
Hi,
There's a problem with all the mercurial based PKGBUILD, the following
command:
hg pull
Returns with a non zero exit code if there's nothing to pull.
In that case, makepkg fails with since it traps all non zero exit codes.
I've found traces of this mercurial behavior dating from 2006, h
Hi,
I tried the nouveau driver and I noticed gradients were rough, I thought
it might be related to the color depth but I didn't found any relevant
option in the nouveau manual, so I tried passing depth parameters to
startx but it didn't help.
Any hints?
Greetings,
--
b.d
(| |)
^ ^
Matthew Gyurgyik:
> May not be much help, but
>
> Prior to 3.2 I had to use "echo USB0 > /proc/acpi/wakeup" to allow
> my keyboard/mouse to wake up the computer (USB0 was disabled by
> default). Now with 3.2 this no longer the case (USB0 is enabled by
> default).
On the contrary, this is ext
Hi,
My '/etc/rc.local' contains the following lines:
echo EHC1 > /proc/acpi/wakeup
echo EHC2 > /proc/acpi/wakeup
Those commands were working fine before Linux 3.2.
But now, they seem to be ineffective (i.e. the corresponding devices are
marked as '*disabled' in the output of `cat /proc/
Thomas Bächler:
> (Better idea: execute a wrapper that closes file descriptor 2, opens a
> new one using pipe(), intercept everything that is printed to that pipe,
> modify it and dump it to fd 1. That wrapper then executes your shell.
> Much cleaner and more universal than a LD_PRELOAD hack.)
Se
Hi,
I've been using stderred[1] and one of the things that everyone would
expect to work doesn't[2].
Is there a bug here?
If so, where should I report it?
[1] https://github.com/sickill/stderred
[2] https://github.com/sickill/stderred/issues/13
Greetings,
--
b.d
(| |)
^ ^
Hi,
The `NoseGuy` hack of the `xscreensaver` package seems broken:
http://ge.tt/15VJnNB/1
However, if I build `xscreensaver` through `abs`, the hack displays just
fine.
Happy New Year!
--
b.d
(| |)
^ ^
Bastien Dejean:
> I've created /etc/pm/sleep.d/49xscreensaver:
>
> #! /bin/dash
>
> case $1 in
> resume | thaw)
> xscreensaver-command -deactivate >&- 2>&- &
> ;;
> esac
>
> We'll see how i
Mauro Santos:
> It might work or not, I don't know what takes precedence. After you
> resume i guess it will check the time and realize it has been longer
> than the defined inactivity period with no activity (it was suspended so
> there could be no activity) and lock the screen.
I've created /et
Mauro Santos:
> When you resume, how much time has it been since you suspended? How much
> time does it need to pass until xscreensaver locks your screen if the
> machine is kept running?
I see what you mean. xscreensaver thinks it musts activate because it
wrongly considers the elapsed time as a
Hi,
I would like to know why I see xscreensaver when I resume from suspend
even if I manually suspend.
Greetings,
--
Bastien
Bastien Dejean a écrit :
> nmap gp :call Paste(1, 0)
Sorry, obviously I meant 'Paste(0, 0)'.
--
Bastien
Manolo Martínez a écrit :
> As it is now, the standalone vim cannot copy to and from the X clipboard.
I wrote the following functions to circumvent the problem:
function! Yank(...)
if a:0
let response = system("xsel -pi", a:1)
else
let response = syste
Mantas Mikulėnas a écrit :
> You can sort of avoid this by redirecting the output to the proper
> location -- your terminal. (I'm not sure how reliable this is.)
>
> trap '[[ $BASH_SOURCE ]] ||
> printf "\e]0;%s\a" "$BASH_COMMAND" >/dev/tty' DEBUG
Thanks, it annihilated the s
Hey,
I've added the following lines to my .bashrc:
case "$TERM" in
rxvt*|xterm*)
set -o functrace
trap '[ -z "$BASH_SOURCE" ] && printf "%b" "\e]0;$BASH_COMMAND\a"'
DEBUG >& /dev/null
;;
esac
(It sets the current title of the current window ac
Thomas Bächler a écrit :
> This can only mean two things:
> 1) You get read errors (see dmesg)
> 2) The file system on the discs is not recognized by util-linux (and
> thus probably not by linux either)
It has to do with the drive, because I tried to mount the same CDs with
an external DVD drive
Thomas Bächler a écrit :
> I guess it won't return anything, but please try
> blkid /dev/sr0
> or
> blkid -p /dev/sr0
Tried both: nothing's returned.
Cheers,
--
Bastien
Thomas Bächler a écrit :
> > mount -t iso9660 /dev/sr0 /mnt/dvd
> Try without the -t part.
I already tried.
If I do so, mount asks me to specify the filesystem.
Cheers,
--
Bastien
Hi,
I can't mount a whole bunch of CDs/DVDs I've burned back in the days I
was using Mac OS X.
They've been burnt with the 'Hybrid Mac/PC' scheme of the following
program:
http://burn-osx.sourceforge.net/Pages/English/home.html
isoinfo -d dev=/dev/sr0
Gives the following output:
CD-RO
Hi,
I'm sure I must be missing something obvious but:
What are the default keyboard shortcuts, in GTK2, to paste the
PRIMARY/CLIPBOARD X clipboards?
Cheers,
--
Bastien
Bastien Dejean wrote:
> What the... ?!
It seems that the Popcorn Hour I'm plugging my drive to is chowning and
chmoding it.
Any Popcorn Hour experts out there?
--
Bastien
Bastien Dejean a écrit :
> I seems the good slot is EHC1.
> I'll test...
Solved.
--
Bastien
Jesse Jaara a écrit :
> No those are the the user/group of the device node FILE
> /dev/sdc1 and teell who is allowed to interact with the disk.
I solved it with:
# chown -hR root:storage /media/foo
# chmod 775 /media/foo
Cheers,
--
Bastien
Jesse Jaara a écrit :
> To put it simply the ext filesystem supports UNIX file attributes
> and stores the owner and group of the file in the disk
% ls -l /dev/sdc1
brw-rw 1 root storage 8, 49 Sep 10 12:48 /dev/sdc1
Shouldn't /media/foo have the same user/group ?
--
Bastien
Jesse Jaara a écrit :
> To put it simply the ext filesystem supports UNIX file attributes
> and stores the owner and group of the file in the disk, unlike
> FAT does. So currently the user/group the ext3 says the file
> is owned by, doesn't exist in the current system.
All right, but I did:
# chow
Hi,
I'm using the first rule given here:
https://wiki.archlinux.org/index.php/Udev
When I plug a USB (fat32) stick, the permissions of the corresponding
directory under /media are fine (root:users), but when I plug an external
HD (ext3, also through USB), I get the following user:group settings:
Andrea Scarpino a écrit :
> AndreaOn Friday, September 09, 2011 12:40:59 AM Scarpino wrote:
> > You should update your ABS root, Ionut has updated libwebkit a week ago.
> Sorry, only trunk and gnome-unstable are fixed, I fixed it for [extra] now.
makepkg stops again:
In file included from
Matthew Gyurgyik a écrit :
> The short and sweet: try the different devices. dmesg can be useful
> for identifying them (see the blog post).
Yes, it was helpful.
I seems the good slot is EHC1.
I'll test...
--
Bastien
Hi,
I'm trying to add WebGL support to libwebkit but makepkg stops with the
following error:
==> ERROR: replace-switch-with-given-when.patch was not found in the build
directory and is not a URL.
Regards,
--
Bastien
Jesse Jaara a écrit :
> I think you need to turn on support in for starting the PC
> in the BIOS. Especially if you are suspending to the HD,
> don't know if BIOS has anything to do in the RAM suspend.
I own an iMac, so I don't have a BIOS.
I'm using pm-suspend.
Regards,
--
Bastien
Hi,
How can I let my USB keyboard be a waker?
I tried to add
echo USB0 > /proc/acpi/wakeup
to rc.local but, after boot, /proc/acpi/wakeup doesn't contain any USB
related line.
Regards,
--
Bastien
Javier Vasquez a écrit :
> On Fri, Aug 12, 2011 at 2:01 PM, Bastien Dejean wrote:
> > I've added the following lines to my .gtkrc-2.0:
> > gtk-key-theme-name = "Emacs"
> > gtk-can-change-accels = 1
> > But they seem to be ignored...
> If you have arch
Javier Vasquez a écrit :
> On Fri, Aug 12, 2011 at 2:01 PM, Bastien Dejean wrote:
> > I've added the following lines to my .gtkrc-2.0:
> >
> > gtk-key-theme-name = "Emacs"
> > gtk-can-change-accels = 1
> >
> > But they seem to be ignored..
Ionut Biru wrote :
> On 08/12/2011 11:01 PM, Bastien Dejean wrote:
> >I've added the following lines to my .gtkrc-2.0:
> >gtk-key-theme-name = "Emacs"
> >gtk-can-change-accels = 1
> >But they seem to be ignored...
> start by saying first what applicat
Hi,
I've added the following lines to my .gtkrc-2.0:
gtk-key-theme-name = "Emacs"
gtk-can-change-accels = 1
But they seem to be ignored...
Thanks,
--
Bastien
Dwight Schauer a écrit :
> > On 02/08/11 18:52, Bastien Dejean wrote:
> >> Why is there an official arch pkg for msmtp but not for mpop?
> Because something like fetchmail does the same thing as mpop?
It seems there are plenty reasons to prefer mpop over fetchmail:
http://mp
Hello,
Why is there an official arch pkg for msmtp but not for mpop?
--
Bastien
44 matches
Mail list logo