diff options
author | Eric Anholt <eric@anholt.net> | 2006-09-22 09:38:11 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-09-22 10:52:02 -0700 |
commit | c2446be9b444b16c95f78dab17bf130f9f491ee2 (patch) | |
tree | ac6c7b4df351956fe14b8c1b140a5f1b7a7b0ea5 /man | |
parent | b6ba268d0d5f22c6a18ce45416452fce83438620 (diff) |
Remove the GetDevicePresence BIOS call which just printed BIOS information.
Because we aren't using the BIOS to set modes any more, what the BIOS thinks is
present is probably even less important than before.
Diffstat (limited to 'man')
-rw-r--r-- | man/i810.man | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/man/i810.man b/man/i810.man index 3aaa165b..59766a6e 100644 --- a/man/i810.man +++ b/man/i810.man @@ -172,13 +172,6 @@ NOTE: Using this option may cause text mode to be restored incorrectly, and thus should be used with caution. Default: disabled. .TP -.BI "Option \*qDevicePresence\*q \*q" boolean \*q -Tell the driver to perform an active detect of the currently connected -monitors. This option is useful if the monitor was not connected when -the machine has booted, but unfortunately it doesn't always work and -is extremely dependent upon the Video BIOS. -Default: disabled -.TP .BI "Option \*qRotate\*q \*q90\*q" Rotate the desktop 90 degrees counterclockwise. Other valid options are 0, 90, 180 and 270 degrees. The RandR extension is used for rotation |