summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
Commit message (Collapse)AuthorAgeFilesLines
...
* "keyboard" InputDevice can also be called "kbd"Pascal Rigaux2005-03-021-2/+2
|
* add 1280x600 for VAIO PCG-C1M (bugzilla #5192)Pascal Rigaux2005-03-011-2/+2
|
* fix section with only comments (putting the comment after the EndSection is ↵Pascal Rigaux2005-03-011-1/+2
| | | | wrong)
* give up trying to only add modelines not defined in xorg, otherwise xorg ↵Pascal Rigaux2005-03-011-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 choicePascal Rigaux2005-03-011-8/+39
|
* - when setting a resolution, create associated gtf modelines for various ↵Pascal Rigaux2005-03-011-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 typoPascal Rigaux2005-03-011-1/+1
|
* - sort the whole resolutions to simplify the code, and get better choicesPascal Rigaux2005-03-011-3/+9
| | | | | - add a failsafe resolution
* create {preferred_resolution} out of the edid detailed_timings and use itPascal Rigaux2005-03-012-19/+40
|
* skip detailed_timings flagged bad_ratioPascal Rigaux2005-03-011-0/+1
|
* - remove ddcxinfos, replaced by monitor-edid (which is in a separate package)Pascal Rigaux2005-02-284-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 hashesPascal Rigaux2005-02-281-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 Rigaux2005-02-251-17/+11
| | | | more nicely :)
* 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 ↵Pascal Rigaux2005-01-211-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 Rigaux2005-01-161-1/+11
| | | | | | | propose to start from scratch (bugzilla #8548)
* 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
| | | | 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 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
| | | | | so do it that way and get rid of $ugtk2::force_focus
* - XFdrake test is not standalone, it is the non install nor standalone statePascal Rigaux2005-01-101-2/+0
| | | | | | (used when there is no window manager) - get rid of now unused $ugtk2::force_center
* 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
| | | | | that libgl_config() can behave based on {Driver} instead of {Driver2}
* 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
| | | | | | - setting VideoRam for i810 - unsetting UseFBDev for r128 on ppc
* 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 ↵Pascal Rigaux2004-10-141-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
* fix parsing fully commented Section. eg:Pascal Rigaux2004-10-071-1/+1
| | | | | | | | #Section "Extensions" # Option "Composite" "Enable" # Option "RENDER" "Enable" #Endsection
* - XFdrake can detect a auxmouse which was not detected by mousedrake so we ↵Pascal Rigaux2004-10-073-7/+8
| | | | | | | need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions
* 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 ↵Gwenolé Beauchesne2004-10-041-6/+8
| | | | future)
* 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
|