Excerpts from Amit Uttamchandani's message of 2010-04-29 20:35:31 +0200: > Can anybody share their Xorg.conf? The specs are as follows:
Hi Amit no problems here with a laptop with an Mobility Radeon 9600 M10 and an external monitor. All I need is xrandr: $ xrandr --output LVDS --auto --output VGA-0 --auto --same-as LVDS to clone the laptop screen on the external monitor. My xorg has the following in it, but I don't think it has any effect on the external monitor, it is just for dynamic clocking of the graphics card (If my memory doesn't betray me): Section "Device" Identifier "Card0" Driver "radeon" VendorName "All" BoardName "All" Option "DynamicClocks" "on" EndSection hth --