summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* call the "Quit" button exit during install (as suggested by David Sansome)Pascal Rigaux2002-08-051-1/+1
|
* still have HorizSync and VertRefresh for Plug'n Play monitorsPascal Rigaux2002-08-051-12/+0
| | | | | (XFree4 still need some help)
* 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
|
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-013-2/+3
| | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE
* finish tvout configurationPascal Rigaux2002-08-011-0/+17
|
* BusID needs a string (thanks to Florent BERANGER)Pascal Rigaux2002-08-011-1/+1
|
* in newt, have the resolutions sorted by resolution size (wilplizgg)Pascal Rigaux2002-08-011-3/+8
|
* *** empty log message ***Pascal Rigaux2002-07-311-1/+1
|
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-312-1/+2
|
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-313-23/+153
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* (info): fix displaying depthPascal Rigaux2002-07-311-1/+2
|
* (choose_gtk): ensure the response is one of @resolutions (so that Y and ↵Pascal Rigaux2002-07-311-1/+8
| | | | | | | maybe bios is kept) (to_string): created
* handle cancel in xfree_and_glx_choosePascal Rigaux2002-07-311-2/+3
|
* default VideoRam choice 4096 when needVideoRamPascal Rigaux2002-07-311-1/+1
|
* fix keeping the existing name when choosing monitorPascal Rigaux2002-07-311-0/+2
|
* change the location of X test image as told by dadouPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happyPascal Rigaux2002-07-311-1/+1
|
* fix using $_ instead of $_[0] (thanks to perl_checker)Pascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-312-2/+2
|
* fix handling of commented empty linePascal Rigaux2002-07-301-2/+2
|
* (configure_auto_install): really use resolution_wanted given in $oPascal Rigaux2002-07-291-1/+1
|
* fix default config for mousePascal Rigaux2002-07-291-1/+5
|
* try harder to have "xfs" runningPascal Rigaux2002-07-291-1/+1
|
* restore xdm choice previous behaviour (auto_install)Pascal Rigaux2002-07-291-1/+1
|
* - make the gtk resolution chooser workPascal Rigaux2002-07-281-8/+109
| | | | | - dropped the differenciation between embedded or not
* fix displaying info about current configurationPascal Rigaux2002-07-281-1/+1
|
* make perl_checker happyPascal Rigaux2002-07-281-1/+2
|
* rahh, don't commit my test code!Pascal Rigaux2002-07-281-2/+2
|