Search:

Type: Posts; User: Vladimir Hidalgo; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. [all variants] Re: [SOLVED] Restarting samba causes shared cups printers to disappear.

    This is still a problem for 11.04, is there any bug filled about this?
  2. [SOLVED] Re: [GTK#] Setting font for tree view at once?

    Thanks for hint, I've succeed by creating an Gtk.CellRendererText() object and setting there the font properties.

    Thank you very much!
  3. [SOLVED] Re: [GTK#] Setting font for tree view at once?

    I do initialize the tree view this way:



    treeTiquetes.AppendColumn("Inicio",new Gtk.CellRendererText(),"markup",0);
    treeTiquetes.AppendColumn("O",new Gtk.CellRendererText(),"markup",1);...
  4. [SOLVED] [GTK#] Setting font for tree view at once?

    I would like to know if there is some way to set the font for the tree view cells at once?.
  5. [ubuntu] Re: 9.10 - Intel G45/X4500HD 1366x768-problem!

    The better setting I've got is:
    xrandr --newmode "1280x720@59" 73.69 1280 1312 1592 1624 720 735 742 757
    xrandr --addmode "HDMI1" "1280x720@59"
    xrandr --output HDMI1 --mode "1280x720@59"

    Still...
  6. [ubuntu] Re: 9.10 - Intel G45/X4500HD 1366x768-problem!

    http://www.panasonic.com.sv/productos/audio_video_digital/tv/viera_lcd/tc-l32c12x/especificaciones

    1,366 x 768
    1080i, 720p
  7. [ubuntu] Re: 9.10 - Intel G45/X4500HD 1366x768-problem!

    Same problem here, Panasonic Viera 32", 1366x768_60 / 1360x768_60 is not available and does not work either by forcing modeline.

    Ubuntu 10.10
  8. [ubuntu] Re: ALPS touchpad + edge scroll does not work

    Bug:

    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/565543
  9. [all variants] Re: Network Load balance with 8 ADSL links

    I don't really need a big pipe, it's just that the 20 clients need to be in the same local lan, have internet access and access some files in the server

    So I need to somehow make the server...
  10. [all variants] Re: Network Load balance with 8 ADSL links

    I will try this:

    ip route add default scope global nexthop via 192.168.1.2 dev eth2 weight 1 nexthop via 192.168.1.3 dev eth2 weight 1 nexthop via 192.168.1.4 dev eth2 weight 1 nexthop via...
  11. [all variants] Re: Network Load balance with 8 ADSL links

    Thank you, ISP already provided me with one ADSL wireless router per line for free, I will turn off wireless and use only 1 port so I can use them for the task :)

    Anyway, I'm a little bit lost...
  12. [all variants] Network Load balance with 8 ADSL links

    Hi, I've got 9 ADSL links and I would like to do Network load balance.

    My setup is as follows:

    9 x 1Mbps ADSL Links
    9 x ADSL modem/router
    1 x 24 ports switch
    1 x Ubuntu server connected to...
  13. Replies
    1,235
    Views
    889,983

    Re: ALSA Upgrade Script

    I think kj74 is the best choice for those who are also with kernel mainline ppa (2.6.35) as this script won't compile that easly on it (2.6.34 it's fine).
    ...
  14. Re: Sony VAIO W-series, Memory Stick reader

    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/238208
  15. Replies
    1,235
    Views
    889,983

    Re: ALSA Upgrade Script

    Seems problems with Intel ALC269 is solved in kernel:


    Linux 2.6.34-020634-generic #020634 SMP Mon May 17 20:34:55 UTC 2010 i686 GNU/Linux

    Kernel 2.6.34

    Installing it not only made the...
  16. [ubuntu] Re: ALPS touchpad + edge scroll does not work

    Good news!, it works with 2.6.34 kernel!

    I just updated my kernel to:



    To my surprise scroll does work now!.

    I can't use GSynaptics at all now (complains about SHMconfig not enabled in...
  17. Replies
    4
    Views
    3,161

    [ubuntu] Re: Thunderbird can't delete emails

    I guess until it's resolved it's better to not touch anything while a sync operation is ongoing.

    Atomic operations in TB are years behind other mail software, but TB is superior in everything...
  18. [ubuntu] Re: ALPS touchpad + edge scroll does not work

    tpconfig package also does not work :(
  19. Replies
    4
    Views
    3,161

    [ubuntu] Re: Thunderbird can't delete emails

    This happen very often, to me this happen most frequently when I delete mail before the sync process is finished. Mail entries get stuck and you can't interact anymore with them.

    Only solution I'd...
  20. [ubuntu] ALPS touchpad + edge scroll does not work

    I've got an PCG-71311U (VPCEB15EL) which is a Vaio serie "E" laptop with an ALPS touchpad.

    It came with Windows 7, in which I could use the right edge of the touchpad as a vertical scrollbar and...
  21. Replies
    5
    Views
    2,524

    [ubuntu] Re: Choppy Sound in 10.04

    I'm experiencing this too.

    If I recall correctly, this started since an upgrade of OpenAL or something in the like.

    Default Lucid + lastest ALSA did not gave me troubles until the before...
  22. Replies
    1,235
    Views
    889,983

    Re: ALSA Upgrade Script

    If you still have the change to re-install ubuntu Lucid, update it to the lastest packages and then use the alsa ppa repo, then you should go this way.
    At this point with custom kernels and other...
  23. Replies
    1,235
    Views
    889,983

    Re: ALSA Upgrade Script

    https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/537448/comments/97

    I think we're doing it wrong, there's an alsa ppa that we can use to avoid compiling. Silly me, this could made me...
  24. Replies
    1,235
    Views
    889,983

    Re: ALSA Upgrade Script

    I can't help you on that problem, my configuration is as follows:


    $ uname -a
    Linux aurox 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux



    There's Ubuntu's...
  25. Replies
    1,235
    Views
    889,983

    Re: ALSA Upgrade Script

    That's because it has some specific bash syntax, you need to run it this way:

    sudo bash AlsaUpgrade-1.0.23.sh

    Or you can chmod it with a+x so you can do:



    chmod a+x AlsaUpgrade-1.0.23.sh...
Results 1 to 25 of 52
Page 1 of 3 1 2 3