summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/card.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix regexp given to matching_driver (otherwise smartcard:xxx matches)Pascal Rigaux2004-11-091-1/+1
|
* backport check_kernel_module_packages() from 10.1 to adapt to dkms ↵Pascal Rigaux2004-11-081-2/+2
| | | | proprietary packages
* handle lib64 drivers on x86-64Gwenolé Beauchesne2004-08-251-6/+7
|
* fix pixel sucksPascal Rigaux2004-08-161-1/+1
|
* replace freeDriver with freedriver (stage2 para are lower cased)Pascal Rigaux2004-08-161-1/+1
|
* (install_server) remove proprietary gl libraries when configuring a nonThierry Vignaud2004-06-171-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 nonThierry Vignaud2004-06-171-1/+1
| | | | | NVIDIA/ATI gfx card
* handle case where both ATI and NVIDIA GLX packages are installed (useThierry Vignaud2004-06-151-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 Rigaux2004-05-271-1/+5
|
* This commit was manufactured by cvs2svn to create branchMystery Man2004-05-111-29/+159
| | | | 'MDK-10-update'.
* 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
|
* well we reverted to 4.3Guillaume Cottenceau2004-02-171-1/+1
|
* handle case where rpm can't be found (eg: XFree86-SVGA for xfree3) (part of ↵Pascal Rigaux2004-02-121-1/+7
| | | | bugzilla #7786)
* fix typoPascal Rigaux2004-02-091-1/+3
|
* handle allowNVIDIA_rpms & allowATI_rpms directly in ↵Pascal Rigaux2004-02-091-6/+9
| | | | Xconfig::card::install_server
* force XF4 on all archsPascal Rigaux2004-02-091-1/+1
|
* make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms andThierry Vignaud2004-02-081-2/+2
| | | | | allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-()
* don't test X config if using driver vmware (bugzilla #5346)Pascal Rigaux2004-02-061-1/+1
|
* replace 4.3 with 4.4 (XFree version) (bugzilla #7378)Pascal Rigaux2004-02-041-1/+1
|
* detect_devices::matching_driver -> matching_desc but matching driver names ↵Guillaume Cottenceau2004-01-131-1/+1
| | | | (kernel modules)
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-1/+0
|
* use Options "IgnoreEDID" when using the proprietary X driver "nvidia"Pascal Rigaux2003-12-041-0/+1
|
* check that libglx.so is a link instead of checking if it exists (since it isPascal Rigaux2003-11-251-1/+1
| | | | | now in nvidia.clp)
* choose a not-to-bad default when X auto config fails in auto installPascal Rigaux2003-11-101-2/+5
|
* perl_checker fixesPascal Rigaux2003-09-291-1/+1
|
* fixup default fglrx config to be included in Device Section. thanks pixelNicolas Planel2003-09-101-51/+52
|
* fixed perl_checker fixes.Francois Pons2003-09-101-2/+2
|
* added nplanel patch for ATI proprietary drivers.Francois Pons2003-09-101-1/+78
|
* don't propose XF3 when $force_xf4Pascal Rigaux2003-08-211-4/+6
|
* fix typo ($::force_xf4 doesn't exist anymore)Pascal Rigaux2003-08-211-1/+1
|
* Use xf4 on AMD64 tooGwenolé Beauchesne2003-08-191-1/+1
|
* Intel drivers don't need DontVTSwitch anymore (dixit Arnaud de Lorbeau)Pascal Rigaux2003-08-011-4/+0
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
|
* fix typo, grr...Pascal Rigaux2003-03-281-1/+1
|
* also have DontVTSwitch for i845 (and i85x)Pascal Rigaux2003-03-281-1/+1
|
* use option DontVTSwitch for i865Pascal Rigaux2003-03-281-0/+4
|
* don't vivify @cardsPascal Rigaux2003-02-201-1/+1
|
* log manually chosen graphic cardPascal Rigaux2003-02-201-0/+2
|
* log why auto X config failed (needVideoRam)Pascal Rigaux2003-02-201-1/+4
|
* bump version on fredl requestThierry Vignaud2003-02-181-1/+1
|
* use fbdev when the graphic card is unknownPascal Rigaux2003-02-171-5/+9
|
* fix and some more HelpPascal Rigaux2003-02-131-10/+14
|
* don't set AGPMode (see bug #707)Pascal Rigaux2003-02-111-3/+0
|
* fix english typo (bug #1350)Pascal Rigaux2003-02-071-1/+1
|
* have Xfree version at only one placePascal Rigaux2003-01-211-15/+16
| | | | | (nb: it would be better to parse available package and get version from it.)
* fix priorityPascal Rigaux2003-01-101-2/+2
|
* (configure): do not do card_config__not_listed in $auto modePascal Rigaux2003-01-071-2/+4
|
* (configure): return without doing anything when probe fails or needVideoRam ↵Pascal Rigaux2003-01-071-6/+10
| | | | | | | in $auto mode (multi_head_choose): be completly automatic in $auto mode