~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix.man

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix.man,v 1.3 2002/11/06 11:38:59 alanh Exp $ 
 
2
.\" shorthand for double quote that works everywhere.
 
3
.ds q \N'34'
 
4
.TH CYRIX __drivermansuffix__ __vendorversion__
 
5
.SH NAME
 
6
cyrix \- Cyrix video driver
 
7
.SH SYNOPSIS
 
8
.nf
 
9
.B "Section \*qDevice\*q"
 
10
.BI "  Identifier \*q"  devname \*q
 
11
.B  "  Driver \*qcyrix\*q"
 
12
\ \ ...
 
13
.B EndSection
 
14
.fi
 
15
.SH DESCRIPTION
 
16
.B cyrix 
 
17
is an XFree86 driver for the Cyrix MediaGX (now Natsemi Geode) series of
 
18
processors when using the built in video.
 
19
.SH SUPPORTED HARDWARE
 
20
The
 
21
.B cyrix
 
22
driver supports the MediaGX, MediaGXi and MediaGXm processors, as well as
 
23
the Natsemi 'Geode' branded processors. It supports the CS5510, CS5520,
 
24
CS5530 and CS5530A companion chips. The driver supports 4, 8, 15 and 16 bit
 
25
deep displays with video compression and acceleration.
 
26
.PP
 
27
The MediaGX run length compresses its shared framebuffer, for the best
 
28
performance on a MediaGX machine pick backgrounds that compress well
 
29
horizonally.
 
30
.SH CONFIGURATION DETAILS
 
31
Please refer to XF86Config(__filemansuffix__) for general configuration
 
32
details.  This section only covers configuration details specific to this
 
33
driver.
 
34
.PP
 
35
The following driver
 
36
.B options
 
37
are supported
 
38
.TP
 
39
.BI "Option \*qNoAccel\*q \*q" boolean \*q
 
40
Disable or enable acceleration. Default: acceleration is enabled.
 
41
.TP
 
42
.BI "Option \*qSWCursor\*q \*q" boolean \*q
 
43
Disable or enable software cursor. Default software cursor is enabled and a
 
44
hardware cursor is used.
 
45
.TP
 
46
.BI "Option \*qHWCursor\*q \*q" boolean \*q
 
47
Disable or enable hardware cursor. Default hardware cursor is disabled.
 
48
.TP
 
49
.BI "Option \*qShadowFB\*q \*q" boolean \*q
 
50
Disable or enable shadow frame buffer. The shadow buffer is normally only
 
51
used when rotating the screen. The default is false.
 
52
.TP
 
53
.BI "Option \*qRotate\*q \*qCW\*q"
 
54
.TP
 
55
.BI "Option \*qRotate\*q \*qCCW\*q"
 
56
.PP
 
57
Rotate the display clockwise or counterclockwise for use on Cyrix based
 
58
tablet PC systems. This mode is currently unaccelerated.
 
59
.SH "BUGS"
 
60
This driver has not been tested on the original 5510 hardware for some
 
61
considerable time.
 
62
.PP
 
63
8bit mode does not currently work on the CS5510 with external RAMDAC.
 
64
.PP
 
65
The 5530A video overlay facility is not currently supported.
 
66
.PP
 
67
XFree86 uses the MediaGX 'SoftVGA' interface. On a small number of boards
 
68
this is buggy and may result in strange illegal instruction traps.
 
69
.PP
 
70
Hardware cursors are not currently supported.
 
71
.SH "SEE ALSO"
 
72
XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__)
 
73
.SH AUTHORS
 
74
Authors include: Richard Hecker, Annius Groenink, Dirk Hohndel, The GGI
 
75
Project, Alan Cox.