summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator_consts.pm
Commit message (Collapse)AuthorAgeFilesLines
* thou hast served well, you may now lie in peacePascal Rigaux2002-07-281-366/+0
|
* shorter and nicer XF86Config'sPascal Rigaux2002-07-201-28/+8
|
* - fix good_default_monitor (must not be 1600x1200!)Pascal Rigaux2002-07-191-2/+3
| | | | | - add r128 & radeon in XF4 drivers list
* fix default_monitors to adapt new MonitorsDBPascal Rigaux2002-07-191-3/+3
|
* - %standard_monitors are now in Cards+, dropping themPascal Rigaux2002-07-181-17/+1
| | | | | | | | - 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/reworkPascal Rigaux2002-07-171-644/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Ti Powerbook uses non-std 1152x768, rather than 1152x864Stew Benedict2002-02-261-0/+4
|
* force Option "sw_cursor" for MagicMedia 256XL+ (thanks to Edward Tandi)Pascal Rigaux2002-02-241-0/+1
|
* remove Option "sw_cursor" for "SiS 6326" since it's already handled in ↵Pascal Rigaux2002-02-231-1/+1
| | | | Xconfigurator.pm
* fix syntax typoPascal Rigaux2002-02-221-2/+2
|
* added @allbutfbdrivers and @alldrivers for listing XFree 4 drivers.Francois Pons2002-02-201-0/+5
|
* move "what is the running_window_manager" and "ask_window_manager_to_logout" ↵Pascal Rigaux2002-01-301-3/+1
| | | | to any.pm
* finish journalled fs usage - PPC, add "\n" keyboard.pm, new modelinesStew Benedict2001-12-111-0/+4
|
* move to Linux keycodes on PPC, add additional Apple modelinesStew Benedict2001-10-091-38/+8
|
* removed ugly Modeline 1024x768 which causes trouble to XFree86 4.1.0.Francois Pons2001-09-131-3/+0
|
* added some more ModeLine (1024x768 @ 97.6 Hz, 1024x480 but not automatically ↵Francois Pons2001-09-101-0/+7
| | | | used).
* added 1400, 1920 and 2048 for %min_hsync4wres.Francois Pons2001-09-061-11/+16
| | | | | | cleaned up a bit and using XFree86 4.1.0 builtin timings for 1400x1050 and 1920x1440, 2048x1536 has no modeline (but its min hsync is really high).
* added 1920x1440 and 2048x1536.Francois Pons2001-09-031-2/+2
|
* add weird options for NeoMagic NM2160 (request of Alex Hulse ↵Pascal Rigaux2001-08-201-0/+2
| | | | <axh0@aber.ac.uk> on cooker)
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* added support for 1400x1050 on laptop only. Added modeline for PAL fullscreen onFrancois Pons2001-06-131-1/+22
| | | | | monitor (TV support) and 1400x1050 for both XF3 and XF4.
* added some bigger memory range.Francois Pons2001-06-111-1/+3
|
* updates to X, mouse setup for PPCStew Benedict2001-04-141-1/+15
|
* do not set XkbVariant "winkeys" for ru(winkeys), it is redondantPascal Rigaux2001-04-131-1/+1
|
* handle XkbModel (especially for abnt2 (br))Pascal Rigaux2001-04-091-6/+0
|
* added support for two mice (laptop). The second mice is generally PS/2 asFrancois Pons2001-03-271-12/+0
| | | | | probe can says it is present.
* andre@node1583e.a2000.nl says this is not needed anymore :)Pascal Rigaux2001-03-151-2/+0
|
* keyboard mapping for PPCStew Benedict2001-03-091-0/+41
|
* add low_default_monitor for default of auto_installsPascal Rigaux2001-02-021-2/+2
|
* *** empty log message ***Francois Pons2000-10-031-3/+4
|
* no_commentPascal Rigaux2000-09-141-1/+1
|
* no_commentPascal Rigaux2000-09-111-1/+1
|
* no_commentPascal Rigaux2000-09-021-0/+1
|
* no_commentPascal Rigaux2000-09-011-1/+2
|
* *** empty log message ***Francois Pons2000-08-291-0/+22
|
* no_commentPascal Rigaux2000-08-111-0/+2
|
* added lines for Japanese 106 keyboardPablo Saratxaga2000-07-271-1/+2
|
* no_commentPascal Rigaux2000-06-051-1/+1
|
* no_commentPascal Rigaux2000-05-021-2/+2
|
* *** empty log message ***Francois Pons2000-04-271-2/+10
|
* no_commentPascal Rigaux2000-04-191-1/+0
|
* no_commentPascal Rigaux2000-04-181-3/+3
|
* no_commentPascal Rigaux2000-04-051-9/+0
|
* no_commentPascal Rigaux2000-03-301-17/+0
|
* no_commentPascal Rigaux2000-03-251-140/+61
|
* no_commentPascal Rigaux2000-01-241-2/+2
|
* first sparc release of DrakX.Francois Pons2000-01-241-0/+40
|
* no_commentPascal Rigaux2000-01-101-2/+2
|
* no_commentPascal Rigaux2000-01-071-2/+2
|
* no_commentPascal Rigaux2000-01-061-0/+3
|