summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/card.pm
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-635/+0
* option IgnoreEDID is no more needed with nvidia driverThierry Vignaud2006-01-061-1/+0
* check for nvidia_drv.so (as well as nvidia_drv.o)Olivier Blin2005-12-271-1/+1
* (install_server) properly handle switch between nvidia & nvidia_legacy: preventThierry Vignaud2005-11-071-7/+12
* saferPascal Rigaux2005-10-211-1/+1
* simplify (and make it more robust)Pascal Rigaux2005-10-211-4/+4
* make it more easier to understandPascal Rigaux2005-10-211-4/+6
* remove duplicate casePascal Rigaux2005-10-061-1/+0
* (libgl_config)Thierry Vignaud2005-10-061-4/+6
* (to_raw_X) make it more readable and ensure only one glx is loaded:Thierry Vignaud2005-10-061-6/+11
* (to_raw_X, install_server) fix X11 segfaulting with nvidia driver, aka preventThierry Vignaud2005-10-061-0/+3
* don't modify /etc/ld.so.conf.d/{nvidia,ati}.conf if file does not existPascal Rigaux2005-10-051-1/+1
* comment/dis-comment the content of ld.so.conf.d/{nvidia,ati}.conf instead of ...Pascal Rigaux2005-09-161-1/+1
* 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, dix...Pascal Rigaux2005-09-161-1/+1
* 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
* (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
* (to_raw_X) really prevent loading/unloading twice the same glx module on non ...Thierry Vignaud2005-06-151-4/+1
* (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
* (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
* 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
* 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 fut...Gwenolé Beauchesne2004-10-041-6/+8
* 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
* 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
* 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 c...Pascal Rigaux2004-05-061-1/+3
* XFree 3 is gone!Pascal Rigaux2004-05-031-158/+26
* catch exception (bugzilla #8726)Pascal Rigaux2004-03-091-2/+2