summaryrefslogtreecommitdiffstats
path: root/mga-bg-res
diff options
context:
space:
mode:
Diffstat (limited to 'mga-bg-res')
-rw-r--r--mga-bg-res/NEWS3
-rwxr-xr-xmga-bg-res/mga-bg-res.sh4
2 files changed, 5 insertions, 2 deletions
diff --git a/mga-bg-res/NEWS b/mga-bg-res/NEWS
index d875e1e..18cd469 100644
--- a/mga-bg-res/NEWS
+++ b/mga-bg-res/NEWS
@@ -1,4 +1,7 @@
git version (follows mageia-theme versioning and releases):
+Version 8.0
+- Default to 16:9 (1920x1080)
+
Version 7.0
- Add support for 3400x1440 ultrawide
diff --git a/mga-bg-res/mga-bg-res.sh b/mga-bg-res/mga-bg-res.sh
index 74a6371..294f09d 100755
--- a/mga-bg-res/mga-bg-res.sh
+++ b/mga-bg-res/mga-bg-res.sh
@@ -12,9 +12,9 @@ if [ -e /usr/sbin/monitor-edid -a -z "$LOCAL_INSTALL" ]; then
res=$(expr "$res" : '.*"\(.*\)".*') # isolate the resolution
fi
-# If the previous method did not work, default to 4:3 aspect ratio (e.g. 1024x768)
+# If the previous method did not work, default to 16:9 aspect ratio (e.g. 1920x1080)
if [ -z $res ]; then
- res="1600x1200"
+ res="1920x1080"
fi
# Check if the symlink is already good