Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 12 | -2938/+0 |
| | |||||
* | 1024x768@70Hz monitor is too high (cf #20304) | Pascal Rigaux | 2006-01-13 | 1 | -1/+1 |
| | |||||
* | defaulting to 1024x768 instead of 800x600 when the monitor size is unknown | Pascal Rigaux | 2006-01-12 | 1 | -2/+4 |
| | | | | | (since a lot of people expect this, and that's what fedora is doing, cf #20304) | ||||
* | 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 |
| | |||||
* | perl_checker fix | Olivier Blin | 2005-11-21 | 1 | -1/+1 |
| | |||||
* | refer to xorg.conf man page instead of XF86Config (Yukiko Bando) | Olivier Blin | 2005-11-21 | 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) | ||||
* | (setupFB) fix reading bootloader config | Thierry Vignaud | 2005-09-19 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | handle DefaultDepth (which is the same as DefaultColorDepth) | Pascal Rigaux | 2005-09-13 | 2 | -2/+3 |
| | |||||
* | allow forcing fbdev even if we don't allowFB | Pascal Rigaux | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | - keyboard::read() now returns false if the value is not recognised | Pascal Rigaux | 2005-09-13 | 1 | -1/+1 |
| | | | | | - new function keyboard::read_or_default() which always returns a valid value | ||||
* | silently ignore existing X config file if upgrading an alien distro | Pascal Rigaux | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | - when changing the card/monitor, ensure the resolution is still valid | Pascal Rigaux | 2005-09-08 | 1 | -6/+16 |
| | | | | | - when switching to fbdev, ensure we have a bios resolution | ||||
* | 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) | ||||
* | fix missing prefix when reading sysconfig bootsplash | Pascal Rigaux | 2005-08-26 | 1 | -1/+1 |
| | |||||
* | be safer | Pascal Rigaux | 2005-08-23 | 1 | -1/+1 |
| | |||||
* | fix sort | Pascal Rigaux | 2005-08-23 | 1 | -1/+1 |
| | |||||
* | use the current theme name | Florent Villard | 2005-08-23 | 1 | -1/+2 |
| | |||||
* | add some more commented resolutions (also see bugzilla #17526) | Pascal Rigaux | 2005-08-16 | 1 | -9/+13 |
| | |||||
* | move is_xbox from common to detect_devices | Olivier Blin | 2005-08-05 | 3 | -4/+5 |
| | |||||
* | don't have empty ModeLines lying around (bugzilla #16960) | Pascal Rigaux | 2005-08-03 | 1 | -2/+2 |
| | |||||
* | Adopt to new mandriva-theme package naming schema, see bug#16977. | Funda Wang | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | (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 |
| | |||||
* | quotes in monitor names causes havoc, replace them (bugzilla #16406) | Pascal Rigaux | 2005-06-14 | 1 | -0/+1 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 2 | -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 Rigaux | 2005-06-10 | 3 | -0/+5 |
| | | | | rollback after understanding better dependencies) | ||||
* | don't need prefixing with current package | Pascal Rigaux | 2005-06-09 | 1 | -2/+2 |
| | |||||
* | create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵ | Pascal Rigaux | 2005-06-02 | 1 | -5/+2 |
| | | | | and use them | ||||
* | add many resolutions, but don't allow them yet | Pascal Rigaux | 2005-06-01 | 1 | -5/+21 |
| | |||||
* | 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 |
| | |||||
* | (probe_using_X): add missing chomp_ | Pascal Rigaux | 2005-05-10 | 1 | -1/+1 |
| |