# Screens # # I name screens alphabetically (‘Screen L’ for example) in order to avoid confusion with the numeric # names (such as ‘Screen 0’) the X server uses in its log messages. # # PUBLIC at `http://reluk.ca/sys/computer/workstation/etc/` — for no particular reason. ### 0 Section "Screen" Identifier "Screen LLL" Device "Bottom video card, left port" Monitor "Samsung S24A650S 577L" EndSection ### 1 Section "Screen" Identifier "Screen LL" # [HWC] Device "Bottom video card, right port" Monitor "Samsung S24A650S 300Z" EndSection ### 2 Section "Screen" Identifier "Screen L" # [HWC] Device "Top video card, right port" Monitor "Samsung S24A650S 221B" EndSection ### 3 Section "Screen" Identifier "Screen R" # [HWC] Device "Middle video card, left port" Monitor "Samsung S24A650S 228X" EndSection ### 4 Section "Screen" Identifier "Screen RR" Device "Top video card, left port" Monitor "Dell P1913" EndSection ### 5 Section "Screen" Identifier "Screen RRR" Device "Middle video card, right port" Monitor "Dell E1910f" EndSection # NOTE # ──── # HWC The hardware cursor of the corresponding GPU should be disabled on account of this screen # being rotated. See the namesake footnote at `40_video_ports.conf` and `60_monitors.conf`.