PDA

View Full Version : [ubuntu] xorg.conf file in Ubuntu 9.04


alokmahor
September 23rd, 2009, 07:08 AM
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??