summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/resolution_and_depth.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-386/+0
|
* defaulting to 1024x768 instead of 800x600 when the monitor size is unknownPascal Rigaux2006-01-121-2/+4
| | | | | (since a lot of people expect this, and that's what fedora is doing, cf #20304)
* fix missing prefix when reading sysconfig bootsplashPascal Rigaux2005-08-261-1/+1
|
* be saferPascal Rigaux2005-08-231-1/+1
|
* fix sortPascal Rigaux2005-08-231-1/+1
|
* use the current theme nameFlorent Villard2005-08-231-1/+2
|
* move is_xbox from common to detect_devicesOlivier Blin2005-08-051-2/+2
|
* Adopt to new mandriva-theme package naming schema, see bug#16977.Funda Wang2005-07-221-1/+1
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-2/+0
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* suggest 1280x1024 instead of 1280x960 which causes pbsPascal Rigaux2005-04-191-2/+2
|
* perl_checker fixPascal Rigaux2005-03-221-2/+2
|
* choose the default background best matching the resolutionPascal Rigaux2005-03-221-2/+29
|
* - simplify GUI: don't have a "ratio" combo. have the resolutions from ↵Pascal Rigaux2005-03-171-23/+29
| | | | | | | current ratio by default and allow "Other" to see all others - by default 1280x1024 is now in 4/3, not 5/4 (stupid bloody resolution!)
* have 1280x1024 in both 4/3 and 5/4 ratiosPascal Rigaux2005-03-171-1/+4
|
* choose a 4/3 resolution by defaultPascal Rigaux2005-03-081-2/+2
|
* xbox support (by Stew)Pascal Rigaux2005-03-081-1/+3
|
* add a ratio choice, and restrict the resolutions to this choicePascal Rigaux2005-03-011-8/+39
|
* - sort the whole resolutions to simplify the code, and get better choicesPascal Rigaux2005-03-011-3/+9
| | | | | - add a failsafe resolution
* create {preferred_resolution} out of the edid detailed_timings and use itPascal Rigaux2005-03-011-17/+33
|
* - remove ddcxinfos, replaced by monitor-edid (which is in a separate package)Pascal Rigaux2005-02-281-1/+1
| | | | | | | | | | | | - add many resolutions (they are structured by aspect ratio for next move) - put the "Monitor preferred modeline" from EDID in xorg.conf - for this ModeLine must be exported from the monitor section - specifying a VendorName|ModelName in auto_inst is valid, don't overwrite it with edid probe - the strange /dev/zero needed (?) by ddcxinfos is no more needed - field {size} is now {diagonal_size}, and is no more "corrected" - add @CVT_ratios and @CVT_vfreqs (unused at the moment) - Getopt::Long is needed by monitor-parse-edid
* - drop hashesPascal Rigaux2005-02-281-11/+15
| | | | | | - handle lower than 640 resolutions (prepare for next move, introducing aspect ratio in choose_gtk)
* now that i understand hsync and vsync, i can filter using HorizSync much ↵Pascal Rigaux2005-02-251-17/+11
| | | | more nicely :)
* if the window is not modal, the main XFdrake window can block it :-(Pascal Rigaux2005-01-161-1/+1
|
* much simpler code using mygtk2Pascal Rigaux2004-12-161-67/+49
|
* even if bugzilla #9755 says 24 bpp is not valid for vmware, Nora Etukudo ↵Pascal Rigaux2004-10-141-3/+1
| | | | | | | says the contrary on cooker. the limitation seems to be "The guest X server must run at the same depth and bpp as the host" which is hard to enforce in XFdrake
* (choose_gtk) fix crashThierry Vignaud2004-08-301-1/+1
|
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-5/+5
|
* rename function $set_chosen_x_res to $set_chosen_resolution (since it sets both)Pascal Rigaux2004-07-061-5/+5
|
* (choose_gtk): ensure default height is the chosen onePascal Rigaux2004-07-061-1/+1
|
* perl_checker compliancePascal Rigaux2004-06-221-1/+1
|
* - export @bios_vga_modes (needed for bootloader vga=)Pascal Rigaux2004-06-221-1/+3
| | | | | - to_string should return '' instead of ()
* remove duplicate (use existing function to_string())Pascal Rigaux2004-06-221-1/+1
|
* sync with detect-resolutionPascal Rigaux2004-06-221-0/+3
|
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-241-1/+1
|
* simplify Xconfig::resolution_and_depth::allowed(): adapt it to the way it's ↵Pascal Rigaux2004-05-131-13/+14
| | | | really used
* $prefered_depth defaults to the greatest depths, no need to set it to 24Pascal Rigaux2004-05-131-1/+0
|
* vmware doesn't like 24bpp (bugzilla #9755)Pascal Rigaux2004-05-131-0/+2
|
* you can now configure monitors on heads > 1Pascal Rigaux2004-05-071-7/+7
|
* XFree 3 is gone!Pascal Rigaux2004-05-031-19/+6
|
* prefer BoardName to card_namePascal Rigaux2004-02-101-1/+1
|
* RIVA128 fails miserably when using 16bppGuillaume Cottenceau2004-02-091-0/+1
|
* allow 24bpp for DRI (since all drivers now support it: we had mga tdfx r128Pascal Rigaux2004-02-051-2/+1
| | | | | radeon, and i810 also works (tested on a i865))
* perl_checker compliancePascal Rigaux2004-01-081-2/+2
|
* pass --splash <resolution> to mkinitrdPascal Rigaux2004-01-071-0/+5
| | | | | (so that make-boot-splash doesn't rely on lilo.conf or menu.lst)
* avoid using other depth than 24 for fglrx in automatic mode.Francois Pons2003-09-151-0/+5
|
* fixed depth to 24 when using driver fglrx (it won't work unless 24 bits)Francois Pons2003-09-111-0/+3
|
* - use OptionMenu's instead of Combo's (better looking and mcc doesn't like ↵Pascal Rigaux2003-09-081-12/+5
| | | | | | | embedding combos) - cleanup
* XF 3.3 should use depth 16 if use_UTAH_GLX, this has been glitched in XF4 modeFrancois Pons2003-09-041-1/+4
| | | | | (so never available).
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-1/+1
|