summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
* check for nvidia_drv.so (as well as nvidia_drv.o)Olivier Blin2005-12-271-1/+1
|
* ensure we don't load both "/usr/X11R6/lib/modules/extensions/libglx.so" and ↵Pascal Rigaux2005-10-211-1/+7
| | | | | | | "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so" (backported from HEAD) (bugzilla #19285)
* don't modify /etc/ld.so.conf.d/{nvidia,ati}.conf if file does not existPascal Rigaux2005-10-051-1/+1
| | | | | (otherwise at package install time, one gets a .rpmnew)
* (setupFB) fix reading bootloader configThierry Vignaud2005-09-191-1/+1
|
* comment/dis-comment the content of ld.so.conf.d/{nvidia,ati}.conf instead of ↵Pascal Rigaux2005-09-161-1/+1
| | | | | | | symlinking to a hidden file (implies the new ati/nvidia packages have config(noreplace) for those files)
* instead of symlinking, comment the content of the ld.so.conf.d/*.confPascal Rigaux2005-09-161-16/+20
|
* don't load glx with fbdev (since glx is used for various things nowadays, ↵Pascal Rigaux2005-09-161-1/+1
| | | | dixit fredl)
* use nvidia legacy drivers for TNT2/GeForce/GeForce2Olivier Blin2005-09-141-1/+8
|
* xorg 6.9Frederic Lepied2005-09-141-1/+1
|
* handle DefaultDepth (which is the same as DefaultColorDepth)Pascal Rigaux2005-09-132-2/+3
|
* allow forcing fbdev even if we don't allowFBPascal Rigaux2005-09-131-1/+1
|
* - keyboard::read() now returns false if the value is not recognisedPascal Rigaux2005-09-131-1/+1
| | | | | - new function keyboard::read_or_default() which always returns a valid value
* silently ignore existing X config file if upgrading an alien distroPascal Rigaux2005-09-131-1/+1
|
* - when changing the card/monitor, ensure the resolution is still validPascal Rigaux2005-09-081-6/+16
| | | | | - when switching to fbdev, ensure we have a bios resolution
* drivers/fglrx_drv.o is now drivers/fglrx_drv.soPascal Rigaux2005-09-011-1/+1
|
* handle nvidia's libglx.so being now in extensions/nvidia instead of extensionsPascal Rigaux2005-08-261-9/+15
| | | | | (when there is extensions/libglx.a, it means extensions/libglx.so is not xorg's libglx, so it may be nvidia's)
* fix missing prefix when reading sysconfig bootsplashPascal Rigaux2005-08-261-1/+1
|
* be saferPascal Rigaux2005-08-231-1/+1
|
* fix sortPascal Rigaux2005-08-231-1/+1
|
* use the current theme nameFlorent Villard2005-08-231-1/+2
|
* add some more commented resolutions (also see bugzilla #17526)Pascal Rigaux2005-08-161-9/+13
|
* move is_xbox from common to detect_devicesOlivier Blin2005-08-053-4/+5
|
* don't have empty ModeLines lying around (bugzilla #16960)Pascal Rigaux2005-08-031-2/+2
|
* Adopt to new mandriva-theme package naming schema, see bug#16977.Funda Wang2005-07-221-1/+1
|
* (to_raw_X) fix 3D on ATI cards (adding 'load "glx"')Thierry Vignaud2005-06-171-1/+1
|
* (libgl_config) fix enabling 3D when multiple GL libraries are installed (eg: ↵Thierry Vignaud2005-06-161-2/+2
| | | | globetrotter)
* (to_raw_X) really prevent loading/unloading twice the same glx module on non ↵Thierry Vignaud2005-06-151-4/+1
| | | | NV cards
* (to_raw_X) prevent loading/unloading twice the same glx module on non NV cardsThierry Vignaud2005-06-151-1/+0
|
* quotes in monitor names causes havoc, replace them (bugzilla #16406)Pascal Rigaux2005-06-141-0/+1
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-102-3/+0
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* add some "use xxx;" (the idea is to see what the package needs, but i may ↵Pascal Rigaux2005-06-103-0/+5
| | | | rollback after understanding better dependencies)
* don't need prefixing with current packagePascal Rigaux2005-06-091-2/+2
|
* create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵Pascal Rigaux2005-06-021-5/+2
| | | | and use them
* add many resolutions, but don't allow them yetPascal Rigaux2005-06-011-5/+21
|
* ensure that explanations go into /var/log/explanations is standaloneThierry Vignaud2005-05-221-13/+13
| | | | | mode (log::explanations() just calls log::l() at install time)
* (libgl_config) only run ldconfig if needed (aka only if GL config was altered)Thierry Vignaud2005-05-221-4/+13
|
* (probe_using_X): add missing chomp_Pascal Rigaux2005-05-101-1/+1
|
* if one prefer using "Modes" instead of "Virtual", keep it as isPascal Rigaux2005-04-281-2/+5
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* suggest 1280x1024 instead of 1280x960 which causes pbsPascal Rigaux2005-04-191-2/+2
|
* ugly hack to fix empty ModeLine lines, XFdrake seems to generate some, but ↵Pascal Rigaux2005-04-081-0/+8
| | | | | | | where??? at least this allows fixing the pb by re-running XFdrake
* 1152x864 needs more modelines than the poor 1152x864@75Hz builtin xorg ↵Pascal Rigaux2005-04-081-1/+1
| | | | (bugzilla #11698)
* probe_using_X on neomagic can return rubbish, so prefer probe_DMI() (even if ↵Pascal Rigaux2005-03-231-1/+1
| | | | dmi probe is quite fuzzy...)
* try a little harder to know if we must write the config file.Pascal Rigaux2005-03-222-6/+9
| | | | | this is still not enough though
* put X conf read in Xconfig::mainPascal Rigaux2005-03-221-2/+4
|
* perl_checker fixPascal Rigaux2005-03-221-2/+2
|
* choose the default background best matching the resolutionPascal Rigaux2005-03-221-2/+29
|
* remove useless function to improve readability and please TitiOlivier Blin2005-03-211-48/+50
|
* use specific Synaptics settings for ALPS devices (#14512)Olivier Blin2005-03-211-12/+38
|
* use new recommended settings for synaptics-0.14.0Olivier Blin2005-03-211-3/+3
|