etc-gentoo/hprofile/profiles/vga/files/etc/X11/xorg.conf.d/40-monitor.conf.radeon

20 lines
393 B
Plaintext
Raw Normal View History

Section "Monitor"
Identifier "Default"
EndSection
Section "Device"
Option "AccelMethod" "EXA"
Option "ClockGating" "On"
Option "ForceLowPowerMode" "On"
Option "VGAAccess" "On"
Identifier "RADEON"
Driver "radeon"
Option "MonitorLayout" "LVDS, AUTO"
EndSection
Section "Screen"
Identifier "RADEON"
Device "RADEON"
Monitor "Default"
EndSection