summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
Commit message (Expand)AuthorAgeFilesLines
...
* now that i understand hsync and vsync, i can filter using HorizSync much more...Pascal Rigaux2005-02-251-17/+11
* XBox support - XFdrakeStew Benedict2005-02-232-0/+12
* protect against bad depth (may occur on ppc?)Pascal Rigaux2005-02-131-1/+1
* in auto, $raw_X non empty is "ok"Pascal Rigaux2005-02-031-1/+1
* xorg_version is 6.8.2Pascal Rigaux2005-01-261-1/+1
* fix check_valid()Pascal Rigaux2005-01-211-0/+2
* - rename Xconfig::main::is_valid() to Xconfig::main::check_valid() and return...Pascal Rigaux2005-01-211-6/+8
* when reading an existing X config file, ensure it is not too bad, otherwise p...Pascal Rigaux2005-01-161-1/+11
* don't be too picky on uppercase or lowercase sectionsPascal Rigaux2005-01-161-1/+1
* move setupFB() in Xconfig, and do it when needed (including when standalone)Pascal Rigaux2005-01-162-0/+24
* for Driver fbdev, rework to allow configuring vga= in bootloader and telling ...Pascal Rigaux2005-01-161-22/+24
* if the window is not modal, the main XFdrake window can block it :-(Pascal Rigaux2005-01-161-1/+1
* fix auto_install graphic card configuration (when one specify the Driver)Pascal Rigaux2005-01-161-13/+16
* we always have force_focus when we have !$::isStandalone,Pascal Rigaux2005-01-111-1/+0
* - XFdrake test is not standalone, it is the non install nor standalone statePascal Rigaux2005-01-101-2/+0
* remove unused codePascal Rigaux2004-12-171-1/+0
* much simpler code using mygtk2Pascal Rigaux2004-12-161-67/+49
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-133-7/+7
* simplifyPascal Rigaux2004-11-261-1/+1
* help perl another way that perl_checker prefersPascal Rigaux2004-11-261-1/+1
* create function libgl_config() and have it after setting Driver to 'fglrx' soPascal Rigaux2004-11-251-12/+19
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
* enable UseFBDev in X configs on ppc, for rage128 and radeonPascal Rigaux2004-11-161-0/+3
* set raw_LINES on every fglrx devicesPascal Rigaux2004-11-161-5/+9
* drop broken codePascal Rigaux2004-11-161-3/+0
* fix regexp given to matching_driver (otherwise smartcard:xxx matches)Pascal Rigaux2004-11-091-1/+1
* detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089)Pascal Rigaux2004-10-261-1/+1
* even if bugzilla #9755 says 24 bpp is not valid for vmware, Nora Etukudo says...Pascal Rigaux2004-10-141-3/+1
* fix parsing fully commented Section. eg:Pascal Rigaux2004-10-071-1/+1
* - XFdrake can detect a auxmouse which was not detected by mousedrake so we ne...Pascal Rigaux2004-10-073-7/+8
* make perl_checker happyGwenolé Beauchesne2004-10-041-1/+1
* x86_64 is a lib64 platform, so handle nvidia glx here too (and ati in the fut...Gwenolé Beauchesne2004-10-041-6/+8
* use Driver "keyboard" instead of "Keyboard" (for Xorg 6.8)Pascal Rigaux2004-09-281-4/+9
* allow ignoring X config file when it contains errorsPascal Rigaux2004-09-211-1/+8
* adapt to new proprietary package namingPascal Rigaux2004-09-131-2/+2
* (set_synaptics) remove spurious spaceOlivier Blin2004-09-031-1/+1
* (choose_gtk) fix crashThierry Vignaud2004-08-301-1/+1
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-1/+2
* - add dell D800 specific modeline and resolutionOlivier Thauvin2004-08-271-2/+12
* (set_synaptics) quote decimal values so that write_XF86Config doesn'tOlivier Blin2004-08-261-3/+3
* synaptics touchpad supportOlivier Blin2004-08-241-0/+41
* (to_raw_X) do not set DRI mode anymore; this is not needed anymoreThierry Vignaud2004-08-231-1/+0
* fix keyboarddrake not modifying xkbPascal Rigaux2004-08-191-2/+2
* we don't use XF86Config-4 anymorePascal Rigaux2004-08-161-2/+2
* handle /etc/X11/xorg.confPascal Rigaux2004-08-161-4/+11
* replace freeDriver with freedriver (stage2 para are lower cased)Pascal Rigaux2004-08-161-1/+1
* s/XFree/Xorg/Pascal Rigaux2004-08-102-14/+14
* - adapt prototype of runlevel() to its usePascal Rigaux2004-08-091-6/+5
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-5/+5
* adapt to bootloader functions now using all_hds instead of hdsPascal Rigaux2004-08-051-1/+1