Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -635/+0 |
| | |||||
* | option IgnoreEDID is no more needed with nvidia driver | Thierry Vignaud | 2006-01-06 | 1 | -1/+0 |
| | |||||
* | check for nvidia_drv.so (as well as nvidia_drv.o) | Olivier Blin | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | (install_server) properly handle switch between nvidia & nvidia_legacy: prevent | Thierry Vignaud | 2005-11-07 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | having both nvidia_legacy-kerne and nvidia-kernel, thus resulting in having two drivers with the same name: The following packages have to be removed for others to be upgraded: nvidia-7676-5mdk.i586 (en raison de conflit avec nvidia_legacy-7174-3mdk.i586) installing nvidia_legacy-7174-3mdk.i586.rpm nvidia_legacy-kernel-2.6.12-12mdk-7174-1mdk.i586.rpm from //mnt/disk/bin lemel nvidia-7676-5mdk.i586 Emaon o prientiñ ... ############################################# 1/2: nvidia_legacy ############################################# Relaunch XFdrake to configure your NVidia cards warning: /etc/ld.so.conf.d/nvidia.conf saved as /etc/ld.so.conf.d/nvidia.conf.rpmsave 2/2: nvidia_legacy-kernel-2.6.12-12mdk############################################# Error! This module/version combo is already installed for kernel: 2.6.12-12mdk (i586) nvidia_legacy, 7174, 2.6.12-12mdk, i586: installed (WARNING! Diff between built and installed module!) root@du mdk/gi/perl-install # rpm -qa nvidia\* nvidia_legacy-kernel-2.6.12-12mdk-7174-1mdk nvidia-kernel-2.6.12-12mdk-7676-1mdk nvidia_legacy-7174-3mdk | ||||
* | safer | Pascal Rigaux | 2005-10-21 | 1 | -1/+1 |
| | |||||
* | simplify (and make it more robust) | Pascal Rigaux | 2005-10-21 | 1 | -4/+4 |
| | |||||
* | make it more easier to understand | Pascal Rigaux | 2005-10-21 | 1 | -4/+6 |
| | |||||
* | remove duplicate case | Pascal Rigaux | 2005-10-06 | 1 | -1/+0 |
| | |||||
* | (libgl_config) | Thierry Vignaud | 2005-10-06 | 1 | -4/+6 |
| | | | | | | - handle nvidia_legacy - don't create files (and thus don't run ldconfig when not needed) | ||||
* | (to_raw_X) make it more readable and ensure only one glx is loaded: | Thierry Vignaud | 2005-10-06 | 1 | -6/+11 |
| | | | | | | | | - factorize test - set_load_module with test on DRI_GLX_SPECIAL doesn't work when DRI_GLX_SPECIAL isn't set o remove vendor's glx when DRI_GLX_SPECIAL is not set | ||||
* | (to_raw_X, install_server) fix X11 segfaulting with nvidia driver, aka prevent | Thierry Vignaud | 2005-10-06 | 1 | -0/+3 |
| | | | | | | | loading both Xorg's glx and nvidia's glx (also prevent glixinfo from segfaulting when using nv driver while nvidia packages're installed btw) | ||||
* | don't modify /etc/ld.so.conf.d/{nvidia,ati}.conf if file does not exist | Pascal Rigaux | 2005-10-05 | 1 | -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 Rigaux | 2005-09-16 | 1 | -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/*.conf | Pascal Rigaux | 2005-09-16 | 1 | -16/+20 |
| | |||||
* | don't load glx with fbdev (since glx is used for various things nowadays, ↵ | Pascal Rigaux | 2005-09-16 | 1 | -1/+1 |
| | | | | dixit fredl) | ||||
* | use nvidia legacy drivers for TNT2/GeForce/GeForce2 | Olivier Blin | 2005-09-14 | 1 | -1/+8 |
| | |||||
* | xorg 6.9 | Frederic Lepied | 2005-09-14 | 1 | -1/+1 |
| | |||||
* | allow forcing fbdev even if we don't allowFB | Pascal Rigaux | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | drivers/fglrx_drv.o is now drivers/fglrx_drv.so | Pascal Rigaux | 2005-09-01 | 1 | -1/+1 |
| | |||||
* | handle nvidia's libglx.so being now in extensions/nvidia instead of extensions | Pascal Rigaux | 2005-08-26 | 1 | -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 Vignaud | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | (libgl_config) fix enabling 3D when multiple GL libraries are installed (eg: ↵ | Thierry Vignaud | 2005-06-16 | 1 | -2/+2 |
| | | | | globetrotter) | ||||
* | (to_raw_X) really prevent loading/unloading twice the same glx module on non ↵ | Thierry Vignaud | 2005-06-15 | 1 | -4/+1 |
| | | | | NV cards | ||||
* | (to_raw_X) prevent loading/unloading twice the same glx module on non NV cards | Thierry Vignaud | 2005-06-15 | 1 | -1/+0 |
| | |||||
* | ensure that explanations go into /var/log/explanations is standalone | Thierry Vignaud | 2005-05-22 | 1 | -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 Vignaud | 2005-05-22 | 1 | -4/+13 |
| | |||||
* | xorg_version is 6.8.2 | Pascal Rigaux | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | fix auto_install graphic card configuration (when one specify the Driver) | Pascal Rigaux | 2005-01-16 | 1 | -13/+16 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -4/+4 |
| | |||||
* | simplify | Pascal Rigaux | 2004-11-26 | 1 | -1/+1 |
| | |||||
* | create function libgl_config() and have it after setting Driver to 'fglrx' so | Pascal Rigaux | 2004-11-25 | 1 | -12/+19 |
| | | | | | that libgl_config() can behave based on {Driver} instead of {Driver2} | ||||
* | enable UseFBDev in X configs on ppc, for rage128 and radeon | Pascal Rigaux | 2004-11-16 | 1 | -0/+3 |
| | |||||
* | set raw_LINES on every fglrx devices | Pascal Rigaux | 2004-11-16 | 1 | -5/+9 |
| | |||||
* | drop broken code | Pascal Rigaux | 2004-11-16 | 1 | -3/+0 |
| | | | | | | - setting VideoRam for i810 - unsetting UseFBDev for r128 on ppc | ||||
* | fix regexp given to matching_driver (otherwise smartcard:xxx matches) | Pascal Rigaux | 2004-11-09 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Gwenolé Beauchesne | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | x86_64 is a lib64 platform, so handle nvidia glx here too (and ati in the ↵ | Gwenolé Beauchesne | 2004-10-04 | 1 | -6/+8 |
| | | | | future) | ||||
* | adapt to new proprietary package naming | Pascal Rigaux | 2004-09-13 | 1 | -2/+2 |
| | |||||
* | add __regexp suffix to matching_desc() and matching_driver() | Thierry Vignaud | 2004-08-27 | 1 | -1/+2 |
| | |||||
* | (to_raw_X) do not set DRI mode anymore; this is not needed anymore | Thierry Vignaud | 2004-08-23 | 1 | -1/+0 |
| | | | | | with PAM | ||||
* | replace freeDriver with freedriver (stage2 para are lower cased) | Pascal Rigaux | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | s/XFree/Xorg/ | Pascal Rigaux | 2004-08-10 | 1 | -11/+11 |
| | |||||
* | replaced XFree86 and XFree with Xorg (bugzilla #10531) | Pascal Rigaux | 2004-08-05 | 1 | -3/+3 |
| | |||||
* | - create X_options_from_o() and use it | Pascal Rigaux | 2004-07-08 | 1 | -1/+5 |
| | | | | | - add freeDriver boot option | ||||
* | merge from MDK-10-branch: add support for ATI_GLX and NVIDIA_GLX cohabitation | Thierry Vignaud | 2004-06-18 | 1 | -1/+16 |
| | |||||
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 1 | -3/+3 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -1/+2 |
| | |||||
* | don't succeed automatic configuration (not auto_install) when there is many ↵ | Pascal Rigaux | 2004-05-06 | 1 | -1/+3 |
| | | | | cards (as requested by Joe Bolin on cooker) | ||||
* | XFree 3 is gone! | Pascal Rigaux | 2004-05-03 | 1 | -158/+26 |
| | |||||
* | catch exception (bugzilla #8726) | Pascal Rigaux | 2004-03-09 | 1 | -2/+2 |
| |