Results 1 to 8 of 8

Thread: Xorg.conf What is it?

  1. #1
    Join Date
    Aug 2006
    Location
    Iowa
    Beans
    237
    Distro
    Ubuntu 7.04 Feisty Fawn

    Xorg.conf What is it?

    I am not in coding and just was curious what this file is and what exactly am I doing when I sudo nano the xorg.conf file.

    Again I'm not doing anything specific right now, but have for compiz-fusion in the past. I guess I'm just curious as to what this file is and how what I'm doing is affecting the system.

    Thanks

  2. #2
    Join Date
    Mar 2007
    Beans
    1,208
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Xorg.conf What is it?

    X is the Windowing system (basically it sets the foundations for graphics on your system and allows for the creation of a nice GUI)

    Xorg is i believe a free open source implementation of X

    Xorg.conf is the primary user configuration file for xorg.

    How To Use Ubuntu - Tips and guides for ubuntu
    How To Make A Band - Tips and ideas for anyone in a band

  3. #3
    Join Date
    Dec 2006
    Beans
    1,482
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Xorg.conf What is it?

    This file sets up all the options for your video driver, and it also determines which video driver and extra video modules get loaded. The file gets read every time you start an x server (but not once the server is already running)

    An example of an xserver is your graphical desktop environment
    Sharing Wifi Is Caring Wifi {o,o} Ubuntu Community Docs..
    |)__)
    -”-”-
    O RLY?

  4. #4
    Join Date
    Apr 2008
    Beans
    6

    Re: Xorg.conf What is it?

    When I modify xorg.conf, I usually need to change monitor refresh rates or the resolution. Depending on the Linux flavor, sometimes that is possible only through xorg.conf.

  5. #5
    Join Date
    Feb 2008
    Location
    /home/martrn
    Beans
    501

    Re: Xorg.conf What is it?

    Linux (which is a unix-like system) keeps its configration settings in its file systems, and thankfully doesn't use any redgistry hives or anything like that.

    Your Xorg.conf file is a configuration file for your X11 windowing system, that is the graphical user interface that drives the system you would call your Xwindows system.

    It tell the X11 server, what mode to start you Xwindows session in, such as how big a screen you have you display resolution etc, etc....

  6. #6

    Re: Xorg.conf What is it?

    Xorg is i believe a free open source implementation of X
    It is under the X11 license.
    Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. Abigail Adams ( 1744 - 1818 ), 1780;

    My blog Poetry and More Free Ubuntu Magazine

  7. #7
    Join Date
    Aug 2006
    Location
    Iowa
    Beans
    237
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Xorg.conf What is it?

    Excellent. Thanks for the many great responses.

  8. #8
    Join Date
    May 2005
    Location
    Indiana
    Beans
    1,933
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Xorg.conf What is it?

    It also has to do with input, i.e. your keyboard, mouse, etc. We usually think of xorg.conf for video stuff, but X handles input, too.
    Today you are You, that is truer than true. There is no one alive who is Youer than You. - Dr. Seuss

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
  •