You are not logged in.
Pages: 1
Hello,
my old 1440x900 Monitor died, so i switched to a 1680x1050 Eizo.
No problem to run this new one with the (interpolated) resolution of 1440x900 under Windows (preserving the aspect-ratio of 16:10).
Q4Os (Orion) however doesn't offer this lower resolution 1440 any more - although it worked at 1440 with the old monitor. In contrast, resolutions like 1024x768 (which do not make any sense at all imo) are offerd.
Is there any possibilty to get other resolutions to be offered in the screen-properties?
Are there enhancements in this regards in the more recent Versions of Q4OS?
Thanks in advance!
Flex
Offline
You may need to manually configure "modeline" in xorg.conf, please read for. ex. https://ubuntuforums.org/showthread.php?t=1824362
Are there enhancements in this regards in the more recent Versions of Q4OS?
Yes, it would be worth to try the Q4OS 3 Centaurus version https://www.q4os.org/downloads1.html
Online
Thanks Q4OS-Team,
to learn more about the modeline in xorg.conf i referred to https://wiki.ubuntuusers.de/Archiv/XServer_Modelines/
but unfortunately my /var/log/Xorg.0.log file doesn't contain an entry Supported additional Video Mode as described there.
(No entry for a 1440 resolution is mentiond here neither, Thank's intel, no wonder it doesn't appear in linux's screen properties)
The given link https://ubuntuforums.org/showthread.php?t=1824362 referres to a file xorg.conf. But where is it?
I've got no xorg.conf in /etc/X11/ to edit!
Offline
You can create a basic xorg.conf using the X executable itself. As root run:
$ Xorg -configure
This will create the file /root/xorg.conf.new, which you can then copy to /etc/X11/xorg.conf:
$ cp /root/xorg.conf.new /etc/X11/xorg.conf
and edit according to your needs.
Online
Many Thanks again.
At that moment however there occur bigger problems here on my Orion-system: The updatemanager crashes:
me@flex7:~> /opt/program_files/q4os-update-manager/bin/updatemgr.exu
Could not write to file descriptor
[kcrash] Unable to start Dr. Konqi
Before, 100s of 404 Not found and "E: Fehlschlag beim holen von http://ftp.debian.org/debian/pool/... " or
"E: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt."
are shown.
i want to update from version 1.8.8-n3
Edit: There seems to be a general issue with the debian ftp-server [IP: 130.89.148.12] !? What's going on there?
Last edited by FlexQ4 (2019-10-06 21:20)
Offline
It seems upgrade works well here. The latest Q4OS Orion version is "1.8.10-n1". You could try to update using the procedure below:
$ sudo apt update
$ sudo apt install q4os-base
$ sudo apt dist-upgrade
Online
It seems upgrade works well here. The latest Q4OS Orion version is "1.8.10-n1". You could try to update using the procedure below:
$ sudo apt update
$ sudo apt install q4os-base
$ sudo apt dist-upgrade
Unfortunately the first cmd lead to the same errors:
...
Fehl http://ftp.debian.org jessie-backports/main i386 Packages
404 Not Found
Fehl http://ftp.debian.org jessie-backports/contrib i386 Packages
404 Not Found
Fehl http://ftp.debian.org jessie-backports/non-free i386 Packages
404 Not Found
Es wurden 1.115 kB in 3 s geholt (284 kB/s).
W: Fehlschlag beim Holen von http://ftp.debian.org/debian/dists/jessie-backports/main/binary-i386/Packages 404 Not Found
W: Fehlschlag beim Holen von http://ftp.debian.org/debian/dists/jessie-backports/contrib/binary-i386/Packages 404 Not Found
I've no clue what's going on here on that system... Is it possible that the router has a problem with the debian ftp-server?
W: Fehlschlag beim Holen von http://ftp.debian.org/debian/dists/jessie-backports/non-free/binary-i386/Packages 404 Not Found
E: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.
Edit: i tried the following two command anyway and thet worked! Thanks!
Last edited by FlexQ4 (2019-10-07 13:42)
Offline
After having investigated a bunch of other problems here (which most i could resolve finally with a sudo apt-get update) i find me now somewhat exhausted and decide to care about that resolution issue... well: another day
Many thanks for the moment!
Offline
Pages: 1