Find the answer to your Linux question:
Results 1 to 6 of 6
the xorg.conf file in Ubuntu is very small and clean, it just have few lines which gets generated by dexconf tool. Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" ...
  1. #1
    Just Joined!
    Join Date
    Jun 2007
    Location
    New Delhi
    Posts
    7

    xorg.conf file in Ubuntu 9.04

    the xorg.conf file in Ubuntu is very small and clean, it just have few lines
    which gets generated by dexconf tool.

    Section "Device"
    Identifier "Configured Video Device"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection

    other distribution used to have big and complex file, shows all the
    parameter/values/tags which we can modify/change.
    how can I see the all the values in xorg.conf file in Ubuntu, so I could
    edit and could add/edit some thing to this file. becasue some of my few
    friends are using Ubuntu 9.04 ,but they ar unable to connect projector on
    their laptop. what can be the problem with their laptop and what could be
    the possible solution? do they have to play with xorg.cong??

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by alokmahor View Post
    how can I see the all the values in xorg.conf file in Ubuntu, so I could edit and could add/edit some thing to this file.
    You can find the default xorg configuration in the /var/log/Xorg.0.log file.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    most hardware is detected by HAL now so there is no need for such a highly customized xorg.conf file anymore

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Quote Originally Posted by coopstah13 View Post
    most hardware is detected by HAL now so there is no need for such a highly customized xorg.conf file anymore
    Except for when the detection is not correct and you end up with X not working correctly or using wrong resolutions. Personally I think the auto-detection stuff is a step forward, but its currently not perfect and some distros shouldn't have been to quick to get on the auto-detection bandwagon.

  5. #5
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    When I install the nVidia drivers for my nVidia video cards, it replaces the default xorg.conf file with one resembling the older ones.

    If your friends' projector is not being detected as a second display, then this may be because of the video driver being used. Dual displays are usually a function of the video driver. More info is needed on the video chip/driver on the systems in question.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  6. #6
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    To narrow down what I posted above about the /var/log/Xorg.0.log file, you can look for the default configuration information between these two points within the file:


    Code:
    (==) --- Start of built-in configuration ---
    and

    Code:
    (==) --- End of built-in configuration ---
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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