Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - %standard_monitors are now in Cards+, dropping them | Pascal Rigaux | 2002-07-18 | 1 | -0/+26 |
| | | | | | | | | - multi head support generalized, now based on Cards+ MULTI_HEAD - fix some ModeLines being written twice in XF86Config - remove setting DefaultFbBpp to 32 (since it is the default in all my tests) | ||||
* | Big Xconfigurator.pm cleanup/rework | Pascal Rigaux | 2002-07-17 | 1 | -68/+156 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use $X instead of $o (to avoid name conflict with DrakX's $o) - {flag}{noclockprobe} unused, dropping it - rename {memory} into "VideoRam" - rename {ramdac} into {Ramdac} - rename {chipset} into {Chipset} - rename {clockchip} into {Clockchip} - rename {keyboard}{xkb_model} into {keyboard}{XkbModel} - rename {keyboard}{xkb_keymap} into {keyboard}{XkbLayout} - drop {mouse}{chordmiddle} (obsolete) - drop {mouse}{cleardtrrts} (obsolete, was not written to XF4 config) - &testConfig is unused, removing it - as a concequence, {clocklines} is never set, dropping it - when UNSUPPORTED remove {driver}, instead of setting {flag}{unsupported} - Cards+ now only provide {Chipset} for cards needing it => {flag}{needChipset} not needed anymore - moved setting needVideoRam in Cards+ (via NEEDVIDEORAM) (hoping it will work: since the regexp was broken, it was never done. (it was applied on the module field of pcitable, instead of the description)) - dropped modelines_text_Trident_TG_96xx case (it has never been used) - rename %xkb_options into %XkbOptions - rename {DRI_glx} into {DRI_GLX}, the value now comes from Cards+ instead of regexp'ing {identifier} - rename {Utah_glx} into {UTAH_GLX}, the value now comes from Cards+ instead of regexp'ing {identifier} - rename {Utah_glx_EXPERIMENTAL} into {UTAH_GLX_EXPERIMENTAL}, the value now comes from Cards+ instead of regexp'ing {identifier} - very_bad_card and bad_card are now the same, the value now comes from Cards+ (BAD_FB_RESTORE & BAD_FB_RESTORE_XF3) - drop unused @accelservers - remove $modelines_text_apple, use $modelines_text_ext instead - don't use a <Section "Modes"> together with <UseModes "Mac Modes">, put directly modelines in Section "Monitor" (why should ppc behave differently than others!?) - replace (conflicting) ModeLines "1280x1024 @ 74 Hz" and "1280x1024 @ 76 Hz" with "1280x1024 @ 75 Hz" (from ddcxinfos) - drop ModeLine "640x480 @ 72 Hz" (it conflicts, and anyway, it has no real use nowadays :) - drop comments about HorizSync, VertRefresh and ModeLine's from XF86Config - drop many unneeded stuff from XF86Config: AutoRepeat, Xqueue, Xleds, NoTrapSignals, XkbTypes, XkbKeycodes, XkbCompat, XkbRules, LeftAlt/RightAlt/ScrollLock/RightCtl - drop section comments from XF86Config - drop XF86_Mono configuration (it doesn't work anyway, seems like it needs a special ModeLine?) - drop 320x200 with XF86_SVGA (who can use this!?) - do not write Screen section "accel" if the server configured is not an accel one - drop the "Generic VGA" Device section for XF4 (this device is unused) - drop {monitor}{vendor}, {monitor}{model}, {card}{vendor}, {card}{model}, {card}{board} (only description strings, not useful for running the server) - use x_res instead of wres for things like 1024 in 1024x768 | ||||
* | - prefer XKB available from existing XF86Config over /etc/sysconfig/keyboard ↵ | Pascal Rigaux | 2002-02-16 | 1 | -10/+9 |
| | | | | | | | KEYTABLE - fix translating from /etc/sysconfig/keyboard KEYTABLE to XKB | ||||
* | save the output of ddcxinfos before modprobe'ing i810fb, and use that output ↵ | Pascal Rigaux | 2002-01-03 | 1 | -1/+2 |
| | | | | for Xconfig (when i810fb is modprobe'd, ddc probe doesn't work anymore) | ||||
* | return value at end of module | Daouda Lo | 2001-10-27 | 1 | -2/+2 |
| | |||||
* | fix typos | Pascal Rigaux | 2001-09-05 | 1 | -3/+3 |
| | |||||
* | non-case dependent EISA comparison | Pascal Rigaux | 2001-09-05 | 1 | -1/+1 |
| | |||||
* | also try EISA ID to auto-detect the monitor (sometimes the EISA ID is there, ↵ | Pascal Rigaux | 2001-09-05 | 1 | -2/+3 |
| | | | | but not the [hv]syncrange | ||||
* | make sure a staling Mouse2 is not present unless it really physically exists. | Francois Pons | 2001-09-03 | 1 | -1/+1 |
| | |||||
* | when reading existing configuration for mouse, update type|name for second ↵ | Francois Pons | 2001-08-30 | 1 | -0/+1 |
| | | | | mouse too. | ||||
* | make sure default to set 3 for nbuttons for getinfoFromXF86Config for second | Francois Pons | 2001-08-30 | 1 | -0/+1 |
| | | | | | mouse if this mouse has 3 buttons. | ||||
* | improve getinfoFromXF86Config for mouse parameters. | Francois Pons | 2001-08-29 | 1 | -2/+4 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | generalize the use of chomp_ as the functional alternative to chomp (and ↵ | Pascal Rigaux | 2001-07-24 | 1 | -3/+2 |
| | | | | works on lists) | ||||
* | fixed standalone error for wacom weirdness. | Francois Pons | 2001-04-16 | 1 | -1/+1 |
| | |||||
* | fixed HASH() in /etc/X11/XF86Config*. | Francois Pons | 2001-04-16 | 1 | -2/+2 |
| | |||||
* | handle XkbModel (especially for abnt2 (br)) | Pascal Rigaux | 2001-04-09 | 1 | -0/+2 |
| | |||||
* | re-fix mouse fix. | Francois Pons | 2001-03-28 | 1 | -1/+1 |
| | |||||
* | fixed wrong mouse probe. | Francois Pons | 2001-03-28 | 1 | -0/+1 |
| | |||||
* | fixed for standalone XFdrake and mousedrake (multi-mouse and | Francois Pons | 2001-03-28 | 1 | -3/+7 |
| | | | | | correct probe (USB)). | ||||
* | added support for two mice (laptop). The second mice is generally PS/2 as | Francois Pons | 2001-03-27 | 1 | -1/+3 |
| | | | | | probe can says it is present. | ||||
* | fixed typo for wacom. | Francois Pons | 2001-03-23 | 1 | -1/+1 |
| | |||||
* | added multiple tablet support (wacom), moved usb probe for mouse and tablet | Francois Pons | 2001-03-23 | 1 | -3/+3 |
| | | | | | at the beginning. | ||||
* | (getinfoFromDDC): removed devices::make("/dev/zero") (now in install2::main) | Pascal Rigaux | 2001-01-11 | 1 | -1/+0 |
| | |||||
* | added more subtil upgrade from /etc/X11/XF86Config* files, keep | Francois Pons | 2000-11-21 | 1 | -32/+93 |
| | | | | | wacom entries. | ||||
* | removed foreach (<... which are eating memory | Francois Pons | 2000-11-14 | 1 | -3/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-15 | 1 | -2/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-14 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-12 | 1 | -4/+5 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-07-10 | 1 | -0/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-08 | 1 | -3/+0 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-08 | 1 | -0/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-05 | 1 | -0/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-04-19 | 1 | -3/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-03-25 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Francois Pons | 2000-01-07 | 1 | -6/+5 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-01-04 | 1 | -2/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 1999-12-17 | 1 | -2/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 1999-11-22 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Francois Pons | 1999-11-17 | 1 | -1/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 1999-11-02 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Francois Pons | 1999-10-20 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Francois Pons | 1999-10-08 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Francois Pons | 1999-10-08 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Francois Pons | 1999-10-06 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Francois Pons | 1999-10-01 | 1 | -19/+36 |
| | |||||
* | no_comment | Pascal Rigaux | 1999-09-30 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Francois Pons | 1999-09-28 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 1999-09-27 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 1999-09-19 | 1 | -1/+1 |
| |