Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: xorg.conf missing?

  1. #1
    Join Date
    Nov 2009
    Location
    troy,NY,USA
    Beans
    17
    Distro
    Ubuntu 9.10 Karmic Koala

    xorg.conf missing?

    Hi,

    I am pretty new to Linux. I just installed Ubuntu 9.10 but I can' find xorg.conf in /etc/X11. Am I missing something?

    Thanks

  2. #2
    Join Date
    Nov 2007
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: xorg.conf missing?

    There is no xorg.conf by default in 9.10, giving space to autodetection.
    Some drivers may generate a xorg.conf later on, though.

    What would you like to do with it? Are you having any problems?
    Wish I could prove I love you, but does that mean I have to walk on water?
    When we are older you'll understand it's enough when I say so, and maybe some things are that simple.

  3. #3
    Join Date
    Nov 2009
    Location
    troy,NY,USA
    Beans
    17
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: xorg.conf missing?

    I am using Intel 4500 graphics card which has many known problems. I want to take a look at the xorg.conf to see the configuration and other options.

  4. #4
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: xorg.conf missing?

    Quote Originally Posted by csq View Post
    I am using Intel 4500 graphics card which has many known problems. I want to take a look at the xorg.conf to see the configuration and other options.
    There is no xorg.conf in Ubuntu 9.10, see here for reasons why: http://ubuntuforums.org/showthread.php?t=1325212

    However, you can generate one if you need to, by dropping to the shell

    Drop to the terminal by doing ctrl+alt+F1

    Login.

    Type

    sudo service gdm stop

    Then type:

    sudo Xorg -configure

    then to restart X

    sudo service gdm start

    This will generate an xorg.conf.

    .
    Last edited by Sealbhach; November 25th, 2009 at 06:36 AM.

  5. #5
    Join Date
    Nov 2009
    Location
    troy,NY,USA
    Beans
    17
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: xorg.conf missing?

    Hi, Sealbhach

    Thank you. it works.

  6. #6
    Join Date
    Nov 2006
    Beans
    26
    Distro
    Xubuntu 9.10 Karmic Koala

    Re: xorg.conf missing?

    Fantastic post!

    However, how does one assert that it should use the file. Does its presence in /etc/X11 ensure this?

    The file is there and the issue remains.

  7. #7
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: xorg.conf missing?

    Quote Originally Posted by seijling View Post
    Fantastic post!

    However, how does one assert that it should use the file. Does its presence in /etc/X11 ensure this?

    The file is there and the issue remains.
    What issue? Are you the original poster under a different username?

  8. #8
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: xorg.conf missing?

    Xorg uses xorg.conf if present.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

  9. #9
    Join Date
    Nov 2009
    Beans
    13

    Re: xorg.conf missing?

    Thank you Sealbhach!!! I followed your commands, and it worked.

    It now says...
    (++) Using config file: "/home/__myusername__/xorg.conf.new"
    (==) Using config directory: "/usr/lib/X11/xorg.conf.d"
    Now I can get around my broken touchpad and finally left click again!
    Last edited by ligaa9mm; November 4th, 2010 at 07:06 AM. Reason: Clarification

  10. #10
    Join Date
    Aug 2012
    Beans
    2

    Re: xorg.conf missing?

    Quote Originally Posted by Sealbhach View Post
    There is no xorg.conf in Ubuntu 9.10, see here for reasons why: http://ubuntuforums.org/showthread.php?t=1325212

    However, you can generate one if you need to, by dropping to the shell

    Drop to the terminal by doing ctrl+alt+F1

    Login.

    Type

    sudo service gdm stop

    Then type:

    sudo Xorg -configure

    then to restart X

    sudo service gdm start

    This will generate an xorg.conf.

    .
    Hi Sealbhach,

    I followed the steps you suggested but I received an error:

    "Number of created screens does not match number of detected devices. Configuration failed."

    What does this mean? How can I fix it?

    Thank you

Page 1 of 2 12 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
  •