Search:

Type: Posts; User: tseliot; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    21
    Views
    2,191

    Re: Auto-connect to strongest network?

    Moved
  2. Replies
    218
    Views
    49,217

    Re: Ubuntu Gets Another ATI Catalyst Driver Handout

    That's because "hardware drivers" (aka Jockey) doesn't support fglrx yet. I'll fix it soon.
  3. Replies
    218
    Views
    49,217

    Re: Ubuntu Gets Another ATI Catalyst Driver Handout

    Maybe you should wait for packages to be available on the server that you're using
  4. Replies
    218
    Views
    49,217

    Re: Ubuntu Gets Another ATI Catalyst Driver Handout

    There was a problem with the packaging that could be reproduced only in buildds (i.e. the packages were built correctly when this was done locally) which caused the lack of certain files in the...
  5. Replies
    138
    Views
    92,438

    Re: All about ureadahead

    This thread was stuck as requested.
  6. Replies
    8
    Views
    16,585

    [SOLVED] Re: Now to remove nouveau and install Nvidia.

    Yes, it is.
  7. Replies
    40
    Views
    6,058

    Re: NVIDIA 180.25 Goodness

    All the new NVIDIA drivers (180.27 and the legacy drivers) will be available soon. Don't worry ;)
  8. Replies
    22
    Views
    1,844

    Re: no tapping with synaptics

    Just for the record, I have provided different patches to solve all the problems reported in bugs 320632, 320639, 320585.

    I also made a big debdiff with all my changes which is attached here.
  9. Poll: Re: POLL: Do you want to have CTRL-ALT-BACKSPACE disabled in Jaunty?

    Here's a blog post on the UI for Kubuntu.

    Posts on the Gnome UI and command line tool will follow.

    EDIT: in the same blog you can find the instructions on how to use the command line tool
  10. Poll: Re: POLL: Do you want to have CTRL-ALT-BACKSPACE disabled in Jaunty?

    Yes, I know what you mean. In the Kubuntu GUI you won't see the name of the option at all but only something like "Ctrl+Alt+Backspace restarts the xserver"
  11. Poll: Re: POLL: Do you want to have CTRL-ALT-BACKSPACE disabled in Jaunty?

    I *think* this will be included by default. I'll ask other developers just to be sure.
  12. Poll: Re: POLL: Do you want to have CTRL-ALT-BACKSPACE disabled in Jaunty?

    The UI for Kubuntu is ready but won't be available until my "dontzap" package is uploaded. The UI for Ubuntu will be finished soon and you will also be able to enable or disable the option from the...
  13. Thread: Qt and console

    by tseliot
    Replies
    18
    Views
    938

    Re: Qt and console

    Here I tried to help another user who was trying to perform the same task.
  14. Replies
    2
    Views
    300

    Re: Qt4 and encoding

    Ubuntu uses utf-8 and here (see the end of "Initializing a String") the documentation says that the qPrintable() macro "is equivalent to calling <QString>.toAscii().constData()".

    Here it says that...
  15. Replies
    10
    Views
    1,739

    Re: GUI with OpenGL

    Maybe you can try Clutter.
  16. Replies
    8
    Views
    3,081

    Re: Help in Qt4 programming

    Of course you're getting an error. mscn should be a pointer.


    QProcess *mscn;
    mscn = new QProcess();

    now you won't need to use & when you connect the signals.

    Furthermore scn and mscn are...
  17. Replies
    8
    Views
    3,081

    Re: Help in Qt4 programming

    It's not what I meant.

    First of all you will have to connect the signals so that when an event is emitted, a member function will be called:

    connect( m_Scn,...
  18. Replies
    15
    Views
    4,639

    Re: xorg.conf editing

    It's all in the docstrings:

    import XKit.xorgparser
    help(XKit.xorgparser)
    or

    import XKit.xutils
    help(XKit.xutils)

    NOTE: xutils has some features you might want to use (it's all documented).
  19. Replies
    15
    Views
    4,639

    Re: xorg.conf editing

    I developed X-Kit which is installed by default in Ubuntu now (since Intrepid) as it's already used by Jockey (Restricted Drivers Manager), EnvyNG, (in some cases) Update Manager and Mythbuntu. The...
  20. Replies
    8
    Views
    3,081

    Re: Help in Qt4 programming

    QProcess::waitForFinished() will make the interface hang as it will make the program wait for the process to finish.

    You should do it in a different way, without using waitForFinished.

    Use a...
  21. Replies
    6
    Views
    452

    Re: c++ programming

    Moved to the Programming Talk.
  22. Replies
    184
    Views
    23,166

    Re: X-server breakage

    Ok, I'll rebuild driver 180 updating it to 180.16
  23. Replies
    184
    Views
    23,166

    Re: X-server breakage

    Would you prefer that I rebuild the packages (which won't work unless the IgnoreABI option is enabled)?

    Also did anyone see if drivers other than 180 (i.e. 177, 173, 96) work with the new X.org?
  24. [ubuntu] Re: kernel update always kills nvidia - please help

    The problem is described here.

    I provided a fix but it looks like the packages are still in the hardy-proposed repository. Only one person wrote to confirm that the fix solves the problem. Please...
  25. Re: Enter your password to perform administrative tasks

    You might want to use PolicyKit.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4