summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/card.pm
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)
* 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
|
* allow forcing fbdev even if we don't allowFBPascal Rigaux2005-09-131-1/+1
|
* 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)
* (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
|
* 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
|
* xorg_version is 6.8.2Pascal Rigaux2005-01-261-1/+1
|
* fix auto_install graphic card configuration (when one specify the Driver)Pascal Rigaux2005-01-161-13/+16
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-4/+4
|
* simplifyPascal Rigaux2004-11-261-1/+1
|
* create function libgl_config() and have it after setting Driver to 'fglrx' soPascal Rigaux2004-11-251-12/+19
| | | | | that libgl_config() can behave based on {Driver} instead of {Driver2}
* enable UseFBDev in X configs on ppc, for rage128 and radeonPascal Rigaux2004-11-161-0/+3
|
* set raw_LINES on every fglrx devicesPascal Rigaux2004-11-161-5/+9
|
* drop broken codePascal Rigaux2004-11-161-3/+0
| | | | | | - setting VideoRam for i810 - unsetting UseFBDev for r128 on ppc
* fix regexp given to matching_driver (otherwise smartcard:xxx matches)Pascal Rigaux2004-11-091-1/+1
|
* make perl_checker happyGwenolé Beauchesne2004-10-041-1/+1
|
* x86_64 is a lib64 platform, so handle nvidia glx here too (and ati in the ↵Gwenolé Beauchesne2004-10-041-6/+8
| | | | future)
* adapt to new proprietary package namingPascal Rigaux2004-09-131-2/+2
|
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-1/+2
|
* (to_raw_X) do not set DRI mode anymore; this is not needed anymoreThierry Vignaud2004-08-231-1/+0
| | | | | with PAM
* replace freeDriver with freedriver (stage2 para are lower cased)Pascal Rigaux2004-08-161-1/+1
|
* s/XFree/Xorg/Pascal Rigaux2004-08-101-11/+11
|
* replaced XFree86 and XFree with Xorg (bugzilla #10531)Pascal Rigaux2004-08-051-3/+3
|
* - create X_options_from_o() and use itPascal Rigaux2004-07-081-1/+5
| | | | | - add freeDriver boot option
* merge from MDK-10-branch: add support for ATI_GLX and NVIDIA_GLX cohabitationThierry Vignaud2004-06-181-1/+16
|
* switch to xorgPascal Rigaux2004-06-081-3/+3
|
* perl_checker compliancePascal Rigaux2004-05-111-1/+2
|
* don't succeed automatic configuration (not auto_install) when there is many ↵Pascal Rigaux2004-05-061-1/+3
| | | | cards (as requested by Joe Bolin on cooker)
* XFree 3 is gone!Pascal Rigaux2004-05-031-158/+26
|
* catch exception (bugzilla #8726)Pascal Rigaux2004-03-091-2/+2
|
* well we reverted to 4.3Guillaume Cottenceau2004-02-171-1/+1
|
* handle case where rpm can't be found (eg: XFree86-SVGA for xfree3) (part of ↵Pascal Rigaux2004-02-121-1/+7
| | | | bugzilla #7786)
* fix typoPascal Rigaux2004-02-091-1/+3
|
* handle allowNVIDIA_rpms & allowATI_rpms directly in ↵Pascal Rigaux2004-02-091-6/+9
| | | | Xconfig::card::install_server
* force XF4 on all archsPascal Rigaux2004-02-091-1/+1
|
* make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms andThierry Vignaud2004-02-081-2/+2
| | | | | allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-()
* don't test X config if using driver vmware (bugzilla #5346)Pascal Rigaux2004-02-061-1/+1
|
* replace 4.3 with 4.4 (XFree version) (bugzilla #7378)Pascal Rigaux2004-02-041-1/+1
|
* detect_devices::matching_driver -> matching_desc but matching driver names ↵Guillaume Cottenceau2004-01-131-1/+1
| | | | (kernel modules)