X Configuration Scripts

From LinuxMCE
Revision as of 16:57, 1 March 2006 by Wikiadmin (Talk | contribs)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search
This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.
== General info ==

Package: pluto-x-scripts

Directory: src/X-Resolution

These scripts are used to configure X and change resolutions.

File details

resolutions.png Reference picture for resolution change screen

Xconfigure.sh Generates a XF86Config-4 file (defaults to /etc/X11/XF86Config-4). It can use a set of defaults on request. Autodetects the video card driver as part of the defaults. Updates configuration sections according to requested screen resolution, refresh rate. Updates just the video driver when requested.

Syntax: Xconfigure.sh [--defaults] [--resolution <ResX>x<ResY>[@<Refresh>]] [--scantype {progressive|interlace|doublescan}] [--force] [--update-video-driver] [--conffile <config_file>]

--defaults - use the defaults as a starting point --resolution <ResX>x<ResY>[@<Refresh>] - set the screen mode and corresponding modeline in the config file; Refresh defaults to 60 --scantype {progressive|interlace|doublescan} - select a scan type; has effect only when used with the --resolution parameter; when not specified, defaults to progressive --force - The default horizontal sync range is 28-90; with this option, it is set to 28-500 --update-video-driver - redetects the video driver and updates the config file; does nothing when the --defaults parameter is specified as --defaults implies this parameter --conffile - specify which config file to use instead of the default /etc/X11/XF86Config-4