summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - use variable $::no_ugtk_init in ugtk.pm instead of using $::isInstallPascal Rigaux2002-09-091-1/+1
| | | | | - that way, the X test can be made to work both at install and standalone
* replace a few more 4.2.0 with 4.2.1Pascal Rigaux2002-09-082-2/+2
|
* replace 4.2.0 with 4.2.1Pascal Rigaux2002-09-081-1/+1
|
* ensure Xconfig::various::various is called at installPascal Rigaux2002-09-062-3/+5
|
* add an option for prefering Xinerama in auto_installsPascal Rigaux2002-09-052-5/+7
|
* set isInstall in test script otherwise it uses /usr/X11R6/bin/xtestPascal Rigaux2002-09-041-0/+1
|
* move last warning before removing tempory file in order to have a chance to lookFrancois Pons2002-09-041-1/+2
| | | | | at them.
* make perl_checker happyPascal Rigaux2002-08-301-1/+1
|
* most of the code of Xconfig::default::config_keyboard moved to ↵Pascal Rigaux2002-08-301-14/+1
| | | | keyboard::keyboard2full_xkb
* fix typo (choosing the Flat Panel resolution by default)Pascal 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
* on a "Flat Panel" use the flat planel resolution (as suggested by Alastair ↵Pascal Rigaux2002-08-281-1/+1
| | | | Scott)
* Xconfig::xfree3::set_resolution and Xconfig::xfree4::set_resolution must not ↵Pascal Rigaux2002-08-282-11/+10
| | | | modify parameter $Screen before calling Xconfig::xfreeX::set_resolution (otherwise the resolution setting is done on only one device which is bad for multi-head)
* fix calling export_to_install_X in configure_everything_auto_installPascal Rigaux2002-08-281-14/+16
|
* choose a good_default_monitor based on laptop-or-not (thanks to cosmic flo)Pascal Rigaux2002-08-281-3/+6
|
* use the new fsedit::get_hdsPascal Rigaux2002-08-271-1/+1
|
* fix 2 occurences of use of $monitors as a hash (thanks to Nora Etukudo)Pascal Rigaux2002-08-261-3/+2
|
* (set_resolution): set the resolution on all Screen sections (otherwise ↵Pascal Rigaux2002-08-231-19/+26
| | | | Xinerama fails (?))
* fix "screen1 RightOf screen2", it must be "screen2 RightOf screen1"Pascal Rigaux2002-08-231-1/+1
|
* - fix setting "Screen <number>" for multi-head cardsPascal Rigaux2002-08-231-7/+6
| | | | | - don't propose XFree3 when using multi-head
* - do not display "Test" button when bad card and during install (instead of ↵Pascal Rigaux2002-08-222-7/+15
| | | | | | | disabling it) - after install, always display "Test" button but warn strongly not to test
* simplify (using the asumption that XKB is now always used)Pascal Rigaux2002-08-221-5/+0
|
* add 1152x768 picturePascal Rigaux2002-08-221-1/+1
|
* add monitor imagesPascal Rigaux2002-08-221-1/+1
|
* (config_keyboard): drop handling of bad XkbLayoutPascal Rigaux2002-08-221-10/+0
| | | | | (config_mouse): wacoms X configuration moved to mouse::set_xfree_conf
* try harder to have things working when not both xfree3 and xfree4 config are ↵Pascal Rigaux2002-08-221-7/+13
| | | | there
* use Protocol IMPS/2 when ExplorerPS/2 is asked for (since ExplorerPS/2 ↵Pascal Rigaux2002-08-221-0/+10
| | | | doesn't work in xfree3)
* (readMonitorsDB): now return a list instead of a hash to handle same name ↵Pascal Rigaux2002-08-191-19/+24
| | | | | | | | entries with different EISA_ID (configure_automatic): handle EISA_ID but no VertRefresh/HorizSync (happens for some hardware) (choose): handle user asking for "Plug'n Play" monitor and ddcxinfos failing
* replace "xxx => eval { }" with "xxx => scalar eval {}"Pascal Rigaux2002-08-191-2/+2
|
* sort resolutions to default to 1280x1024 instead of 1280x960Pascal Rigaux2002-08-171-1/+1
|
* if the monitor size is not given, default to 14'Pascal Rigaux2002-08-171-1/+1
|
* - allow to change the detected cardPascal Rigaux2002-08-171-5/+10
| | | | | - the chosen card can be used for dualhead if it is dualhead
* ensure the chosen resolution is maintained unchanged when changing the graphicPascal Rigaux2002-08-171-4/+6
| | | | | card or monitor.
* - fix module not returning truePascal Rigaux2002-08-171-1/+4
| | | | | - don't install_matrox_hal when testing
* raise the testing time from 8 to 12 secondsPascal Rigaux2002-08-161-1/+1
|
* (export_to_install_X): if monitor is p'n'p, don't save it for auto_installPascal Rigaux2002-08-131-1/+1
|
* create a backup of XF86Config (XF86Config.old)Pascal Rigaux2002-08-121-0/+1
|
* use $::prefixPascal Rigaux2002-08-121-2/+2
|
* perl_checker fixesThierry Vignaud2002-08-091-2/+2
|
* when prompting for VideoRam, default to the value obtained via DDCPascal Rigaux2002-08-083-6/+8
|
* (set_resolution): handle the optional $resolution->{Y}Pascal Rigaux2002-08-081-2/+5
| | | | | (@resolutions): add 1280x960
* handle the pb of resolutions where X doesn't imply Y (eg: 1280x1024 and ↵Pascal Rigaux2002-08-081-9/+19
| | | | 1280x960)
* (tvout): rough default value for PAL vs NTSCPascal Rigaux2002-08-081-1/+5
|
* fix typoPascal Rigaux2002-08-081-1/+1
|
* replace 1152x768 with 1152x864 as it should and used to bePascal Rigaux2002-08-081-1/+1
|
* (configure_FB_TVOUT): add ModeLines (Florent Beranger says it displays ↵Pascal Rigaux2002-08-081-0/+6
| | | | better with them)
* load glx in any case (well except for nvidia proprietary shit)Pascal Rigaux2002-08-071-4/+4
|
* make wacom config workPascal Rigaux2002-08-064-7/+11
|