diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-07-15 14:34:27 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-07-15 14:34:27 -0500 |
commit | 1ef4e61fbb694c29d69aa98b0cf043557ac73a41 (patch) | |
tree | b2314ac8b4e3b6d13ab36cb185bdf1aa3573aa66 /README | |
parent | e22d686a13fbb42a5d59af1873184fc7e31fc658 (diff) | |
download | tde-guidance-1ef4e61fbb694c29d69aa98b0cf043557ac73a41.tar.gz tde-guidance-1ef4e61fbb694c29d69aa98b0cf043557ac73a41.zip |
Remove thoroughly obsolete displayconfig module
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 1 insertions, 35 deletions
@@ -47,9 +47,6 @@ have only been tested on Mandrake. * mountconfig - Mount point configuration utility. Feature complete and stable. -* displayconfig - Display and graphics card configuration utility. Feature - complete but it only tested on Kubuntu right now. - * wineconfig - Wine configuration utility. * grubconfig - Grub boot loader configuration utility. beta quality now. @@ -115,46 +112,15 @@ This will test for a working installation of PyQt/PyKDE and automatically install the files using the same installation prefix as TDE. You will need to have a working Python install before you can even run the setup.py script. -displayconfig-hwprobe installation ----------------------------------- -displayconfig-hwprobe.py is a small program that should be run at boottime -before Xorg is started. It scans the PCI bus looking for graphics cards and -compares the list it finds to the previous time it was run. If the two lists -of hardware are different then "dpkg-reconfigure xserver-xorg" is automatically -run in non-interactive mode to generate a new xorg.conf based on the new -hardware. - -The philosophy is that it is better to have a system with a raw but working -xorg.conf and X server, than to keep the old configuration and a Xorg that -won't startup. Swapping a graphics card should not "break" the OS. - -The setup.py script currently does not install displayconfig-hwprobe.py by -itself. For now this must be done by the packager. displayconfig-hwprobe.py -should be put in /etc/init.d and installed to run at boot time with a command -like this: - - update-rc.d displayconfig-hwprobe.py start 18 3 . - -displayconfig-hwprobe.py only supports Kubuntu right now. Perhaps in the -future displayconfig-hwprobe will be expanded to detect hardware and generate -an xorg.conf by itself. - -More information about displayconfig-hwprobe.py and the files it uses is -inside displayconfig-hwprobe.py. Currently the hardware data is written to -/var/lib/guidance/guidance-gfxhardware-snapshot. IMPORTANT: The directory -/var/lib/guidance/ should be created before using displayconfig-hwprobe.py. - - Running ------- Installation should add a couple of entries to the Trinity Control Center in the -System section (displayconfig will show up in Peripherals). It is also possible +System section. It is also possible to run the commands outside of the Trinity Control Center from the shell as root: * serviceconfig * userconfig * mountconfig - * displayconfig * wineconfig * grubconfig |