Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure the .old X conf is the last one | Pascal Rigaux | 2005-03-18 | 1 | -0/+1 |
| | |||||
* | instead of having xorg.conf symlinked to XF86Config, do the contrary | Pascal Rigaux | 2005-03-18 | 1 | -7/+10 |
| | |||||
* | - 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 |
| | |||||
* | use monitor-probe-using-X | Pascal Rigaux | 2005-03-17 | 3 | -14/+35 |
| | |||||
* | - new function Xconfig::monitor::is_valid() | Pascal Rigaux | 2005-03-15 | 2 | -19/+50 |
| | | | | | - new function Xconfig::monitor::probe() which probes DDC, then fallbacks on DMI | ||||
* | don't pass $monitors_db around, use memoized monitors_db() | Pascal Rigaux | 2005-03-15 | 1 | -12/+11 |
| | |||||
* | add some xxXGA names | Pascal Rigaux | 2005-03-13 | 1 | -3/+4 |
| | |||||
* | for 1400x1050, put the resolutions (60 and 75Hz are already in extramodes, ↵ | Pascal Rigaux | 2005-03-11 | 1 | -1/+2 |
| | | | | but they are GTF modelines, we can overrule them) | ||||
* | cleanup | Pascal Rigaux | 2005-03-10 | 1 | -1/+1 |
| | |||||
* | don't add modelines for 1280x1024, they are already in standard vesamodes ↵ | Pascal Rigaux | 2005-03-10 | 1 | -1/+1 |
| | | | | (builtin Xorg) | ||||
* | when adding gtf modelines, have them sorted with high frequencies first ↵ | Pascal Rigaux | 2005-03-10 | 1 | -1/+1 |
| | | | | (since Xorg prefer the first matching modeline (!)) | ||||
* | (getinfoFromDDC) fix crash (eg when called from hwdb-clients) | Thierry Vignaud | 2005-03-10 | 1 | -0/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2005-03-10 | 1 | -1/+0 |
| | |||||
* | we don't want the 4/3 detailed_timings otherwise they conflict with the Xorg ↵ | Pascal Rigaux | 2005-03-10 | 1 | -2/+9 |
| | | | | builtin vesamodes | ||||
* | 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 the various "names" for standard resolutions | Pascal Rigaux | 2005-03-02 | 1 | -1/+3 |
| | |||||
* | sort CVT_ratios by preference | Pascal Rigaux | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | "keyboard" InputDevice can also be called "kbd" | Pascal Rigaux | 2005-03-02 | 1 | -2/+2 |
| | |||||
* | add 1280x600 for VAIO PCG-C1M (bugzilla #5192) | Pascal Rigaux | 2005-03-01 | 1 | -2/+2 |
| | |||||
* | fix section with only comments (putting the comment after the EndSection is ↵ | Pascal Rigaux | 2005-03-01 | 1 | -1/+2 |
| | | | | wrong) | ||||
* | give up trying to only add modelines not defined in xorg, otherwise xorg ↵ | Pascal Rigaux | 2005-03-01 | 1 | -28/+10 |
| | | | | will prefer the modelines we give here (eg: it will use 1024x768@50 whereas it could use 1024x768@60) | ||||
* | add a ratio choice, and restrict the resolutions to this choice | Pascal Rigaux | 2005-03-01 | 1 | -8/+39 |
| | |||||
* | - when setting a resolution, create associated gtf modelines for various ↵ | Pascal Rigaux | 2005-03-01 | 1 | -16/+56 |
| | | | | | | | | | | standard vfreqs (but don't do it for builtin_ModeLines (cf vesamodes and extramodes in xorg)) - drop the Dell modelines (this is now cleanly handled) - drop the Vaio modeline (but this modeline was not gtf, will it work with the gtf modeline?) - export {ModeLine} raw to allow playing with pre_comment | ||||
* | fix typo | Pascal Rigaux | 2005-03-01 | 1 | -1/+1 |
| | |||||
* | - 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 | 2 | -19/+40 |
| | |||||
* | skip detailed_timings flagged bad_ratio | Pascal Rigaux | 2005-03-01 | 1 | -0/+1 |
| | |||||
* | - remove ddcxinfos, replaced by monitor-edid (which is in a separate package) | Pascal Rigaux | 2005-02-28 | 4 | -39/+106 |
| | | | | | | | | | | | | - 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 :) | ||||
* | XBox support - XFdrake | Stew Benedict | 2005-02-23 | 2 | -0/+12 |
| | |||||
* | protect against bad depth (may occur on ppc?) | Pascal Rigaux | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | in auto, $raw_X non empty is "ok" | Pascal Rigaux | 2005-02-03 | 1 | -1/+1 |
| | |||||
* | xorg_version is 6.8.2 | Pascal Rigaux | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | fix check_valid() | Pascal Rigaux | 2005-01-21 | 1 | -0/+2 |
| | |||||
* | - rename Xconfig::main::is_valid() to Xconfig::main::check_valid() and ↵ | Pascal Rigaux | 2005-01-21 | 1 | -6/+8 |
| | | | | | | | return the cause of the error - ensure an empty config file doesn't make it display "Your Xorg configuration file is broken..." | ||||
* | when reading an existing X config file, ensure it is not too bad, otherwise ↵ | Pascal Rigaux | 2005-01-16 | 1 | -1/+11 |
| | | | | | | | propose to start from scratch (bugzilla #8548) | ||||
* | don't be too picky on uppercase or lowercase sections | Pascal Rigaux | 2005-01-16 | 1 | -1/+1 |
| | |||||
* | move setupFB() in Xconfig, and do it when needed (including when standalone) | Pascal Rigaux | 2005-01-16 | 2 | -0/+24 |
| | |||||
* | for Driver fbdev, rework to allow configuring vga= in bootloader and telling ↵ | Pascal Rigaux | 2005-01-16 | 1 | -22/+24 |
| | | | | to reboot instead of restarting X server (now i simply need to configure bootloader in Xconfig::main::write() when need_reboot) | ||||
* | if the window is not modal, the main XFdrake window can block it :-( | Pascal Rigaux | 2005-01-16 | 1 | -1/+1 |
| | |||||
* | fix auto_install graphic card configuration (when one specify the Driver) | Pascal Rigaux | 2005-01-16 | 1 | -13/+16 |
| | |||||
* | we always have force_focus when we have !$::isStandalone, | Pascal Rigaux | 2005-01-11 | 1 | -1/+0 |
| | | | | | so do it that way and get rid of $ugtk2::force_focus | ||||
* | - XFdrake test is not standalone, it is the non install nor standalone state | Pascal Rigaux | 2005-01-10 | 1 | -2/+0 |
| | | | | | | (used when there is no window manager) - get rid of now unused $ugtk2::force_center | ||||
* | remove unused code | Pascal Rigaux | 2004-12-17 | 1 | -1/+0 |
| | |||||
* | much simpler code using mygtk2 | Pascal Rigaux | 2004-12-16 | 1 | -67/+49 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 3 | -7/+7 |
| | |||||
* | simplify | Pascal Rigaux | 2004-11-26 | 1 | -1/+1 |
| |