Ultrawide monitors - Hardware talk

Users browsing this thread: 1 Guest(s)
apk
Long time nixers
No problem venam, I'm glad to hear I can be of assistance.

To add some more info, I do have a specific usecase. I'm not sure if the kernel, graphics driver, Xorg itself, or the video cable I'm using (HDMI) is preventing me from having a useable refresh rate. I'll attempt to see if catalyst (proprietary ati driver) does anything better.

In general, if Xorg doesn't automatically detect the native res and refresh rate, what you will be doing is generating a modeline using either
Code:
cvt
or
Code:
gtf
. For example, to get my 2560x1080 @ 40Hz modeline:
Code:
$ gtf 2560 1080 40
then copy that into /etc/X11/xorg.conf or /usr/share/X11/xorg.conf.d depending on what distro you use. THEN, restart X and hope the goat you sacrificed pleased the Xorg gods.


Messages In This Thread
Ultrawide monitors - by apk - 28-12-2015, 01:58 AM
RE: Ultrawide monitors - by venam - 28-12-2015, 03:47 AM
RE: Ultrawide monitors - by apk - 28-12-2015, 04:57 AM
RE: Ultrawide monitors - by xero - 28-12-2015, 04:22 PM
RE: Ultrawide monitors - by movq - 28-12-2015, 08:07 PM
RE: Ultrawide monitors - by apk - 28-12-2015, 11:30 PM
RE: Ultrawide monitors - by Wildefyr - 29-12-2015, 05:41 AM
RE: Ultrawide monitors - by apk - 02-01-2016, 12:51 AM