# # Files section # Section "Files" ModulePath "/opt/xorg/lib/xorg/modules,/usr/lib/xorg/modules" EndSection # # Graphics device section # Section "Device" Identifier "radeon_default" Driver "radeon" EndSection # # Monitor section # Section "Monitor" Identifier "monitor_laptop" DisplaySize 330.0 205.0 # 15" and 1680x1050 Option "dpms" EndSection # # Screen section # Section "Screen" Identifier "screen_default" Device "radeon_default" Monitor "monitor_laptop" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection # # DRI Section # Section "dri" Group "video" Mode 0666 EndSection