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

Thread: where is xorg.conf?

  1. #1
    Join Date
    Mar 2007
    Location
    Plymouth U.K
    Beans
    267
    Distro
    Ubuntu 8.04 Hardy Heron

    where is xorg.conf?

    can someone remind me where xorg.conf is please
    everything?
    I'm only posting because I want more beans

  2. #2
    Join Date
    Apr 2007
    Location
    Belgium
    Beans
    1,528

    Re: where is xorg.conf?

    /etc/X11/xorg.conf is the full path.
    Disclaimer: I am currently suffering from severe CSD (Compulsive Sarcasm Disorder).
    My Site | Linux User #452328 | Running Arch Linux on Sony Vaio VGN-SZ61XN/C since October 2008

  3. #3
    Join Date
    Mar 2006
    Location
    Denmark - Copenhagen
    Beans
    2,165

    Re: where is xorg.conf?

    aktiwers@HAL:~$ locate xorg.conf
    /etc/X11/xorg.conf

  4. #4
    Join Date
    Mar 2007
    Location
    Plymouth U.K
    Beans
    267
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: where is xorg.conf?

    aghhhh locate command

    i tried find and whereis but nothing, forgot about locate
    havent been usin linux much lately

    thanks all
    everything?
    I'm only posting because I want more beans

  5. #5
    Join Date
    Nov 2006
    Beans
    847

    Re: where is xorg.conf?

    Locate works most of the time unless the database is missing or out of date. You can always use the find command:

    Code:
    find / -name xorg.conf

    For binaries you can use the which command:

    Code:
    steves-mac-mini:~ steve$ which java
    /usr/bin/java
    Steve

    http://xercestech.com - Insanely geeky projects n stuff

  6. #6
    Join Date
    Oct 2007
    Location
    $HOME
    Beans
    631

    Re: where is xorg.conf?

    just update the locate database with

    sudo updatedb


    locate works great.

  7. #7
    Join Date
    Jun 2008
    Beans
    263

    Re: where is xorg.conf?

    Or run it as a cron job then you won't have to worry about it.

  8. #8
    Join Date
    Aug 2007
    Location
    Manchester, UK
    Beans
    10,285
    Distro
    Ubuntu

    Re: where is xorg.conf?

    Quote Originally Posted by the_doc View Post
    Or run it as a cron job then you won't have to worry about it.
    It depends how often you're going to use the tracker, or "locate" really

    I hardly ever use it, I have some strange file organization, but it works I usually remember where stuff is

  9. #9
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: where is xorg.conf?

    Quote Originally Posted by mills View Post
    can someone remind me where xorg.conf is please
    Your subject title nearly had it right, type "whereis xorg.conf" in a terminal.

  10. #10
    Join Date
    Mar 2006
    Location
    Denmark - Copenhagen
    Beans
    2,165

    Re: where is xorg.conf?

    Quote Originally Posted by oldos2er View Post
    Your subject title nearly had it right, type "whereis xorg.conf" in a terminal.
    That will not return the location of xorg.conf, rather just xorg. the locate on the other hand will return the full path of xorg.conf.

    aktiwers@HAL:~$ whereis xorg.conf
    xorg: /usr/lib/xorg
    aktiwers@HAL:~$ locate xorg.conf
    /etc/X11/xorg.conf
    /etc/X11/xorg.conf.backup
    /etc/X11/xorg.conf~
    /usr/share/displayconfig-gtk/xorg.conf.fallback
    /usr/share/man/man5/xorg.conf.5.gz
    /var/lib/x11/xorg.conf.md5sum
    /var/lib/x11/xorg.conf.roster
    aktiwers@HAL:~$

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
  •