Difference between revisions of "Configure Graphics Cards"
→Add Special cases Nvidia settings
imported>Petsam m (Add bumblebee tutorial for troubleshooting) |
imported>Petsam |
||
Line 257: | Line 257: | ||
'''7.''' Save and exit. | '''7.''' Save and exit. | ||
==Nvidia settings for special cases == | |||
In case your monitor is not entering powersave mode (DPMS), try adding `Option "HardDPMS" "true"` in your Xorg monitor section. For example: | |||
Section "Monitor" | |||
# HorizSync source: edid, VertRefresh source: edid | |||
Identifier "Monitor0" | |||
VendorName "Unknown" | |||
ModelName "BenQ ZOWIE XL LCD" | |||
HorizSync 30.0 - 160.0 | |||
VertRefresh 56.0 - 144.0 | |||
Option "DPMS" | |||
Option "HardDPMS" "true" | |||
EndSection | |||
==Bumblebee== | ==Bumblebee== |