The XFree86logfile is a text Computer file file , written by the XFree86 program, and designed to be useful for people who are trying to diagnose problems they are having with getting XFree86 to work. When XFree86 starts, it creates a Data logging logfile which contains information about what happened when XFree86 started. It contains information about what module programming modules were loaded, which ... cvsweb xc lib xkbfile XKBrules.h XKBRules.h CVS DEFAULTSORT Xfree86Logfile Categories Category ... , but where it is placed is configurable. the following nowiki 01 XFree86 Version 4.3.0 Red Hat Linux ... , probably installed XFree86 from a binary rpm package . Line 10 X managed to find the module loader .... Other often seen values are XFree86 Configure meaning that XFree86 s configuration tool xf86config was used, Main Layout or Default Layout . Keyboard setup nowiki 01 Option XkbRules xfree86 02 XKB rules xfree86 03 Option XkbModel macintosh 04 XKB model macintosh 05 Option XkbLayout us 06 XKB ... in XFree86 was designed for PC keyboards. Then it was ported to other platforms with keyboards that can ... the message is thought to be an error, it is not. File paths After the keyboard setup XFree86 ... to where all modules are located. The default is usually fine. It is needed for XFree86 to be able to find the modules specified in code Section Module code . Module loading XFree86 loads a number of module ... give in the logfile is mostly the same. nowiki 01 II LoadModule bitmap 02 II Loading usr X11R6 lib modules fonts libbitmap.a 03 II Module bitmap vendor The XFree86 Project 04 compiled for 4.3.0, module version 1.0.0 05 Module class XFree86 Font Renderer 06 ABI class XFree86 Font Renderer, version 0.4 nowiki In the example above, XFree86 successfully loaded module bitmap . The first line specifies ... and vendor name. In older versions of XFree86 4.0 and older the output for modules is less verbose nowiki 01 II Loading usr X11R6 lib modules fonts libbitmap.a 02 II Module bitmap vendor The XFree86 ... more details
December 15, 2008 See also Portal Free software DirectFB XFree86logfileXFree86 Modeline XF86Config ...Infobox software name XFree86 logo Image Xfree86.logo.gif 200px screenshot caption developer The XFree86 ... license 2004 Licensing controversy XFree86 License 1.1 website http www.xfree86.org www.xfree86.org XFree86 is an implementation of the X Window System . It was originally written for Unix like operating .... It is free software free and open source software under the XFree86 License version 1.1. It is developed by the XFree86 Project, Inc. The lead developer is David Dawes . The current version is 4.8.0 ..., The XFree86 Project adopted a license change that the Free Software Foundation considered GNU General ... Xouvert, but X.Org Server soon became dominant. Most XFree86 developers, who were already .... ref http xfree86.org cvs changes.html ref Usage XFree86 is used in almost no distributions. The last ... . Architecture XFree86 consists of client library computer science libraries used to write X applications ... the X protocol, which allows them to run on different computers. The XFree86 server communicates with the host ... of graphics card s. These are generally managed directly by XFree86, so it includes its ... via binary only drivers. Since version 4.0, XFree86 has supported certain accelerated 3D graphics ... as a normal user. It is also possible to use XFree86 in a Linux framebuffer framebuffer device , which ... card . The program xf86config is often used, although xf86cfg also comes with the XFree86 server ... Accelerated X . Rise with Linux As Linux grew in popularity, XFree86 rose with it, as the main ... was happening in the XFree86 project. In 1999, XFree86 was sponsored onto X.Org the official industry ... popular version of X. ref http slashdot.org article.pl?sid 99 12 01 1342251&tid 104 XFree86 joins ... was all but inactive active development was largely carried out by XFree86. ref http xfree86.org pipermail ... A. Harris, 13 Apr 2003 ref However, there was considerable dissent within XFree86. XFree86 used to have ... more details
A modeline is a configuration line in xorg.conf or the XFree86 configuration file XF86Config that provides information to the X server about a connected computer monitor or television and how to drive it at a specified display resolution . The Modeline is based on the Generalized Timing Formula or the Coordinated Video Timings standards produced by VESA . Modelines are now all but unused, but XFree86 and the Xorg Server still allow them to be set should the EDID information be inadequate. Syntax Each modeline has ten parameters, beginning with a label for the resolution being specified. The second parameter specifies the rate of the pixel clock in megahertz . Then follow four numbers that together specify the x resolution width and related parameters, and four numbers that specify the y resolution height . Modeline syntax pclk hdisp hsyncstart hsyncend htotal vdisp vsyncstart vsyncend vtotal flags Flags optional HSync, HSync, VSync, VSync, Interlace, DoubleScan, CSync, CSync, CSync Modeline 1600x1200 155 1600 1656 1776 2048 1200 1202 1205 1263 Label clk x resolution y resolution pixel clock in MHz Or, the modeline can be split into multiple lines for greater clarity Modeline 1600x1200 155 1600 1656 1776 2048 1200 1202 1205 1263 The horizontal and vertical frequencies can be calculated by Hfreq pclk htotal Vfreq pclk htotal vtotal field rate For interlace mode, frame rate field rate 2, otherwise frame rate field rate. The numbers after the width and height are used to determine the front porch , sync pulse , and back porch timings. The resulting refresh rate or frame rate of the display ... situations they will not be required. Obsolescence Modelines may no longer be necessary in XFree86 versions 4 and higher, ref http en.tldp.org HOWTO XFree86 Video Timings HOWTO obsolete.html XFree86 ... www.webng.com linuxhelp here http en.tldp.org HOWTO XFree86 Video Timings HOWTO XFree86 Video Timings HOWTO http xtiming.sourceforge.net cgi bin xtiming.pl The XFree86 Modeline Generator http sourceforge.net ... more details
In the X Window System , XFree86 Acceleration Architecture XAA is a driver architecture to make a video card s 2D hardware acceleration available to the X server. It was written by Harm Hanemaayer in 1996 and first released in XFree86 version 3.3. It was completely rewritten for XFree86 4.0. Most drivers implement acceleration using the XAA module. XAA is on by default, though acceleration of individual functions can be switched off as needed in the server configuration file tt XF86Config tt or tt xorg.conf tt . The driver for the ARK chipset was the original development platform for XAA. In X.Org Server release 6.9 7.0, EXA was released as a replacement for XAA, as XAA supplies almost no speed advantage for current video cards. EXA is regarded as an intermediate step to converting the entire X server to using OpenGL . References http www.xfree86.org 3.3.6 ark3.html Information for ARK Logic Chipset Users Acceleration XFree86.org http cgit.freedesktop.org xorg xserver tree hw xfree86 xaa XAA.HOWTO XAA.HOWTO This file describes how to add basic XAA support to a chipset driver Egbert Eich, 23 April 2004 Category X based libraries graphics software stub ru XFree86 Acceleration Architecture ... more details
Summary XFree86 logo, uploaded to illustrate XFree86 . This logo is a trademark of the XFree86 Project, Inc. Licensing Non free logo Software logos ... more details
David Dawes born 3 December 1964 , is one of the founders of the XFree86 project. He was one of four people who started it in 1992 together with David Wexelblat, Glenn Lai, and Jim Tsillas , and became the project president in 1994. The XFree86 Project used the MIT License MIT X11 license until 2004, when Dawes, as the XFree86 president, decided to license XFree86 4.4 under the newly devised XFree86 License 1.1. ref cite web url http www.xfree86.org pipermail forum 2004 January 001892.html title Announcement Modification to the base XFree86 license accessdate 2007 10 01 last Dawes first David date 2004 01 29 publisher XFree86 Project ref The new license includes a credit clause similar to the old BSD License UC Berkeley advertising clause BSD License advertising clause . The Free Software Foundation determined that the new license, which was protested by free software leaders such as Richard Stallman and Theo de Raadt was incompatible with the version 2 of GNU GPL . ref cite web url http www.fsf.org licensing licenses index html XFree861.1License title FSF Licenses accessdate 2007 10 01 publisher Free Software Foundation ref While Dawes explained this as an attempt to make sure the XFree86 developers get their due credit apparently in response to the Xouvert fork , the decision was contested in the XFree86 community, notably by Jim Gettys and Keith Packard , and the dissenters subsequently forked the project into the X.Org Server . The fork superseded XFree86, as other projects found the new license unacceptable. ref cite web url http www.dwheeler.com essays gpl compatible.html xfree86 title The Cautionary Tale of XFree86 accessdate 2007 10 01 last Wheeler first David A. date 2007 07 06 ref Dawes still heads the XFree86 Project and maintains XFree86 without corporate sponsorships. Dawes also runs his own small private company called X Oz Technologies, which provides project ... of XFree86 license changes http www.purplebark.net maffew catk xfree dawes.html The means to an X for Linux ... more details
Utah GLX was a project aimed at creating a fully open source basic hardware accelerated 3D computer graphics 3D rendering for XFree86 and OpenGL before the introduction of the Direct Rendering Infrastructure in XFree86 version 4.0, which is what is used today. External links http utah glx.sourceforge.net Utah GLX Homepage unix stub Category Free graphics software Category Free software programmed in C Category 3D computer graphics Category Graphics libraries ... more details
orphan date November 2009 Image Luxi Sans.svg thumb Luxi Sans specimen. Luxi is a family of typeface s originally designed for the X Window System by Kris Holmes and Charles Bigelow type designer Charles Bigelow from Bigelow and Holmes Inc . Luxi are similar to Lucida their previous font design. Luxi fonts are commonly found on free software operating system s, such as Linux . They are the default fonts in Red Hat s Bluecurve theme. Released under a licence which permits free distribution but not modification, the Luxi fonts are not free software . This led to their removal from Fedora as well as the Debian package of XFree86. Typefaces Luxi Sans, a family of four sans serif fonts. Luxi Serif, a family of four serif fonts. Luxi Mono, a family of four monospace fonts. History Only version 1.2 created on 2001 10 12 is available. Inititially, they appeared as Type 1 and Type 3 fonts Type 1 fonts under the name Lucidux in XFree86 4.0 released on 2000 03 08, added to XFree86 3.9.18Za a day earlier . They are available as TrueType TTF fonts since XFree86 4.2.0 18 January 2002 they were added to the XFree86 source tree on the 12th of December 2001 XFree86 4.1.99.2 . External links http xorg.freedesktop.org releases individual font font bh ttf 1.0.2.tar.bz2 Download the Luxi fonts http cvsweb.xfree86.org cvsweb xc programs Xserver hw xfree86 CHANGELOG XFree86 Changelog http marc.info ?l xfree fonts&m 100455135924204 Announcement of availability http mirror.aarnet.edu.au pub CTAN fonts LuxiMono LICENSE License http osdir.com ml tex.live 2002 10 msg00109.html Discussion about inclusion in TeX Live http lists.debian.org debian x 2002 08 msg00134.html Discussion of attempts to change licensing Category Unified serif and sans serif typeface families typ stub ... more details
XAA is a three letter abbreviation with multiple meanings, as described below XFree86 Acceleration Architecture , an X Window System driver architecture. The ICAO Code for ARINC Aeronautical Radio Inc. , United States. An unspecified Amino Acid disambig fr Xaa ... more details
The Common Log Format is a standardised text file format used by web servers when generating log files. Because the format is standardised, the files may be analysed by a variety of analysis programs. Each line in a file stored in the Common Log Format has the following syntax blockquote host ident authuser date request status bytes blockquote Example 127.0.0.1 frank 10 Oct 2000 13 55 36 0700 GET apache pb.gif HTTP 1.0 200 2326 A in a field indicates missing data. 127.0.0.1 is the IP address of the client remote host which made the request to the server. RFC 1413 identity of the client. frank is the userid of the person requesting the document. 10 Oct 2000 13 55 36 0700 is the date, time, and time zone when the server finished processing the request. GET apache pb.gif HTTP 1.0 is the request line from the client. The method GET , apache pb.gif the resource requested, and HTTP 1.0 the Hypertext Transfer Protocol HTTP protocol . 200 is the HTTP status code returned to the client. 2xx is a successful response, 3xx a redirection, 4xx a client error, and 5xx a server error. 2326 is the size of the object returned to the client, measured in byte s. See also Extended Log Format Log management and intelligence Web log analysis software Web counter Data logging Syslog References http www.w3.org Daemon User Config Logging.html common logfile format Common Logfile Format as described in the documentation of the World Wide Web consortia webserver W3C httpd . http httpd.apache.org docs 2.2 logs.html common Common Logfile Format as described in the documentation of the Apache webserver 2.2 http www.w3.org TR WD logfile Extended Logging Format Draft from 1996 Category Computer file formats cs Common Log Format ... more details
In computing , code sar code is a Solaris operating system Solaris derived system monitor command used to display CPU activity. Linux distributions provide code sar code through the code sysstat code package. Syntax sar flags e time f filename i sec s time br f filename Uses filename as the data source for sar . Default is the current daily data file var adm sa sadd. br e time Selects data up to time . Default is 18 00. br i sec Selects data at intervals as close as possible to sec seconds. Example user localhost sar Displays today s CPU activity so far. You must have permission and the information must be present on the computer. To add hourly and average CPU usage to a logfile echo SAR on the 1 2 hour and average CPU LOGFILE sar head 4 tail 1 LOGFILE sar tail 3 LOGFILE See also code sag code system activity graph command ref cite web url https www.filibeto.org sun lib solaris2.5 docs 40.3 802 1930 01.pdf title sag 1 date 1993 02 24 work SUNOS Reference Manual publisher Sun Microsystems location Mountain View, California pages 1 895 pages 1231 format PDF accessdate 2010 05 04 quote sag system activity graph ... DESCRIPTION sag graphically displays the system activity data stored in a binary data file by a previous sar 1 run. ref References http www.ibm.com developerworks aix library au unix perfmonsar.html Easy system monitoring with SAR IBM developerWorks http www.softpanorama.org Admin Monitoring sar.shtml System Activity Reporter Softpanorama http pagesperso orange.fr sebastien.godard Sysstat package homepage http www.computerhope.com unix usar.htm Article on sar at Computerhope http www.itworld.com sar performance analysis nlsunix 080529 Article on Sar at ITWorld mentions sar s starting on Solaris Footnotes reflist Category Job scheduling Category Computer performance Category System administration ... more details
Orphan date October 2007 This article discusses the Xwin discussion forums. For the X Win32 X server, see X Win32 . Keith Packard started the XWin project in 2003 in order to provide forums for collaborative and co operative discussion between X Window System X developers, X end users, and potential developers. Due to misleading media reports from news sites such as Slashdot and others, the public gained the incorrect impression that the project had Fork software development fork ed the XFree86 source code. The Xwin project however never did perform a fork of XFree86, and never intended to do so. The Xwin project clearly stated this on the project homepage Quote Web site title header Xwin.org Xwin is just a website xwin.org is a forum for community participation in X, not a development project. The X development community needs to work together to form a government. The hope is that community governance will encourage rapid advances in the X window system. Subsequently the XWin forum closed, and it now directs users to freedesktop.org . Keith Packard began a new development branch of the X Window System under the name Xserver hosted at freedesktop.org. Xserver uses the KDrive Application programming interface API device driver driver model. This next generation of X Window System X server follows a different direction to that of XFree86 . External links http www.freedesktop.org Software xserver The homepage of the new generation of X server http www.xfree86.org Homepage of the XFree86 project http www.x.org X.org Foundation Category X Window System ... more details
This is a list of web analytics software used to collect and display data about visiting website users. Open source This is a comparison table of web analytics software released under an open source license . class wikitable sortable style font size 85 text align center width auto Name Platform Supported databases Tracking Method Latest stable release License Analog program Analog C programming language C Logfile based 6.0 GPL AWStats Perl Logfile based 7.0 GPL CrawlTrack PHP MySQL php pagetag 3.0.0 GPL GoAccess C programming language C Logfile based 0.4.1 GPL LogReport Perl Logfile based 2.1 GPL Open Web Analytics PHP MySQL javascript php pagetag 1.3.1 GPL Piwik PHP MySQL javascript or php pagetag 1.2.1 GPL Visitors C programming language C Logfile based 0.7 GPL W3Perl Perl Logfile based 3.11 GPL Webalizer C programming language C Logfile based 2.20 01 GPL Proprietary This is a comparison table of web analytics proprietary software . class wikitable sortable style font size 85 text align center width auto Name Company Platform Supported databases Tracking Method Latest stable release Price in USD sNOWsh sNOWsh sNOWsh Technologies PHP MySQL linux MySQL Cookies, Server Side, JavaScript See web site mixed, See web site Mint software Mint Mint software Mint PHP MySQL Cookies via JavaScript 2.17 30 Site Sawmill software Sawmill Flowerfire Inc Microsoft Windows Windows Linux BSD POSIX Microsoft SQL Server MS SQL MySQL Oracle Database PostgreSQL Proprietary Cookies via JavaScript & Logs 8.1.1 mixed, from 99 profile Urchin software Urchin Google Microsoft Windows Windows Linux BSD MySQL , PostgreSQL Cookies & Logs 7.0 9995 Bien Logic SurfReport Bien Logic Perl C MySQL Web log files & Cookies 3.1 discontinued 695 Site Tealeaf Tealeaf cx Tealeaf Linux Appliance N A Network traffic monitor See web site See web site Compuware Products Compuware Vantage Compuware Linux Appliance N A Network traffic monitor See web site See web site Unica NetInsight Unica Corporation Unica Micro ... more details
X386 was the first implementation of the X Window System for IBM PC compatible computers. It ran on systems with Intel 386 or later processors, running Unix System V based operating system s, and supported a variety of VGA compatible graphics cards . X386 was created by Thomas Roell while at Technische Universit t M nchen and first released as X386 1.1, based on X11R4 in 1991. ref cite newsgroup title X386 1.1 author Thomas Roell date 1991 02 11 newsgroup comp.archives id 1991Feb11.192043.27202 ox.com url http groups.google.com group comp.archives msg 685f720669765550?dmode source accessdate 2008 02 29 ref X386 1.2 was incorporated in the X11R5 release later the same year. Further X386 development was funded by Snitily Graphics Consulting Services, which released enhanced versions commercially. SGCS later became Xi Graphics and X386 evolved into the Accelerated X product. In September 1992, the XFree86 project was created to continue development of X386 as open source software ref cite newsgroup title X386 1.2E is changing its name to XFree86 author david.e.wexelblat date 1992 09 03 newsgroup comp.unix.bsd id 1992Sep3.160121.18696 cbnewsj.cb.att.com url http groups.google.com group comp.unix.bsd msg 8889f42c8774401b?dmode source accessdate 2008 02 29 ref , the name being a pun on X386 , distinguishing it from the proprietary SGCS version. References Reflist free software stub XWinSys Category X servers ... more details
Cyborglog of East Campus Fire GFDL en migration relicense This is an example of a Feb. 1995 logfile from a cybernetic interface EyeTap eyetap system. Such logfiles, known also as CyborgLog cyborglogs effortlessly capture everyday experiences. This example shows how a newsworthy event was captured serendipitously simply while walking around in day to day life. Cyborglogs are recordings of an activity made by a participant in the activity, in this case, a passive citizen observer, in the role of citizen passing by, but later interacting with the various people coming out of the building. This is a PNG version of the image. Please link to just the JPEG version within documents, in order to keep file size transfers down to a minimum, except for the occasional user who clicks through the image. ... more details
lowercase title smallX smallX formerly tinyX was a stripped down X Window System server implementation based on XFree86 . It was created as part of the Small Linux project and is currently used also by MontaVista s Linux graphics package for embedded system s. It has since been superseded with the KDrive xserver, or the Freedesktop xserver, which is used to test future X development, like composite graphics composite extension and X on top of OpenGL See also Small Linux Damn Small Linux External links http www.superant.com smalllinux tinyX01.html smallX website http www.superant.com smalllinux Small Linux website linux stub Category X servers Category Embedded Linux ... more details
The configuration file XF86Config of the XFree86 project is used by the X server to set necessary configuration parameters. It is a plain text file ordered into sections and subsections. Important sections are Files , InputDevice , Monitor , Modes , Screen , Device , and ServerLayout . ref citebook title Inside Linux author Michael Tobler year 2000 publisher Sams Publishing isbn 0735709408 page 102 ref Sections can appear in any order and there may be more than one section of each kind, for example, if you have more than one monitor, say a video projector and an on board LCD of a notebook. The Monitor sections are for the physical displaying devices, the Screen sections are for the logical displays, so you can have two monitors displaying the same content or entirely different information. The option SWCursor in the Device section for example controls whether the mouse pointer is mirrored on an external monitor or suppressed. On typical Unix like systems the file often is found in tt etc X11 tt and a log file is in tt var log tt , typically named tt XFree86.0.log tt for the last start of X and tt XFree86.0.log.old tt for the previous one. Inappropriate editing of this file may result in a black or illegible screen or might even damage the monitor, especially if it is a cathode ray tube CRT . The user should be able to operate the system through console mode i.e. text mode when configuring X, as X might fail to start due to an invalid configuration leaving the user with merely the CLI. Xorg.conf In the X.org Server fork of the XFree86 project, the file is called tt Xorg.conf tt , but the specification is nearly identical. The X.org Server tries, however, to autoconfigure as much as possible with the aim of making Xorg.conf unnecessary in the greatest proportion of cases. See also Portal Free software XFree86 Modeline Xorg.conf References Reflist DEFAULTSORT Xf86config Category Configuration files it XF86Config ... more details
orphan date January 2009 Infobox Software name Runscanner logo caption Runscanner screenshot screenshot Deleted image removed Image Runscanner.png 250px deletable image caption 1 Wednesday, 26 August 2009 deletable image caption 1 Wednesday, 26 August 2009 developer Geert Moernaut latest release version 2.0.0.44 latest release date release date 2010 07 25 operating system Microsoft Windows genre Malware diagnostic & removal license Freeware website http www.runscanner.net RunScanner is a freeware Windows system utility which scans a windows system for all configured running programs and autostart locations. History The program was created as a best of both worlds effort to combine all positive features in similar programs like Hijackthis , Autoruns and Silentrunners. Unlike similar programs, Runscanner connects to an online database to rate the good and the bad items. The main purpose of the database is to do whitelisting ref http www.theregister.co.uk 2007 06 27 whitelisting v antivirus The rise of whitelisting ref instead of blacklisting. Usage Runscanner scans all windows autostart locations and gives the user the possibility to delete misconfigured and malware items. Inexperienced users can post their log files to forums where specialist helpers can help them to solve their malware problems. Advanced users can use all features that modern malware fighters have come to expect. ref http www.microsoft.com emea itsshowtime sessionh.aspx?videoid 359 Advanced Malware Cleaning Mark Russinovich ref Unlike other similar software, Runscanner can also exchange binary files with other users. Main features Scanning of 100 hijack locations Verification of file signatures MD5 hash calculation of files Online malware analysis of results Extended filters Item marking Powerful process killer Plain text logfile generation Binary file Binary .run logfile generation Hosts file editor See also Spy software Malware Targeted threat Vulnerability computing References Reflist External li ... more details
Refimprove date November 2007 Infobox software name Cygwin X screenshot Image Wfm cygwinx rootless.png 250px caption The screen shows X applications xeyes , xclock , xterm sharing the screen with native Windows applications Date and Time, Calculator . developer Cygnus Solutions , Red Hat and others released latest release version 1.9.0 2 latest release date release date and age 2010 10 23 operating system Microsoft Windows programming language genre license X11 License website http x.cygwin.com x.cygwin.com Cygwin X is an implementation of the X Window System that runs under Microsoft Windows . It is part of the Cygwin project, and is installed using Cygwin s standard setup system. Cygwin X is free software , licensed under the X11 License . Cygwin X was originally based on XFree86 , but switched to the X.Org Server , owing to concerns over XFree86 s new software license not being compatible with the GPL. ref See XFree86 2004 Licensing controversy XFree86 Licensing controversy . ref After a long pause following a 8 July 2005 release, the project was revitalised and the developers released a version based on the X.org modular 7.4 release on 12 November 2008 and continue to maintain it. Features There are two ways to run Cygwin X In one, an X server runs in a single Microsoft Windows window that serves as the X display, which holds the X root window and all the other X windows in the X session. You use an X window manager to manage the X windows within the display. You can run multiple X servers, each in its own Microsoft Windows window. The other method is to run Cygwin X rootless . In this method, each X window corresponds with its own Microsoft Windows window and there is no root window. There is no X window manager Microsoft Windows window manager moves, resizes, hides, etc. the X windows. Uses One use for Cygwin X is to provide a graphical interface for applications running on the same computer with Cygwin X which are designed for the X Window System. Such an app ... more details
KDrive or freedesktop.org Xserver or just Xserver is a small X Window System server implementation created by Keith Packard . Unlike the X.Org Server , KDrive was not based on XFree86 code. It was used by X.Org developers as a testing ground for new ideas, such as EXA . It practically superseded SmallX also known as TinyX and is commonly used in embedded system s with the need for a very thin X server. A specific feature of KDrive was that it was configured at compile time, not at run time. It was often compiled to use the native Linux framebuffer device as output. As of X.Org Server version 7.1, the KDrive framework was integrated into the reference implementation and is now part of the generic source code release of the server. External links http www.freedesktop.org Software Xserver Xserver at freedesktop.org XWinSys linux stub Category X servers Category Freedesktop.org Category Embedded Linux pt KDrive ... more details
lowercase xorg.conf The file xorg.conf is a file used for configuring the X.Org Server . While typically located in tt etc X11 xorg.conf tt , its location may vary across operating system s. For a long time, editing xorg.conf was necessary for advanced input devices and multiple monitor output to work correctly. This was regarded to be a major usability obstacle. In modern systems this is seldom necessary, thanks to input hotplugging and the XRandR extension integrated into new X.org releases. It is still needed for devices from some manufacturers, notably NVIDIA and Wacom , whose drivers fail to provide support for those technologies. This also causes confusion or even problems when changing an option that is no longer explicitly entered is required. See also Portal Free software XF86Config XFree86 Modeline External links http linux.die.net man 5 xorg.conf Xorg.conf man page XWinSys Categories Category Configuration files Category X Window System desktop environment stub fr Xorg.conf ... more details
Generalized Timing Formula is a standard by VESA which defines exact parameters of the component video component video signal for analog VGA display interface. The parameters defined by the standard include horizontal blanking retrace and vertical blanking intervals, Horizontal scan rate horizontal frequency and refresh rate vertical frequency collectively, pixel clock rate or video signal bandwidth , and horizontal sync horizontal vertical sync polarity. These parameters are used by the XFree86 Modeline , for example. This standard is available from VESA for 350. ref name VESA standard order form https fs16.formsite.com VESA VESAForms secure index.html ref The standard was adopted in 1999, and was superseded by the Coordinated Video Timings specification in 2002. References Reflist External links http www.vesa.org Standards free.htm VESA spreadsheet for calculating parameters of GTF signal registration required, but free computer stub Category Video signal ... more details
confusing date June 2009 File Xclock render.png thumb xclock, rendered with alpha blending using the XRender extension. In computing , xclock is the standard graphical user interface GUI clock for the X Window System . ref cite web url http www.xfree86.org current xclock.1.html title XCLOCK 1 manual page date 2006 01 09 accessdate 2011 01 18 publisher XFree86 ref xclock s time is taken from the system clock. It can show time in analog clock analog and digital formats the displayed time updates at a frequency as specified by the user. Customization As with most X Window System X applications, xclock can be customized via the global X resources file. References Reflist http cgit.freedesktop.org xorg app xclock Source repository for current version of xclock XWinSys Categories Category X Window programs zh Xclock ... more details