summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/card.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix pixel sucks(bis)Thierry Vignaud2003-01-071-1/+1
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-4/+4
| | | | "every", "partition"
* fix english typo (thanks to J. Grant)Pascal Rigaux2002-12-161-1/+1
|
* don't use $_Pascal Rigaux2002-12-021-2/+2
|
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
|
* make perl_checker happyPascal Rigaux2002-11-181-1/+1
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-1/+1
| | | | | - remove unneeded parentheses for things like ... if (...)
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* when needVideoRam, don't take the raw value VideoRam_probed,Pascal Rigaux2002-11-061-7/+9
| | | | | better take a known value <= VideoRam_probed
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-31/+31
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* do not prefer_xf3 for "NeoMagic (laptop/notebook)" since:Pascal Rigaux2002-09-101-2/+0
| | | | | | | - long ago it was decided to distrust driver "neomagic" together with Riva's, SiS, GeForce - in 09/2001 (XFree 4.1.0), it was decided to keep distrusting driver "neomagic" - Cosmic Flo says driver "neomagic" works (on card Neomagic Corporation|[MagicGraph 256AV])
* have BusID's on MULTI_HEAD, otherwise G450 & G550 go crazyPascal Rigaux2002-09-091-1/+1
|
* replace 4.2.0 with 4.2.1Pascal Rigaux2002-09-081-1/+1
|
* add an option for prefering Xinerama in auto_installsPascal Rigaux2002-09-051-5/+6
|
* make perl_checker happyPascal Rigaux2002-08-301-1/+1
|
* - ensure prefer_xf3 is never set when {server} is missingPascal Rigaux2002-08-281-6/+8
| | | | | | - don't propose xfree3 when no {server} for the card - don't propose xfree4 when no {Driver} for the card
* - fix setting "Screen <number>" for multi-head cardsPascal Rigaux2002-08-231-7/+6
| | | | | - don't propose XFree3 when using multi-head
* - allow to change the detected cardPascal Rigaux2002-08-171-5/+10
| | | | | - the chosen card can be used for dualhead if it is dualhead
* when prompting for VideoRam, default to the value obtained via DDCPascal Rigaux2002-08-081-3/+3
|
* load glx in any case (well except for nvidia proprietary shit)Pascal Rigaux2002-08-071-4/+4
|
* fix Option's (especially for XFree3)Pascal Rigaux2002-08-051-4/+4
|
* don't have Utah GLX the default. XFree4 is the defaultPascal Rigaux2002-08-051-1/+2
|
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-311-1/+2
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* handle cancel in xfree_and_glx_choosePascal Rigaux2002-07-311-2/+3
|
* default VideoRam choice 4096 when needVideoRamPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happyPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-1/+1
|
* make perl_checker happyPascal Rigaux2002-07-281-1/+2
|
* rahh, don't commit my test code!Pascal Rigaux2002-07-281-2/+2
|
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-281-0/+570