| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Neverfallback to guessing display resolution from display size or
forcing it to 1024x768, instead fallback to automatic display mode
(mga#9934).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
o there is no reason "automatic" resolution should imply "automatic" color
depth
|
|
|
|
|
| |
{ 'X' => undef, 'Depth' => undef, 'Y' => undef } as the $resolution_wanted
|
|
|
|
|
| |
o have Option "PanelGeometry" "XXxYY" on geode driver
|
|
|
|
|
|
| |
o set "PreferredMode" in Monitor section if the user changes the resolution
(we still do not use PreferredMode for the default resolution)
|
|
|
|
|
| |
(needed for next commit)
|
| |
|
|
|
|
|
|
|
| |
o do set a background image when using resolution "Automatic" (#43644)
(thanks to derek at jennings dot homelinux dot net)
|
|
|
|
|
| |
(it's not needed anymore)
|
|
|
|
|
|
|
| |
o use 24dpp by default, even on DRI (needed for kde4)
as requested by qa (damien)
|
|
|
|
|
|
| |
o ensure set_default_background() doesn't fail (#39065)
(ie default to 1024x768 if 0x0 is given)
|
|
|
|
|
| |
o use 24bpp on savage (#38750)
|
|
|
|
|
| |
- XFdrake: background images are now jpeg files
|
|
|
|
|
|
| |
o when setting background for the resolution, handle "hour"-based
backgrounds (also add Mandriva.xml symlink)
|
|
|
|
|
| |
o when setting background for the resolution, handle "hour"-based backgrounds
|
| |
|
|
|
|
|
| |
when creating xorg.conf (in non --auto)
|
| |
|
|
|
|
|
| |
- gray Depth widgets when "Automatic" is selected
|
| |
|
| |
|
|
|