summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/card.pm
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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
| | | | | | - 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 Vignaud2005-10-061-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 preventThierry Vignaud2005-10-061-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 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
|