Bug 31953 - Screen resolution for single monitor setup
Screen resolution for single monitor setup
Status: CLOSED WONTFIX
Product: Z_Univention Corporate Client (UCC)
Classification: Unclassified
Component: General
unspecified
Other Linux
: P5 normal
: ---
Assigned To: UCC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-11 10:54 CEST by Felix Botner
Modified: 2023-06-28 10:32 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Botner univentionstaff 2013-07-11 10:54:40 CEST
Currently, it is in ucc not possible to specify the screen resolution in a single monitor setup.

Maybe we could add something like that to /etc/lightdm/display-setup# more 010_univention-ucc-setup-multimonitor or create another display setup script to set up the screen resolution.

resPrimary=`get_host_policy_var univentionCorporateClientPrimaryDisplayResolution` 
if [ -n "$resPrimary" ]; then
    pname=`get_host_policy_var univentionCorporateClientPrimaryDisplayName`
    if [ -z "$pname" ]; then
        pname=$(LC_ALL=C xrandr | sed -n 's| connected.*||p' | sort | head -n1)
    fi
    xrandr --output $pname --mode $resPrimary
fi
Comment 1 Moritz Muehlenhoff univentionstaff 2013-07-11 11:16:56 CEST
ucc/displayscripts allows specifying an alternate display setup script.
Comment 2 Michel Smidt 2014-06-20 12:47:59 CEST
Requested for UMC by customer. See 2014061721000688
Comment 3 Michel Smidt 2014-06-20 14:57:51 CEST
The customer use the ucc/displayscripts.
But it is not possible to save the Skript on Thinclients after a rollout. The overlay_fs permits this. Due to this circumstances it would be nice to change the monitor setup with commands.
Comment 4 Philipp Hahn univentionstaff 2023-06-28 10:30:27 CEST
UCC is EoL