Results 1 to 2 of 2

Thread: create xorg.conf using Ubuntu Live

  1. #1
    Join Date
    Aug 2006
    Beans
    462
    Distro
    Ubuntu 11.04 Natty Narwhal

    create xorg.conf using Ubuntu Live

    hi

    Howto create xorg.conf using Ubuntu 10.04 Live?

  2. #2
    Join Date
    May 2008
    Location
    Michigan, USA
    Beans
    145
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: create xorg.conf using Ubuntu Live

    I found these directions for creating an xorg.conf -
    1. Boot from the live CD, then select 'Try Ubuntu'.
    2. Switch to a terminal - ctl-alt-F1.
    3. Log in using a user-ID that can do 'sudo'.
    4. Stop the desktop manager -
      Code:
      sudo service gdm stop
    5. Create a config file -
      Code:
      sudo Xorg -configure
      If you do an 'ls ~ -l', the generated file should show up. You might want to copy it to a thumb-drive at this point.
    6. Start gdm -
      Code:
      sudo service gdm start
      This should send you back to the screen which gives you the option to try or install Ubuntu.

    You should find the file 'xorg.conf.new' in your home directory.

    I have tried it using a USB drive, not a live CD. However, it's worth trying. The generated xorg.conf.new may not exactly match your hardware configuration, but should at least give you a good starting point.
    =============================================
    Just give me my Ubuntu and nobody gets hurt.

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
  •