Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse XFree86.log in last resort in case we have not got any valuable | Gwenolé Beauchesne | 2004-08-25 | 1 | -1/+47 |
| | | | | | information at this stage from ddcxinfos. | ||||
* | handle lib64 drivers on x86-64 | Gwenolé Beauchesne | 2004-08-25 | 1 | -6/+7 |
| | |||||
* | fix pixel sucks | Pascal Rigaux | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | replace freeDriver with freedriver (stage2 para are lower cased) | Pascal Rigaux | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | good_default_monitor() should work *nearly* everywhere, so use it for the ↵ | Pascal Rigaux | 2004-06-23 | 1 | -1/+5 |
| | | | | | | | auto_install fallback (this is used by mandrakemove) | ||||
* | (install_server) remove proprietary gl libraries when configuring a non | Thierry Vignaud | 2004-06-17 | 1 | -1/+3 |
| | | | | | ATI/NVIDIA card and redo ldconfig cache accordingly | ||||
* | (to_raw_X) load non nvidia glx for all non nvidia cards, thus fixing 3D on non | Thierry Vignaud | 2004-06-17 | 1 | -1/+1 |
| | | | | | NVIDIA/ATI gfx card | ||||
* | handle case where both ATI and NVIDIA GLX packages are installed (use | Thierry Vignaud | 2004-06-15 | 1 | -1/+14 |
| | | | | | | new glibc's /etc/ld.so.conf.d/ and prevent loading NVIDIA's GLX module with ATI cards) | ||||
* | handle freeDriver which disable using proprietary X driver (esp. for nvidia) | Pascal Rigaux | 2004-05-27 | 1 | -1/+5 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Mystery Man | 2004-05-11 | 13 | -603/+1212 |
| | | | | 'MDK-10-update'. | ||||
* | remove debugging code | Pascal Rigaux | 2004-05-07 | 1 | -2/+0 |
| | |||||
* | you can now configure monitors on heads > 1 | Pascal Rigaux | 2004-05-07 | 5 | -64/+82 |
| | |||||
* | fix an old typo | Pascal Rigaux | 2004-05-07 | 1 | -1/+1 |
| | |||||
* | rename monitors() and $monitors to monitors_db() and $monitors_db | Pascal Rigaux | 2004-05-07 | 1 | -11/+11 |
| | | | | | (preparation for next commit which adds ability to configure each monitor) | ||||
* | 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 | 12 | -1139/+512 |
| | |||||
* | handle --auto | Thierry Vignaud | 2004-04-23 | 1 | -1/+1 |
| | |||||
* | catch exception (bugzilla #8726) | Pascal Rigaux | 2004-03-09 | 1 | -2/+2 |
| | |||||
* | well we reverted to 4.3 | Guillaume Cottenceau | 2004-02-17 | 1 | -1/+1 |
| | |||||
* | handle case where rpm can't be found (eg: XFree86-SVGA for xfree3) (part of ↵ | Pascal Rigaux | 2004-02-12 | 1 | -1/+7 |
| | | | | bugzilla #7786) | ||||
* | prefer BoardName to card_name | Pascal Rigaux | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | RIVA128 fails miserably when using 16bpp | Guillaume Cottenceau | 2004-02-09 | 1 | -0/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-02-09 | 1 | -1/+3 |
| | |||||
* | handle allowNVIDIA_rpms & allowATI_rpms directly in ↵ | Pascal Rigaux | 2004-02-09 | 1 | -6/+9 |
| | | | | Xconfig::card::install_server | ||||
* | force XF4 on all archs | Pascal Rigaux | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | move Xtest() and setMouseLive() out of c/stuff to xf86misc::main | Pascal Rigaux | 2004-02-08 | 1 | -3/+4 |
| | | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs | ||||
* | make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms and | Thierry Vignaud | 2004-02-08 | 1 | -2/+2 |
| | | | | | allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-() | ||||
* | - ensure ModelName comes from the ddc probe when choosing "Plug'n Play" | Pascal Rigaux | 2004-02-06 | 1 | -2/+2 |
| | | | | | - only "Plug'n Play" instead of "Plug'n Play (<ModelName>)" when current monitor is not plug'n play | ||||
* | don't test X config if using driver vmware (bugzilla #5346) | Pascal Rigaux | 2004-02-06 | 1 | -1/+1 |
| | |||||
* | - add ->prepare_write to allow comparing raw_X's | Pascal Rigaux | 2004-02-05 | 4 | -9/+36 |
| | | | | | - ensure "config_changed" is returned only if the config file really changed | ||||
* | allow 24bpp for DRI (since all drivers now support it: we had mga tdfx r128 | Pascal Rigaux | 2004-02-05 | 1 | -2/+1 |
| | | | | | radeon, and i810 also works (tested on a i865)) | ||||
* | replace 4.3 with 4.4 (XFree version) (bugzilla #7378) | Pascal Rigaux | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | detect_devices::matching_driver -> matching_desc but matching driver names ↵ | Guillaume Cottenceau | 2004-01-13 | 1 | -1/+1 |
| | | | | (kernel modules) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | pass --splash <resolution> to mkinitrd | Pascal Rigaux | 2004-01-07 | 1 | -0/+5 |
| | | | | | (so that make-boot-splash doesn't rely on lilo.conf or menu.lst) | ||||
* | obsolete livedrake, live_install, live_update | Pascal Rigaux | 2004-01-06 | 1 | -1/+0 |
| | |||||
* | use Options "IgnoreEDID" when using the proprietary X driver "nvidia" | Pascal Rigaux | 2003-12-04 | 1 | -0/+1 |
| | |||||
* | fix destroying HorizSync & VertRefresh (especially when coming from ddcxinfos | Pascal Rigaux | 2003-11-25 | 1 | -2/+5 |
| | | | | | with unknown EISA_ID) | ||||
* | check that libglx.so is a link instead of checking if it exists (since it is | Pascal Rigaux | 2003-11-25 | 1 | -1/+1 |
| | | | | | now in nvidia.clp) | ||||
* | choose a not-to-bad default when X auto config fails in auto install | Pascal Rigaux | 2003-11-10 | 1 | -2/+5 |
| | |||||
* | perl_checker fixes | Pascal Rigaux | 2003-09-29 | 1 | -1/+1 |
| | |||||
* | avoid using other depth than 24 for fglrx in automatic mode. | Francois Pons | 2003-09-15 | 1 | -0/+5 |
| | |||||
* | configure_resolution() must return 'config_changed' when a new resolution is ↵ | Pascal Rigaux | 2003-09-15 | 1 | -0/+1 |
| | | | | chosen | ||||
* | use center_always for popped windows (if transient is not used), and force ↵ | Pascal Rigaux | 2003-09-11 | 1 | -1/+1 |
| | | | | centering in Xconfig test | ||||
* | fixed depth to 24 when using driver fglrx (it won't work unless 24 bits) | Francois Pons | 2003-09-11 | 1 | -0/+3 |
| | |||||
* | fixup default fglrx config to be included in Device Section. thanks pixel | Nicolas Planel | 2003-09-10 | 1 | -51/+52 |
| | |||||
* | clean | Guillaume Cottenceau | 2003-09-10 | 1 | -2/+0 |
| | |||||
* | we don't have .jpg loader in install, file needs to be in .png | Guillaume Cottenceau | 2003-09-10 | 1 | -1/+1 |
| | | | | | (mandrake_desk 9.2-8mdk) | ||||
* | fixed perl_checker fixes. | Francois Pons | 2003-09-10 | 1 | -2/+2 |
| | |||||
* | added nplanel patch for ATI proprietary drivers. | Francois Pons | 2003-09-10 | 1 | -1/+78 |
| |