The card is a FirePro V5900. Unlike the 6950/6970 it is single-slot. However, 
the slot below it should be kept vacant to allow for heat dissipation, which 
I've employed a 12cm fan to take care of. The card has a pair of DP outputs, 
and the monitor (MultiSync EA244UHD) has a pair of DP inputs. I can use 
xorg.conf to send the two 'screens' through both outputs, and the monitor has a 
Multi-Picture mode that I can use to combine the screens together.

Some caveats: the two screens are sufficiently out of sync that when watching 
videos the division between them is noticeable. mpv will only go fullscreen to 
one screen and not both. By the end of this year, 6.4 will be out and it will 
almost certainly have drm support for cards with 1st and 2nd gen GCN 
architectures. All FirePro cards released between 2012 and 2015 are capable of 
4K at 60Hz through a single DP pipe, so an extravagant setup such as mine won't 
be necessary, at least on the AMD side of things, from 6.4 onwards. I'm in no 
rush to upgrade as the newer cards are still quite expensive.

X-Toolkit is not dpi-aware so apps based on it will have to be optimised 'by 
hand' (doubling the text size everywhere, rewriting UI elements in X Athena 
Widgets, Motif etc.). I have made a custom .fvwmrc (based on the default 
.fvwmrc from 6.2) to do most of this for the default window manager. For some 
reason xterm follows its own rules regarding the titlebar text size and I 
haven't figured that out, plus all the pixmaps for the root menu and so forth 
have to be line doubled and re-rendered. I also have Xft.dpi set to 183 in the 
.Xresources and .Xdefaults files as this helps to coerce GTK+ 3 and Qt5 apps to 
scale themselves correctly. I imagine a script during installation could 
configure all of this 'automatically' dependent on screen pixel density but I'm 
a long way off from achieving that.

Enough rambling, this is the config I have:

pai$ cat 10-monitor.conf
Section "Monitor"
    Identifier "DisplayPort-0"
    DisplaySize  265 299
    Modeline "3840x2160_60.00"  712.75  3840 4160 4576 5312  2160 2163 2168 2237
 -hsync +vsync
    Modeline "1920x2160_60.00"  356.25  1920 2080 2288 2656  2160 2163 2173 2237
 -hsync +vsync
    Option "PreferredMode" "1920x2160_60.00"
    Option "LeftOf" "DisplayPort-1"
EndSection

Section "Monitor"
    Identifier "DisplayPort-1"
    DisplaySize  265 299
    Modeline "3840x2160_60.00"  712.75  3840 4160 4576 5312  2160 2163 2168 2237
 -hsync +vsync
    Modeline "1920x2160_60.00"  356.25  1920 2080 2288 2656  2160 2163 2173 2237
 -hsync +vsync
    Option "PreferredMode" "1920x2160_60.00"
    Option "RightOf" "DisplayPort-0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "drm0"
    Monitor "DisplayPort-1" 
    DefaultDepth 24
    SubSection "Display"
        Depth 24
        Virtual 3840 2160
    EndSubSection
EndSection
pai$ cat 20-radeon.conf
Section "Device"
        Identifier "drm0"
        Driver "radeon"
        Option "AccelMethod" "glamor"
EndSection

pai$ cat /var/log/Xorg.0.log
[    46.248] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
        (Operation not permitted)
        Check that you have set 'machdep.allowaperture=1'
        in /etc/sysctl.conf and reboot your machine
        refer to xf86(4) for details
[    46.248]    linear framebuffer access unavailable
[    46.261] (--) Using wscons driver on /dev/ttyC4
[    46.270] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[    46.270] X Protocol Version 11, Revision 0
[    46.270] Build Operating System: OpenBSD 6.3 amd64 
[    46.270] Current Operating System: OpenBSD pai.tolxanka.com 6.3 
GENERIC.MP#3 amd64
[    46.270] Build Date: 24 March 2018  02:38:24PM
[    46.270]  
[    46.271] Current version of pixman: 0.34.0
[    46.271]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    46.271] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    46.271] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 20 16:44:36 
2018
[    46.273] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    46.273] (==) Using system config directory 
"/usr/X11R6/share/X11/xorg.conf.d"
[    46.275] (==) No Layout section.  Using the first Screen section.
[    46.275] (**) |-->Screen "Screen0" (0)
[    46.276] (**) |   |-->Monitor "DisplayPort-1"
[    46.276] (**) |   |-->Device "drm0"
[    46.276] (==) Automatically adding devices
[    46.276] (==) Automatically enabling devices
[    46.276] (==) Not automatically adding GPU devices
[    46.277] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    46.287] (==) FontPath set to:
        /usr/X11R6/lib/X11/fonts/misc/,
        /usr/X11R6/lib/X11/fonts/TTF/,
        /usr/X11R6/lib/X11/fonts/OTF/,
        /usr/X11R6/lib/X11/fonts/Type1/,
        /usr/X11R6/lib/X11/fonts/100dpi/,
        /usr/X11R6/lib/X11/fonts/75dpi/
[    46.287] (==) ModulePath set to "/usr/X11R6/lib/modules"
[    46.287] (II) The server relies on wscons to provide the list of input 
devices.
        If no devices become available, reconfigure wscons or disable 
AutoAddDevices.
[    46.287] (II) Loader magic: 0xf01a0642000
[    46.287] (II) Module ABI versions:
[    46.287]    X.Org ANSI C Emulation: 0.4
[    46.287]    X.Org Video Driver: 23.0
[    46.287]    X.Org XInput driver : 24.1
[    46.287]    X.Org Server Extension : 10.0
[    46.287] (--) PCI: (0:1:5:0) 1a03:2000:1a03:2000 rev 16, Mem @ 
0xfb000000/8388608, 0xfbae0000/131072, I/O @ 0x0000bc00/128
[    46.287] (--) PCI:*(0:6:0:0) 1002:6707:1002:0b06 rev 0, Mem @ 
0xd0000000/268435456, 0xfbfc0000/131072, I/O @ 0x0000e000/256
[    46.287] (II) LoadModule: "glx"
[    46.290] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[    46.305] (II) Module glx: vendor="X.Org Foundation"
[    46.305]    compiled for 1.19.6, module version = 1.0.0
[    46.305]    ABI class: X.Org Server Extension, version 10.0
[    46.305] (II) LoadModule: "radeon"
[    46.306] (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.so
[    46.310] (II) Module radeon: vendor="X.Org Foundation"
[    46.310]    compiled for 1.19.6, module version = 18.0.1
[    46.310]    Module class: X.Org Video Driver
[    46.310]    ABI class: X.Org Video Driver, version 23.0
[    46.310] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
        ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
        ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
        ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
        ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
        ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
        ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
        ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
        ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
        ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
        ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
        ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
        ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
        ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
        ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
        ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
        ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
        ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
        ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
        ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
        ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
        ATI Radeon 9800PRO, ATI Radeon 9800XT,
        ATI Radeon Mobility 9600/9700 (M10/M11),
        ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
        ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
        ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
        ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
        ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
        ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
        ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
        ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
        ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
        ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
        ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
        ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
        ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
        ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
        ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
        ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
        ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
        ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
        ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
        ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
        ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
        ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
        ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
        ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
        ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
        ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
        ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
        ATI FireGL V3350, ATI Mobility Radeon X1450,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
        ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
        ATI FireGL V3400, ATI Mobility FireGL V5250,
        ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
        ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
        ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
        ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
        ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
        ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
        ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
        ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
        ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
        AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
        ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
        ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
        ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
        ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
        ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
        ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
        ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
        ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
        ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
        ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
        ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
        ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
        ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
        ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
        ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
        AMD Radeon HD 6300 Series Graphics,
        AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
        AMD Firestream 9350, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
        REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
        ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
        AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
        ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
        MULLINS, KAVERI, HAWAII
[    46.313] (II) [KMS] Kernel modesetting enabled.
[    46.313] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    46.314] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp 
pixmaps)
[    46.314] (==) RADEON(0): Default visual is TrueColor
[    46.314] (**) RADEON(0): Option "AccelMethod" "glamor"
[    46.314] (==) RADEON(0): RGB weight 888
[    46.314] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    46.314] (--) RADEON(0): Chipset: "CAYMAN" (ChipID = 0x6707)
[    46.315] (II) Loading sub module "fb"
[    46.315] (II) LoadModule: "fb"
[    46.316] (II) Loading /usr/X11R6/lib/modules/libfb.so
[    46.318] (II) Module fb: vendor="X.Org Foundation"
[    46.318]    compiled for 1.19.6, module version = 1.0.0
[    46.318]    ABI class: X.Org ANSI C Emulation, version 0.4
[    46.318] (II) Loading sub module "dri2"
[    46.318] (II) LoadModule: "dri2"
[    46.318] (II) Module "dri2" already built-in
[    46.318] (II) Loading sub module "glamoregl"
[    46.318] (II) LoadModule: "glamoregl"
[    46.319] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so
[    46.337] (II) Module glamoregl: vendor="X.Org Foundation"
[    46.337]    compiled for 1.19.6, module version = 1.0.0
[    46.337]    ABI class: X.Org ANSI C Emulation, version 0.4
[    46.337] (II) glamor: OpenGL accelerated X.org driver based.
[    46.385] (II) glamor: EGL version 1.4 (DRI2):
[    46.401] (II) RADEON(0): glamor detected, initialising EGL layer.
[    46.401] (II) RADEON(0): KMS Color Tiling: enabled
[    46.401] (II) RADEON(0): KMS Color Tiling 2D: enabled
[    46.401] (==) RADEON(0): TearFree property default: auto
[    46.401] (II) RADEON(0): KMS Pageflipping: enabled
[    46.426] (II) RADEON(0): Output DisplayPort-0 using monitor section 
DisplayPort-0
[    46.426] (**) RADEON(0): Option "PreferredMode" "1920x2160_60.00"
[    46.426] (**) RADEON(0): Option "LeftOf" "DisplayPort-1"
[    46.451] (II) RADEON(0): Output DisplayPort-1 using monitor section 
DisplayPort-1
[    46.451] (**) RADEON(0): Option "PreferredMode" "1920x2160_60.00"
[    46.451] (**) RADEON(0): Option "RightOf" "DisplayPort-0"
[    46.457] (II) RADEON(0): Output DVI-0 has no monitor section
[    46.482] (II) RADEON(0): EDID for output DisplayPort-0
[    46.482] (II) RADEON(0): Printing probed modes for output DisplayPort-0
[    46.482] (II) RADEON(0): Modeline "1920x2160_60.00"x60.0  356.25  1920 2080 
2288 2656  2160 2163 2173 2237 -hsync +vsync (134.1 kHz UP)
[    46.482] (II) RADEON(0): Modeline "3840x2160_60.00"x60.0  712.75  3840 4160 
4576 5312  2160 2163 2168 2237 -hsync +vsync (134.2 kHz)
[    46.482] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    46.482] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[    46.482] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  
600 601 603 625 +hsync +vsync (35.2 kHz e)
[    46.482] (II) RADEON(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  
480 486 494 517 +hsync +vsync (31.0 kHz e)
[    46.482] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[    46.507] (II) RADEON(0): EDID for output DisplayPort-1
[    46.507] (II) RADEON(0): Printing probed modes for output DisplayPort-1
[    46.507] (II) RADEON(0): Modeline "1920x2160_60.00"x60.0  356.25  1920 2080 
2288 2656  2160 2163 2173 2237 -hsync +vsync (134.1 kHz UP)
[    46.507] (II) RADEON(0): Modeline "3840x2160_60.00"x60.0  712.75  3840 4160 
4576 5312  2160 2163 2168 2237 -hsync +vsync (134.2 kHz)
[    46.507] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    46.507] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[    46.507] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  
600 601 603 625 +hsync +vsync (35.2 kHz e)
[    46.507] (II) RADEON(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  
480 486 494 517 +hsync +vsync (31.0 kHz e)
[    46.507] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[    46.513] (II) RADEON(0): EDID for output DVI-0
[    46.513] (II) RADEON(0): Output DisplayPort-0 connected
[    46.513] (II) RADEON(0): Output DisplayPort-1 connected
[    46.513] (II) RADEON(0): Output DVI-0 disconnected
[    46.513] (II) RADEON(0): Using user preference for initial modes
[    46.513] (II) RADEON(0): Output DisplayPort-0 using initial mode 
1920x2160_60.00 +0+0
[    46.513] (II) RADEON(0): Output DisplayPort-1 using initial mode 
1920x2160_60.00 +0+0
[    46.513] (EE) RADEON(0): Output position loop. Moving DisplayPort-0 to 0,0
[    46.513] (II) RADEON(0): mem size init: gart size :1fddf000 vram size: 
s:80000000 visible:7fcc0000
[    46.513] (**) RADEON(0): Display dimensions: (265, 299) mm
[    46.513] (**) RADEON(0): DPI set to (368, 183)
[    46.513] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[    46.513] (II) Loading sub module "ramdac"
[    46.513] (II) LoadModule: "ramdac"
[    46.513] (II) Module "ramdac" already built-in
[    46.513] (--) Depth 24 pixmap format is 32 bpp
[    46.513] (II) RADEON(0): [DRI2] Setup complete
[    46.513] (II) RADEON(0): [DRI2]   DRI driver: r600
[    46.513] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[    46.514] (II) RADEON(0): Front buffer size: 32640K
[    46.514] (II) RADEON(0): VRAM usage limit set to 1854979K
[    46.517] (WW) RADEON(0): SYNC extension fences disabled because 
miSyncShmScreenInit symbol unresolved
[    46.517] (WW) RADEON(0): DRI3 disabled
[    46.517] (==) RADEON(0): Backing store enabled
[    46.517] (II) RADEON(0): Direct rendering enabled
[    46.620] (II) RADEON(0): Use GLAMOR acceleration.
[    46.620] (II) RADEON(0): Acceleration enabled
[    46.620] (==) RADEON(0): DPMS enabled
[    46.620] (==) RADEON(0): Silken mouse enabled
[    46.621] (II) RADEON(0): Set up textured video (glamor)
[    46.621] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[    46.621] (II) RADEON(0): [XvMC] Extension initialized.
[    46.621] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR 
disabled message.
[    46.623] (WW) RADEON(0): Option "PreferredMode" is not used
[    46.623] (WW) RADEON(0): Option "RightOf" is not used
[    46.623] (--) RandR disabled
[    46.641] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    46.641] (II) AIGLX: enabled GLX_ARB_create_context
[    46.641] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    46.641] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    46.641] (II) AIGLX: enabled GLX_INTEL_swap_event
[    46.641] (II) AIGLX: enabled GLX_SGI_swap_control
[    46.641] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    46.641] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    46.641] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    46.641] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    46.643] (II) AIGLX: Loaded and initialized r600
[    46.643] (II) GLX: Initialized DRI2 GL provider for screen 0
[    46.647] (II) RADEON(0): Setting screen physical size to 265 x 299
[    46.866] (II) config/wscons: checking input device /dev/wskbd
[    46.866] (II) wskbd: using layout us
[    46.866] (II) LoadModule: "kbd"
[    46.867] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[    46.868] (II) Module kbd: vendor="X.Org Foundation"
[    46.868]    compiled for 1.19.6, module version = 1.9.0
[    46.868]    Module class: X.Org XInput Driver
[    46.868]    ABI class: X.Org XInput driver, version 24.1
[    46.868] (II) Using input driver 'kbd' for '/dev/wskbd'
[    46.868] (**) /dev/wskbd: always reports core events
[    46.868] (**) /dev/wskbd: always reports core events
[    46.868] (**) Option "Protocol" "standard"
[    46.868] (**) Option "XkbRules" "base"
[    46.868] (**) Option "XkbModel" "pc105"
[    46.868] (**) Option "XkbLayout" "us"
[    46.868] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: 
KEYBOARD, id 6)
[    47.081] (II) config/wscons: checking input device /dev/wsmouse
[    47.081] (II) LoadModule: "ws"
[    47.082] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[    47.083] (II) Module ws: vendor="X.Org Foundation"
[    47.083]    compiled for 1.19.6, module version = 1.3.0
[    47.083]    Module class: X.Org XInput Driver
[    47.083]    ABI class: X.Org XInput driver, version 24.1
[    47.083] (II) Using input driver 'ws' for '/dev/wsmouse'
[    47.083] (**) /dev/wsmouse: always reports core events
[    47.083] (II) ws: /dev/wsmouse: debuglevel 0
[    47.083] (**) Option "Device" "/dev/wsmouse"
[    47.083] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[    47.083] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[    47.083] (**) ws: /dev/wsmouse: associated screen: 0
[    47.083] (II) ws: /dev/wsmouse: minimum x position: 0
[    47.083] (II) ws: /dev/wsmouse: maximum x position: 3839
[    47.083] (II) ws: /dev/wsmouse: minimum y position: 0
[    47.083] (II) ws: /dev/wsmouse: maximum y position: 2159
[    47.083] (==) ws: /dev/wsmouse: Buttons: 7
[    47.111] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[    47.111] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: 
MOUSE, id 7)
[    47.111] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[    47.111] (**) /dev/wsmouse: (accel) acceleration profile 0
[    47.111] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[    47.111] (**) /dev/wsmouse: (accel) acceleration threshold: 4

pai$ cat .fvwmrc
# this is a bare bones sample .fvwm2rc/system.fvwm2rc file for fvwm-2.
# It should be customized before install.  See other sample .fvwm2rc files
# for hints, as well as pointers from the various links on the official
# fvwm web page (see the FAQ).

# be sure to customize these paths for your installation:
ModulePath /usr/X11R6/lib/X11/fvwm
PixmapPath /usr/X11R6/include/X11/pixmaps
IconPath   /usr/X11R6/include/X11/bitmaps

EdgeResistance 250 10
EdgeScroll 100 100
ClickTime 750

# make sure these fonts exist on your system:
WindowFont -adobe-times-bold-r-*-*-28-*-*-*-*-*-*-*
IconFont -adobe-helvetica-bold-r-*-*-20-*-*-*-*-*-*-*

HilightColor #bebebe blue
MenuStyle #4d4d4d #bebebe #e7e7e7 -adobe-times-bold-r-*-*-24-*-*-*-*-*-*-* fvwm

DeskTopSize 3x3

ColormapFocus FollowsMouse

# default Styles:
Style "*"           BorderWidth 14, HandleWidth 14
Style "*"           Icon unknown1.xpm, Color #bebebe/darkred
Style "*"           MWMFunctions, MWMDecor, HintOverride
Style "*"           DecorateTransient, NoPPosition
Style "*"           IconBox 0 -10 -280 -1
Style "*"           FocusFollowsMouse
Style "*"           RandomPlacement, SmartPlacement

# Styles for various Fvwm modules:
Style "Fvwm*"       NoTitle,  Sticky, WindowListSkip
Style "Fvwm*"       BorderWidth 4, CirculateSkipIcon, CirculateSkip
Style "FvwmPager"   StaysOnTop
Style "FvwmBanner"  StaysOnTop
Style "FvwmButtons" Icon toolbox.xpm, ClickToFocus

# Styles for your common terminal emulator programs:
AddToDecor terms
+ ButtonStyle 1 Pixmap mini.xterm_hidpi.xpm
+ HilightColor #bebebe blue
Style "XTerm"       UseDecor terms
Style "XTerm"       Icon xterm.xpm, SloppyFocus, IconBox -70 1 -1 -140
Style "rxvt"        UseDecor terms
Style "rxvt"        Icon term.xpm, SloppyFocus, IconBox -70 1 -1 -140
Style "rxvt"        MWMBorder, MWMButtons

# Styles for various common programs:
Style "*lock"       NoTitle, NoHandles, Sticky, WindowListSkip, ClickToFocus
Style "xbiff"       NoTitle, Sticky, WindowListSkip, ClickToFocus
Style "xcalc"       Icon xcalc.xpm, NoButton 2,RandomPlacement,ClickToFocus
Style "xmh"         Icon mail1.xpm, NoIconTitle,StickyIcon
Style "xmh"         RandomPlacement, NoButton 2
Style "xman"        Icon xman.xpm, RandomPlacement, ClickToFocus
Style "xmag"        Icon mag_glass.xpm, RandomPlacement, ClickToFocus
Style "xgraph"      Icon graphs.xpm, RandomPlacement, ClickToFocus
Style "xmosaic"     Color Green/Yellow, ClickToFocus
Style "xconsole"    Icon rterm.xpm, WindowListSkip, Sticky


# some simple default key bindings:
Key Next         A       SCM     Next [*] Focus
Key Prior        A       SCM     Prev [*] Focus

# some simple default mouse bindings:
#   for the root window:
Mouse 1 R       A       Menu RootMenu Nop
Mouse 2 R       A       Menu Window-Ops Nop
Mouse 3 R       A       WindowList

#   for the title bar buttons:
Mouse 0 1       A       Menu Window-Ops2 Close
Mouse 0 2       A       Maximize-Func
Mouse 0 4       A       Iconify

#   for other parts of the window/borders/icons:
Mouse 1 F       A       Resize-or-Raise
Mouse 1 TS      A       Move-or-Raise
Mouse 1 I       A       Move-or-Iconify
Mouse 2 I       A       Iconify
Mouse 2 FST     A       Menu Window-Ops2 Nop
Mouse 3 TSIF    A       RaiseLower

######################## Initialization Functions ############################
AddToFunc InitFunction    "I" Module FvwmPager 0 0
#+                        "I" exec /usr/X11R6/bin/xsetroot -solid black

AddToFunc RestartFunction "I" Module FvwmPager 0 0
#+                        "I" exec /usr/X11R6/bin/xsetroot -solid black


######################## Menus ###################
AddToMenu RootMenu      "Root Menu"     Title
+                       "XTerm%mini.xterm.xpm%"         Exec exec xterm
#+                      "Rxvt"          Exec exec rxvt
+                       ""              Nop
#+                      "Remote Logins" Popup Remote-Logins
#+                      ""              Nop
+                       "Utilities"     Popup Utilities
+                       ""              Nop
+                       "Fvwm Modules"            Popup Module-Popup
+                       "Fvwm Window Ops"         Popup Window-Ops
+                       "Fvwm Simple Config Ops"  Popup Misc-Ops
+                       ""              Nop
+                       "Refresh Screen"   Refresh
+                       "Recapture Screen" Recapture
+                       "(Re)Start"     Popup Quit-Verify
+                       ""              Nop
+                       "Exit"  Module FvwmForm QuitVerify

AddToMenu Utilities     "Utilities" Title
+                       "Top"           Exec exec xterm -T Top -n Top -e top
+                       "Calculator"    Exec exec xcalc
+                       "Xman"          Exec exec xman
+                       "Xmag"          Exec exec xmag
+                       "Editres"       Exec exec editres
+                       ""              Nop
#+                      "XEmacs"        Exec exec xemacs
#+                       "Mail"          MailFunction xmh "-font fixed"
+                       ""              Nop
+                       "XLock%mini.xlock.xpm%"         Exec exec xlock
+                       ""              Nop
+                       "Reset X defaults" Exec xrdb -load $HOME/.Xdefaults

AddToMenu Misc-Ops "Misc Config Opts" Title
+                  "Sloppy Focus"        ChangeDefaultFocus SloppyFocus
+                  "Click To Focus"      ChangeDefaultFocus ClickToFocus
+                  "Focus Follows Mouse" ChangeDefaultFocus FocusFollowsMouse
+                  "" Nop
+                  "Colormap Follows Mouse" ColormapFocus FollowsMouse
+                  "Colormap Follows Focus" ColormapFocus FollowsFocus
+                  "" Nop
+                  "Full Paging ON"         EdgeScroll 100 100
+                  "All Paging OFF"         EdgeScroll 0 0
+                  "Horizontal Paging Only" EdgeScroll 100 0
+                  "Vertical Paging Only"   EdgeScroll 0 100
+                  "Partial Paging"         EdgeScroll 50 50
+                  "Full Paging && Edge Wrap" EdgeScroll 100000 100000

AddToMenu Window-Ops    "Window Ops"    Title
+                       "Move%mini.move.xpm%"           Move
+                       "Resize%mini.resize.xpm%"       Resize
+                       "Raise%mini.raise.xpm%"         Raise
+                       "Lower%mini.lower.xpm%"         Lower
+                       "(De)Iconify%mini.iconify.xpm%" Iconify
+                       "(Un)Stick%mini.stick2.xpm%"    Stick
+                       "(Un)Maximize%mini.maximize.xpm%"       Maximize
+                       ""              Nop
+                       "Delete%mini.excl.xpm%" Delete
+                       "Close%mini.cut.xpm%"           Close
+                       "Destroy%mini.destroy.xpm%"     Destroy
+                       ""              Nop
+                       "Refresh Window%mini.refresh.xpm%" RefreshWindow

AddToMenu Window-Ops2   "&Move%mini.move.xpm%"          Move
+                       "&Resize%mini.resize.xpm%"      Resize
+                       "R&aise%mini.raise.xpm%"        Raise
+                       "&Lower%mini.lower.xpm%"        Lower
+                       "(De)&Iconify%mini.iconify.xpm%"        Iconify
+                       "(Un)&Stick%mini.stick2.xpm%"   Stick
+                       "(Un)Ma&ximize%mini.maximize.xpm%" Maximize
+                       ""              Nop
+                       "&Delete%mini.excl.xpm%"        Delete
+                       "&Close%mini.cut.xpm%"  Close
+                       "Destroy%mini.destroy.xpm%"     Destroy
+                       ""              Nop
+                       "ScrollBar"     Module FvwmScroll 2 2
+                       "Print"         PrintFunction
#+                       "Print Reverse" PrintReverseFunction

# be sure to fill these in with your correct machine names:
AddToMenu Remote-Logins "dopey"  Exec rsh dopey rxvt -display $HOSTDISPLAY &
+                       "snoopy" Exec rsh snoopy rxvt -display $HOSTDISPLAY &
+                       "grumpy" Exec rsh grumpy rxvt -display $HOSTDISPLAY &
+                       "happy"  Exec rsh happy rxvt -display $HOSTDISPLAY &
+                       "bailey" Exec rsh bailey rxvt -display $HOSTDISPLAY &
+                       "barnum" Exec rsh barnum rxvt -display $HOSTDISPLAY &
+                       "joker"  Exec rsh joker rxvt -display $HOSTDISPLAY &
+                       "signal" Exec rxterm signal

AddToMenu Module-Popup  "FvwmModules"   Title
+                       "Identify"      Module  FvwmIdent
+                       "Talk"          Module  FvwmTalk
+                       ""              Nop
+                       "Button-Bar"    Module  FvwmButtons
+                       "Pager"         Module  FvwmPager 0 0
+                       "Pager (2 desks)" Module  FvwmPager 0 1
+                       "WinList"       Module  FvwmWinList
+                       ""              Nop
+                       "Banner"        Module  FvwmBanner
+                       "ScrollBar"     Module  FvwmScroll 50 50
+                       "Background"    Module  FvwmBacker
+                       "AutoRaise"     Module  FvwmAuto 200 Raise Nop
+                       "Stop AutoRaise" KillModule FvwmAuto
+                       ""              Nop
+                       "IconBox"       Module  FvwmIconBox
+                       "IconMan"       Module  FvwmIconMan
+                       ""              Nop
+                       "Form - Rlogin"      Module FvwmForm Rlogin
+                       "Form - MyFvwmTalk"  Module FvwmForm MyFvwmTalk
+                       "Form - QuitVerify"  Module FvwmForm QuitVerify

AddToMenu Quit-Verify
+                       "Restart Fvwm%mini.refresh.xpm%"            Restart fvwm
+                       ""                  Nop
+                       "Start cwm"         Restart cwm
+                       "Start wm2"         Restart wm2
+                       "Start twm"         Restart twm
+                       "Start ctwm"        Restart ctwm
+                       "Start flwm"        Restart flwm
+                       "Start mwm"         Restart mwm
+                       "Start openbox"     Restart openbox
+                       "Start tvtwm"       Restart tvtwm
+                       ""                  Nop
+                       "Start dummy%mini.xterm.xpm%"       Restart xterm
+                       ""                  Nop
+                       "No, Don't Quit"    Nop

######################## Sample Functions ##########################

AddToFunc MailFunction     "I" Next [$0] Iconify -1
+                          "I" Next [$0] Focus
+                          "I" None [$0] Exec $0 $1

AddToFunc Move-or-Raise         "I" Raise
+                               "M" Move
+                               "D" Lower

AddToFunc Move-or-Raise2        "M" Raise
+                               "M" Move
+                               "D" Lower

AddToFunc Maximize-Func         "M" Maximize     0 100
+                               "C" Maximize     0 80
+                               "D" Maximize     100 100

Screenshot: https://i.imgur.com/AqWyN79.png
-- 
  Patrick Harper
  paia...@fastmail.com

On Wed, 20 Jun 2018, at 09:41, David Coppa wrote:
> Il mer 20 giu 2018, 16:39 Patrick Harper <paia...@fastmail.com> ha scritto:
> 
> > I beg to differ, on my setup at least, the full GMaps in Chromium runs
> > silky smooth as intended. This is a Cayman (radeon) graphics card driving a
> > 4K monitor through dual 1920x2160 signals (hooray xrandr).
> >
> 
> Interesting! Can you provide more infos about your setup? Exact model names
> of your card and your monitor and the xrandr cmdline you're using.
> 
> Thanks a lot,
> David

Reply via email to