diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-12-01 14:18:40 -0500 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-12-01 14:18:40 -0500 |
commit | 00b4480aa2c5d7f751e34fc964f431b90b14c8d2 (patch) | |
tree | b6d3531240bfedf996db7c6efb7719e5ef2e19f9 /man | |
parent | 0175b79987ef4d7b0ce8238c3bdde989e504516a (diff) |
RADEON: add options for force TV out as detected and to set TV standard
Also fix a typo in internal tv-out parsing
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/man/radeon.man b/man/radeon.man index 41c7242..881612a 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -440,6 +440,31 @@ mini \-\- mini-external alias The default value is .B undefined. .TP +.BI "Option \*qTVStandard\*q \*q" string \*q +.br +Used to specify the default TV standard if you want to use something other than +the bios default. Valid options are: +.br +ntsc +.br +pal +.br +pal-m +.br +pal-60 +.br +ntsc-j +.br +scart-pal +.br +The default value is +.B undefined. +.TP +.BI "Option \*qForceTVOut\*q \*q" boolean \*q +Enable this option to force TV Out to always be detected as attached. +The default is +.B off +.TP .SH SEE ALSO __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__) |