summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/resolution_and_depth.pm
Commit message (Collapse)AuthorAgeFilesLines
* improve perl_checker's SNRThierry Vignaud2016-11-081-0/+1
|
* Change default background size to 1600x1200 to match mageia-themeRémi Verschelde2016-09-171-1/+1
|
* Change background symlink from default.jpg to default.pngRémi Verschelde2016-09-171-3/+3
|
* switch from gtk2 to gtk3Thierry Vignaud2013-11-241-6/+6
|
* Xconfig: never fallback to guessing display resolutionAnssi Hannula2013-05-031-29/+1
| | | | | | Neverfallback to guessing display resolution from display size or forcing it to 1024x768, instead fallback to automatic display mode (mga#9934).
* (allowed) allow to select depth other than 16bit on Poulsbo (mga#5695)Thierry Vignaud2012-05-091-1/+1
|
* help perl_checkerThierry Vignaud2012-05-021-1/+2
|
* (allowed) default to 24bit with QXL driver (16 bit doesn't work)Thierry Vignaud2011-12-161-1/+1
|
* (allowed) simplifyThierry Vignaud2011-12-161-1/+1
|
* Fix background pathDexter Morgan2011-02-141-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r391 | dmorgan | 2011-02-03 13:54:58 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-kbd-mouse-x11 ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPLv2 - Problematic files: o lib/keyboard.pm: run_program::run('mandriva-setup-keyboard'); (does this need to be changed?) we keep it for now o lib/Xconfig/resolution_and_depth.pm: symlinkf "$theme{THEME}.xml", "$dir/Mandriva.xml"; (this will be changed, and should be synced with whatever will be does to the default Mageia wallpapers theme; this .xml file is used to change the wallpaper in GNOME/KDE depending on the time of the day) => switched to Mageia.xml - Various icons that'll need to be changed in data/pixmaps: done with oxygen icons
* - XFdrakePascal Rigaux2008-12-081-6/+8
| | | | | | o there is no reason "automatic" resolution should imply "automatic" color depth
* if {resolution_wanted} is not set in auto_install, don't have Pascal Rigaux2008-11-211-1/+1
| | | | | { 'X' => undef, 'Depth' => undef, 'Y' => undef } as the $resolution_wanted
* - XFdrake:Pascal Rigaux2008-11-141-5/+9
| | | | | o have Option "PanelGeometry" "XXxYY" on geode driver
* - XFdrake:Pascal Rigaux2008-09-251-3/+22
| | | | | | o set "PreferredMode" in Monitor section if the user changes the resolution (we still do not use PreferredMode for the default resolution)
* cleanup: don't modify $default_resolution, use a new var ($resolution) insteadPascal Rigaux2008-09-251-5/+6
| | | | | (needed for next commit)
* create XxY() and use itPascal Rigaux2008-09-251-1/+3
|
* - XFdrake:Pascal Rigaux2008-09-111-1/+1
| | | | | | | o do set a background image when using resolution "Automatic" (#43644) (thanks to derek at jennings dot homelinux dot net)
* don't create symlink /usr/share/mdk/backgrounds/default.png to jpg filesPascal Rigaux2008-08-261-1/+0
| | | | | (it's not needed anymore)
* - XFdrake:Pascal Rigaux2008-08-181-1/+1
| | | | | | | o use 24dpp by default, even on DRI (needed for kde4) as requested by qa (damien)
* - XFdrake library:Pascal Rigaux2008-03-191-0/+5
| | | | | | o ensure set_default_background() doesn't fail (#39065) (ie default to 1024x768 if 0x0 is given)
* - XFdrake:Pascal Rigaux2008-03-131-1/+1
| | | | | o use 24bpp on savage (#38750)
* - 0.49:Pascal Rigaux2008-02-281-2/+3
| | | | | - XFdrake: background images are now jpeg files
* - XFdrake:Pascal Rigaux2008-02-281-0/+4
| | | | | | o when setting background for the resolution, handle "hour"-based backgrounds (also add Mandriva.xml symlink)
* - XFdrake:Pascal Rigaux2008-02-211-13/+26
| | | | | o when setting background for the resolution, handle "hour"-based backgrounds
* move resolution2ratio() to Xconfig::xfree (for next commit)Pascal Rigaux2008-01-231-9/+3
|
* - better fix for typo in 0.32: don't wrongly default to "automatic" resolutionPascal Rigaux2007-10-041-2/+2
| | | | | when creating xorg.conf (in non --auto)
* revert debug codePascal Rigaux2007-09-261-1/+1
|
* - select "Automatic" resolution if it was previously chosenPascal Rigaux2007-09-251-16/+25
| | | | | - gray Depth widgets when "Automatic" is selected
* - add support for "Automatic" resolution (aka "let xorg do everything")Pascal Rigaux2007-09-251-21/+36
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-21/+44
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+386