summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-15 10:38:19 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-15 10:38:19 +0000
commitae67ae004fbbd8ce28da73d7cbc0e6654f427050 (patch)
tree63063f78d815380baaa87c5430801bd13800a55e /DOCS
parent6e2ab869984ffbad24ab3693ebbb818aed1608d3 (diff)
downloadmpv-ae67ae004fbbd8ce28da73d7cbc0e6654f427050.tar.bz2
mpv-ae67ae004fbbd8ce28da73d7cbc0e6654f427050.tar.xz
added FBdev monitor freq section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@429 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/example.conf20
1 files changed, 18 insertions, 2 deletions
diff --git a/DOCS/example.conf b/DOCS/example.conf
index 7a4672b435..f193dadf83 100644
--- a/DOCS/example.conf
+++ b/DOCS/example.conf
@@ -26,8 +26,8 @@ vm=no # Tries to change to a different videomode
zoom=no # Enable software scaling (powerful CPU needed)
# Used by drivers: svga, (sdl - why not?)
-#x=TODO
-#y=TODO
+# x=TODO
+# y=TODO
##
## Multiple languages are available :)
@@ -59,6 +59,22 @@ alsa = nem
ffactor = 0.75
##
+## FBdev driver: specify your monitor's timings, so resolutions
+## can be autodetected.
+## (see for example /etc/X11/XF86Config for timings!)
+## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN
+## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY!
+## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! **
+##
+## k, K : means multiply by 1000
+## m, M : means multiply by 1.000.000
+##
+
+# monitor_hfreq = 31.5k-50k,70k # horizontal frequency range
+# monitor_vfreq = 50-90 # vertical frequency range
+# monitor_dotclock = 30M-300M # dotclock (or pixelclock) range
+
+##
## You can also include other configfiles
## Specify full path!
##