Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" # ModulePath "/usr/lib/xorg/modules" RgbPath "/usr/share/X11/rgb" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/OTF/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/cyrillic/" EndSection Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "vizio" EndSection Section "Device" Identifier "RadeonVid" Driver "radeonhd" Option "monitor-VIZIO" "vizio" Option "Audio" "on" Option "HDMI" "all" #prev two lines from Christian (deathsimple at phoronix) #says to start with sudo /usr/bin/X -logverbose 7 EndSection Section "Screen" Identifier "Screen 1" Device "RadeonVid" Monitor "vizio" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 1920 1400 EndSubSection EndSection