Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix missing prefix when reading sysconfig bootsplash | Pascal Rigaux | 2005-08-26 | 1 | -1/+1 |
| | |||||
* | be safer | Pascal Rigaux | 2005-08-23 | 1 | -1/+1 |
| | |||||
* | fix sort | Pascal Rigaux | 2005-08-23 | 1 | -1/+1 |
| | |||||
* | use the current theme name | Florent Villard | 2005-08-23 | 1 | -1/+2 |
| | |||||
* | move is_xbox from common to detect_devices | Olivier Blin | 2005-08-05 | 1 | -2/+2 |
| | |||||
* | Adopt to new mandriva-theme package naming schema, see bug#16977. | Funda Wang | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -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 Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | suggest 1280x1024 instead of 1280x960 which causes pbs | Pascal Rigaux | 2005-04-19 | 1 | -2/+2 |
| | |||||
* | perl_checker fix | Pascal Rigaux | 2005-03-22 | 1 | -2/+2 |
| | |||||
* | choose the default background best matching the resolution | Pascal Rigaux | 2005-03-22 | 1 | -2/+29 |
| | |||||
* | - simplify GUI: don't have a "ratio" combo. have the resolutions from ↵ | Pascal Rigaux | 2005-03-17 | 1 | -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 ratios | Pascal Rigaux | 2005-03-17 | 1 | -1/+4 |
| | |||||
* | choose a 4/3 resolution by default | Pascal Rigaux | 2005-03-08 | 1 | -2/+2 |
| | |||||
* | xbox support (by Stew) | Pascal Rigaux | 2005-03-08 | 1 | -1/+3 |
| | |||||
* | add a ratio choice, and restrict the resolutions to this choice | Pascal Rigaux | 2005-03-01 | 1 | -8/+39 |
| | |||||
* | - sort the whole resolutions to simplify the code, and get better choices | Pascal Rigaux | 2005-03-01 | 1 | -3/+9 |
| | | | | | - add a failsafe resolution | ||||
* | create {preferred_resolution} out of the edid detailed_timings and use it | Pascal Rigaux | 2005-03-01 | 1 | -17/+33 |
| | |||||
* | - remove ddcxinfos, replaced by monitor-edid (which is in a separate package) | Pascal Rigaux | 2005-02-28 | 1 | -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 hashes | Pascal Rigaux | 2005-02-28 | 1 | -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 Rigaux | 2005-02-25 | 1 | -17/+11 |
| | | | | more nicely :) | ||||
* | if the window is not modal, the main XFdrake window can block it :-( | Pascal Rigaux | 2005-01-16 | 1 | -1/+1 |
| | |||||
* | much simpler code using mygtk2 | Pascal Rigaux | 2004-12-16 | 1 | -67/+49 |
| | |||||
* | even if bugzilla #9755 says 24 bpp is not valid for vmware, Nora Etukudo ↵ | Pascal Rigaux | 2004-10-14 | 1 | -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 crash | Thierry Vignaud | 2004-08-30 | 1 | -1/+1 |
| | |||||
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 1 | -5/+5 |
| | |||||
* | rename function $set_chosen_x_res to $set_chosen_resolution (since it sets both) | Pascal Rigaux | 2004-07-06 | 1 | -5/+5 |
| | |||||
* | (choose_gtk): ensure default height is the chosen one | Pascal Rigaux | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | - export @bios_vga_modes (needed for bootloader vga=) | Pascal Rigaux | 2004-06-22 | 1 | -1/+3 |
| | | | | | - to_string should return '' instead of () | ||||
* | remove duplicate (use existing function to_string()) | Pascal Rigaux | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | sync with detect-resolution | Pascal Rigaux | 2004-06-22 | 1 | -0/+3 |
| | |||||
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -1/+1 |
| | |||||
* | simplify Xconfig::resolution_and_depth::allowed(): adapt it to the way it's ↵ | Pascal Rigaux | 2004-05-13 | 1 | -13/+14 |
| | | | | really used | ||||
* | $prefered_depth defaults to the greatest depths, no need to set it to 24 | Pascal Rigaux | 2004-05-13 | 1 | -1/+0 |
| | |||||
* | vmware doesn't like 24bpp (bugzilla #9755) | Pascal Rigaux | 2004-05-13 | 1 | -0/+2 |
| | |||||
* | you can now configure monitors on heads > 1 | Pascal Rigaux | 2004-05-07 | 1 | -7/+7 |
| | |||||
* | XFree 3 is gone! | Pascal Rigaux | 2004-05-03 | 1 | -19/+6 |
| | |||||
* | prefer BoardName to card_name | Pascal Rigaux | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | RIVA128 fails miserably when using 16bpp | Guillaume Cottenceau | 2004-02-09 | 1 | -0/+1 |
| | |||||
* | allow 24bpp for DRI (since all drivers now support it: we had mga tdfx r128 | Pascal Rigaux | 2004-02-05 | 1 | -2/+1 |
| | | | | | radeon, and i810 also works (tested on a i865)) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | pass --splash <resolution> to mkinitrd | Pascal Rigaux | 2004-01-07 | 1 | -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 Pons | 2003-09-15 | 1 | -0/+5 |
| | |||||
* | fixed depth to 24 when using driver fglrx (it won't work unless 24 bits) | Francois Pons | 2003-09-11 | 1 | -0/+3 |
| | |||||
* | - use OptionMenu's instead of Combo's (better looking and mcc doesn't like ↵ | Pascal Rigaux | 2003-09-08 | 1 | -12/+5 |
| | | | | | | | embedding combos) - cleanup | ||||
* | XF 3.3 should use depth 16 if use_UTAH_GLX, this has been glitched in XF4 mode | Francois Pons | 2003-09-04 | 1 | -1/+4 |
| | | | | | (so never available). | ||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -1/+1 |
| | |||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-04-30 | 1 | -3/+2 |
| |