Search:

Type: Posts; User: Luca Borrione; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    614

    [all variants] How to customize grub entries

    Hello,

    I installed lubuntu 12.10, ubuntu 12.10 and kubuntu 12.10
    Usually I use lubuntu but I want to practice the other flavors as well :)

    Now grub lists them all as Ubuntu 12.10
    How can I...
  2. [all variants] Re: cannot install latest nvidia driver on 12.10

    Thank you very much!
    Only one more question: I followed the howto you provided but when I run

    sudo apt-get install bumblebee bumblebee-nvidia linux-headers-generic

    it tries to install lots of...
  3. Replies
    3
    Views
    1,154

    [lubuntu] Re: cannot install jockey on lubuntu

    Thanks for trying!
    Jockey is not installed by default on Lubuntu and I cannot find it after having manually installed it.
    I found this is a problem Quetzal at...
  4. [all variants] cannot install latest nvidia driver on 12.10

    Hello,

    I tried to install latest nvidia drivers both on Kubuntu 12.10 and Lubuntu 12.10 without luck.
    They both behave the same.

    I have an asus s56c ultrabook

    $ lspci -v00:00.0 Host bridge:...
  5. Replies
    3
    Views
    1,154

    [lubuntu] cannot install jockey on lubuntu

    I want to try to install a correct nvidia driver for my sistem.
    I own an asus s56c ultrabook with Lubuntu 12.10 amd64.

    I ran

    sudo apt-get install jockey-gtk jockey-common
    Then I cannot see...
  6. Re: Wired connection stopped working, need help

    @_@

    It suddenly started to work by itself!
    I was working on something and suddenly saw the toast message that the wired was connected!

    I did nothing at all ...

    Ok so please just ignore my...
  7. Lubuntu: Wired connection stopped working, need help

    Hello,

    I recently installed Lubuntu 12.10 on my Asus S56C using the alternative iso.
    Everything was working great until my modem-router blocked yesterday and I had to reset it to default.
    ...
  8. Replies
    3
    Views
    3,073

    [SOLVED] Re: ffmpeg w/ x264 ignores video bitrate

    @evilsoup

    Thank you to confirm this.

    Cheers!
  9. Replies
    3
    Views
    3,073

    [SOLVED] Re: ffmpeg w/ x264 ignores video bitrate

    Ok guys: I used mediainfo to get more info on my video file and noticed that the bitrate of 1539 is an overall bitrate

    1539 (overall) - 192 (first audio) - 192 (second audio) - 96 (third audio) =...
  10. Replies
    3
    Views
    3,073

    [SOLVED] ffmpeg w/ x264 ignores video bitrate

    Hello,

    I'm using a two passes code:

    pass 1:

    nice ffmpeg -i input.mpeg -f matroska -map 0:0 -codec:v libx264 -profile:v high -preset:v medium -b:v 1200k -maxrate:v 1200k -bufsize:v 2400k -s:v...
  11. [ubuntu] Re: [SOLVED] Scribus: How do I get Aspell to work?

    You can type from terminal:

    aspell --lang=en --encoding=utf-8 --mode=sgml --add-sgml-check=ch check your_document.sla

    Reference:
    Scribus Wiki: Spell checking your Scribusdocument
  12. [all variants] Some clarifications regarding NOPASSWD in sudoers

    Hello,

    I've made a little modification to my /etc/sudoers adding the following line at the bottom


    %nopwd ALL=(ALL) NOPASSWD: /bin/mount

    I want all members of the group nopwd to mount...
  13. [all variants] Re: An application run with gksu can access to env variable exported in bashrc of roo

    I forgot to mention I'm on lubuntu oneiric with unison version 2.32.52

    Anyhow I did some tests:


    Then I opened a terminal and typed


    foo@my-pc:~$ printenv | grep UNI...
  14. [all variants] Can an application run with gksu access to env variables exported in root's bashrc?

    Hello,

    I'm using unison and need to start it from root because the paths I have to sync are writable only from root and I don't want to change their permission, just to avoid the case I forget to...
  15. [SOLVED] Re: How to convert a source code text file to jpg with syntax highlight using bash?

    Hello, thank you very much for your tip.
    It's a very interesting link.

    In the meanwhile I solved my problem using Pygments,
    as suggested
    here.

    However your link is full of information about...
  16. [SOLVED] Re: How to encode multi audio tracks to several formats at the same time with ffmpeg

    Hello and thank you so much for your reply.
    You pointed me to the right direction, for the cat part too.
    If I can remember right I think I used it because sometimes I noticed a wrong duration time...
  17. [SOLVED] How to encode multi audio streams with different options at the same time with ffmpeg

    Hello,

    I'm trying to encode a dvd using ffmpeg.

    $ffmpeg -i VTS_01_1.VOB
    Input #0, mpeg, from 'VTS_01_1.VOB':
    Duration: 00:38:06.52, start: 0.287267, bitrate: 3756 kb/s
    Stream...
  18. Replies
    3
    Views
    9,562

    [SOLVED] Re: ffmpeg error:LIBAVUTIL_51 not defined

    Thank you for the suggestion .. I don't know why I didn't think of posting there directly .. :D

    The problem was the --enable-shared conf option see...
  19. Replies
    3
    Views
    9,562

    [SOLVED] Re: ffmpeg error:LIBAVUTIL_51 not defined

    The problem is that I don't have libswresample at all :(

    $ cd /usr/local/bin
    $ ls -lrt | grep libswresample
    $


    and I don't have it in the repository too :(

    $ dpkg -l | grep libswres
  20. Replies
    3
    Views
    9,562

    [SOLVED] ffmpeg error:LIBAVUTIL_51 not defined

    Hello,

    I recently installed the last ffmpeg and x264 following this howto
    with the only difference that I used this configuration


    ./configure --enable-gpl --enable-libgsm --enable-libxvid \...
  21. [SOLVED] Re: how to remove a file with ownership root:root 444?

    It worked! Thank you so much! I never met the need to use this command before: I'll look at it deeply.
    Thank you for helping/teaching me. :)
  22. [SOLVED] Re: how to remove a file with ownership root:root 444?

    You right: I forgot to include sudo before chown and chmod in my original question. My fault.
    Now I will correct them by editing, thank you.

    What surprised me is exactly that: I cannot use sudo...
  23. [SOLVED] Re: how to remove a file with ownership root:root 444?

    Have you really read my question?



    $ sudo chown root ldlinux.sys
    chown: changing ownership of 'ldlinux.sys': Operation not permitted

    $ sudo chmod 777 ldlinux.sys
    chmod: changing...
  24. [SOLVED] Re: how to remove a file with ownership root:root 444?

    No no .. the point is that I already used the usb flash for my purpose! I installed lubuntu and I want to free my flash drive again .. doing that I faced the problem described and I found myself...
  25. [SOLVED] how to remove a file with ownership root:root 444?

    Hello!

    I created a bootable usb stick of lubuntu using unetbootin.
    After using it I wanted to remove everything but I cannot remove a file

    -r--r--r-- 1 root root 32256 2012-02-21 23:09...
Results 1 to 25 of 33
Page 1 of 2 1 2