Page 3 of 9 FirstFirst 12345 ... LastLast
Results 21 to 30 of 86

Thread: HOWTO: The Best Way To Play Games On Ubuntu

  1. #21
    Join Date
    Jun 2006
    Beans
    471

    Re: HOWTO: The Best Way To Play Games On Ubuntu

    OK.

    I'm not sure why that last command didn't work! The problem everyone is having is that they don't have permission to start a new XServer on display :1


    The command I gave you gives permission to allow access. First off all to remove what I did before type

    Code:
    xauth remove ubuntu/unix:1
    Then could you show me what you get when you type

    Code:
    xauth list
    but you're best to remove the long numbers when you post it for security reasons!

  2. #22
    Join Date
    Jun 2006
    Beans
    471

    Re: HOWTO: The Best Way To Play Games On Ubuntu

    OK.

    I think I probably should have used your hostname for the xauth command. What I've given you is mine - I was thrown because mine is still my default ubuntu.

    Try this instead;

    Code:
    xauth add $(hostname)/unix:1 . $(mcookie)

  3. #23
    Join Date
    Dec 2005
    Beans
    338

    Re: HOWTO: The Best Way To Play Games On Ubuntu

    mikeym, there is an old (about 2 years or so) HOWTO somewhere around here that does exactly what you are trying to do, works every time, etc. If you want to be helpful, find and resurrect that thread. You can learn from it for your own scripts, instead of going the way of trial and error.

    There is just too much reinventing the wheel in the FLOSS community.

  4. #24
    Join Date
    Jun 2006
    Beans
    471

    Re: HOWTO: The Best Way To Play Games On Ubuntu

    Thanks for the tip. I hadn't found that HOWTO before. It gave me a simpler solution to the authorization command I was looking for. (although I believe the one above would work just as well.) (edit) Just noticed that the post you mentioned missed out exactly the same step I did in my script )

    In terms of reinventing the wheel I'm not trying to create anything spectacularly original. There was a project to do exactly what my script does but it's no longer active. I just wanted to share what I find to be the most useful script on my computer - I originally wrote it for myself.

    I hadn't anticipated how tricky getting it to install would be (much harder than the script itself) and I could have just given instructions to do what the script does but I thought it would be nicer if it did it for you.

    Well I can't see any problems with the script now so I'd love to hear back form anyone who's tried it again and see if it's worked.
    Last edited by mikeym; February 26th, 2008 at 12:40 AM.

  5. #25
    Join Date
    Feb 2007
    Location
    perdita
    Beans
    1,625
    Distro
    Ubuntu

    Re: HOWTO: The Best Way To Play Games On Ubuntu

    And where is that other thread doing the same thing?

  6. #26
    Join Date
    Apr 2005
    Beans
    66

    Re: HOWTO: The Best Way To Play Games On Ubuntu

    Mikeym, the script worked fine for me. (7.10) Thanks for it, I saw the other thread and didn't want to do all the steps.

    (had a heck of a time logging in to this forum and having it stick past redirections , or I'd have replied sooner)
    Last edited by pizpot; February 27th, 2008 at 10:45 PM.

  7. #27
    Join Date
    Aug 2007
    Beans
    130

    Re: HOWTO: The Best Way To Play Games On Ubuntu

    having the same error as everybody else...
    Last edited by peddy; March 30th, 2008 at 05:41 AM.

  8. #28
    Join Date
    Nov 2005
    Beans
    108
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: The Best Way To Play Games On Ubuntu

    Ya it only works for me if i use

    xauth add $(hostname)/unix:1 . $(mcookie)
    every time i start the system up

  9. #29
    Join Date
    Aug 2007
    Beans
    130

    Re: HOWTO: The Best Way To Play Games On Ubuntu

    me too. I forgot to edit my previous post.

  10. #30
    Join Date
    Jun 2006
    Beans
    471

    Re: HOWTO: The Best Way To Play Games On Ubuntu

    Do you have any unusual setups such as 2 monitors? You're not accessing the machine from a remote location or anything?

    Could you give me the errors displayed?

Page 3 of 9 FirstFirst 12345 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •