diff options
Diffstat (limited to 'doc/html/emb-envvars.html')
-rw-r--r-- | doc/html/emb-envvars.html | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/doc/html/emb-envvars.html b/doc/html/emb-envvars.html deleted file mode 100644 index 5156acab7..000000000 --- a/doc/html/emb-envvars.html +++ /dev/null @@ -1,104 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/envvars.doc:36 --> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<title>TQt/Embedded environment variables</title> -<style type="text/css"><!-- -fn { margin-left: 1cm; text-indent: -1cm; } -a:link { color: #004faf; text-decoration: none } -a:visited { color: #672967; text-decoration: none } -body { background: #ffffff; color: black; } ---></style> -</head> -<body> - -<table border="0" cellpadding="0" cellspacing="0" width="100%"> -<tr bgcolor="#E5E5E5"> -<td valign=center> - <a href="index.html"> -<font color="#004faf">Home</font></a> - | <a href="classes.html"> -<font color="#004faf">All Classes</font></a> - | <a href="mainclasses.html"> -<font color="#004faf">Main Classes</font></a> - | <a href="annotated.html"> -<font color="#004faf">Annotated</font></a> - | <a href="groups.html"> -<font color="#004faf">Grouped Classes</font></a> - | <a href="functions.html"> -<font color="#004faf">Functions</font></a> -</td> -<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>TQt/Embedded environment variables</h1> - - - -<p> <center><table cellpadding="4" cellspacing="2" border="0"> -<tr bgcolor="#a2c511"> <th valign="top">Variable <th valign="top">Notes -<tr bgcolor="#f0f0f0"> -<td valign="top">TQWS_SW_CURSOR -<td valign="top">If defined, always use a software mouse cursor even when using an -accelerated driver that supports a hardware cursor -<tr bgcolor="#d0d0d0"> -<td valign="top">TQWS_DISPLAY -<td valign="top">Defines the display type and framebuffer, e.g. -<tt>Voodoo3 Mach64:/dev/fb1</tt> -Defaults to an unaccelerated Linux framebuffer driver on <tt>/dev/fb0</tt>. -Valid drivers are TQVfb, VGA16, LinuxFb (unaccelerated Linux framebuffer), -Mach64 (accelerated for ATI Mach64 cards such as the Rage Pro), -Voodoo3 (accelerated for the 3dfx Voodoo 3, should also work on Voodoo -Banshee), Matrox (should work on all Matrox graphics cards since the -Matrox Millennium), Transformed (for rotated displays), SVGALIB and -VNC. Transformed displays have a special format: within the -specification should be a multiple of 90 degrees rotation specified as -Rot<x>, for instance Transformed:Rot90. -<tr bgcolor="#f0f0f0"> -<td valign="top">TQTDIR -<td valign="top">If defined this tells TQt/Embedded to where to find its fonts: -fontdir should be in <tt>$TQTDIR/etc/fonts/</tt>. If undefined it's assumed -to be <tt>/usr/local/qt-embedded</tt> -<tr bgcolor="#d0d0d0"> -<td valign="top">TQWS_SIZE -<td valign="top">If defined forces TQt/Embedded into a window of <width> x -<height> size centred within the screen, e.g. 320x200 -<tr bgcolor="#f0f0f0"> -<td valign="top">TQWS_NOMTRR -<td valign="top">If defined, don't use Memory Type Range Registers to define the framebuffer -as write-combined on x86. Write-combining speeds up graphics output. -<tr bgcolor="#d0d0d0"> -<td valign="top">TQWS_CARD_SLOT -<td valign="top">Tells the accelerated drivers which card to attempt to accelerate. -This should be a path in <tt>/proc/bus/pci</tt>. It defaults to -<tt>/proc/bus/pci/01/00.0</tt> - the first device on the second PCI bus in the -system, which is normally the AGP card. -<tr bgcolor="#f0f0f0"> -<td valign="top">TQWS_USB_KEYBOARD -<td valign="top">If defined, instead of opening <tt>/dev/tty</tt> open the USB low-level -event device defined in TQWS_USB_KEYBOARD (e.g. <tt>/dev/input/event0</tt>): -this is useful if you wish to run X and TQt/Embedded side by side on -different framebuffers. -<tr bgcolor="#d0d0d0"> -<td valign="top">TQWS_MOUSE_PROTO -<td valign="top">Defined as <type>:<device>, e.g. <tt>Microsoft:/dev/ttyS0</tt>. If you want to -use a USB mouse directly (separate from X) use <tt>MouseMan:/dev/input/mouse0</tt> -or similar. Valid mouse protocls are Auto (automatically sense protocol), -MouseMan, IntelliMouse, Microsoft, TQVfbMouse (only useful with TQVfb) -and TPanel, a sample touch panel driver. -<tr bgcolor="#f0f0f0"> -<td valign="top">TQWS_KEYBOARD -<td valign="top">Defines the keyboard type. Multiple keyboards can be handled at once, -input will be read from all of them. Valid values: -Buttons (an iPaq button device if QT_QWS_IPAQ is compiled, otherwise -one for the Cassiopeia), TQVfbKeyboard (only useful with TQVfb), -and TTY (either a USB keyboard or <tt>/dev/tty</tt> depending if TQWS_USB_KEYBOARD -is defined) -<p> </table></center> -<p> -<!-- eof --> -<p><address><hr><div align=center> -<table width=100% cellspacing=0 border=0><tr> -<td>Copyright © 2007 -<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> -<td align=right><div align=right>TQt 3.3.8</div> -</table></div></address></body> -</html> |