Bug 31851 - Stop setting UCR variables for xorg
Stop setting UCR variables for xorg
Status: RESOLVED WONTFIX
Product: UCS
Classification: Unclassified
Component: X.Org
UCS 3.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCD maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-28 10:54 CEST by Moritz Muehlenhoff
Modified: 2017-08-08 07:07 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Development Internal
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): Cleanup
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Muehlenhoff univentionstaff 2013-06-28 10:54:58 CEST
univention-x-core.postinst configures a lot of UCR variables, which are not used since Xorg autodetection is the default. They should not be set by default, since it gives the impressions these variables were actually used:

univention-config-registry set  xorg/device/driver?vesa \
                            xorg/resolution?1024x768 \
                            xorg/screen/DefaultDepth?16 \
                            xorg/monitor/HorizSync?30-70 \
                            xorg/monitor/VertRefresh?50-90 \
                            xorg/serverflags/options/AllowMouseOpenFail?true \
                            xorg/serverflags/options/AllowEmptyInput?false \
                            xorg/keyboard/options/XkbLayout?de \
                            xorg/keyboard/options/XkbModel?pc105 \
                            xorg/mouse/serial1/Identifier?"Serial Mouse" \
                            xorg/mouse/serial1/Driver?mouse \
                            xorg/mouse/serial1/disabled?true \
                            xorg/mouse/serial1/options/protocol?"auto" \
                            xorg/mouse/serial1/options/device?"/dev/ttyS0" \
                            xorg/mouse/serial1/options/Emulate3Buttons?true \
                            xorg/mouse/serial1/options/Emulate3Timeout?70 \
                            xorg/mouse/serial1/options/SendCoreEvents?true \
                            \
                            xorg/mouse/serial2/Identifier?"Serial Mouse ttyS1" \
                            xorg/mouse/serial2/Driver?mouse \
                            xorg/mouse/serial2/disabled?true \
                            xorg/mouse/serial2/options/protocol?"auto" \
                            xorg/mouse/serial2/options/device?"/dev/ttyS1" \
                            xorg/mouse/serial2/options/Emulate3Buttons?true \
                            xorg/mouse/serial2/options/Emulate3Timeout?70 \
                            xorg/mouse/serial2/options/SendCoreEvents?true \
                            \
                            xorg/mouse/psaux/Identifier?"PS/2 Mouse" \
                            xorg/mouse/psaux/Driver?mouse \
                            xorg/mouse/psaux/disabled?true \
                            xorg/mouse/psaux/options/protocol?"auto" \
                            xorg/mouse/psaux/options/device?"/dev/psaux" \
                            xorg/mouse/psaux/options/Emulate3Buttons?true \
                            xorg/mouse/psaux/options/Emulate3Timeout?70 \
                            xorg/mouse/psaux/options/SendCoreEvents?true \
                            xorg/mouse/psaux/options/Buttons?5 \
                            xorg/mouse/psaux/options/ZAxisMapping?"4 5" \
                            xorg/mouse/usb/Identifier?"USB Mouse" \
                            xorg/mouse/usb/Driver?mouse \
                            xorg/mouse/usb/options/protocol?"auto" \
                            xorg/mouse/usb/options/device?"/dev/input/mice" \
                            xorg/mouse/usb/options/SendCoreEvents?true \
                            xorg/mouse/usb/options/Buttons?5 \
                            xorg/mouse/usb/options/ZAxisMapping?"4 5" \
                            \
                            xorg/device/VendorName?All \
                            xorg/device/BoardName?All \
                            xorg/module/load?"bitmap;ddc;dri;extmod;freetype;glx;int10;vbe;dbe;GLcore;xie;pex5;speedo;type1;record"
Comment 1 Moritz Muehlenhoff univentionstaff 2013-06-28 10:56:08 CEST
In addition the postinst contains transition code for the Xorg UCR naming scheme we used up to UCS 2.x (e.g. univentionXModule). They should be removed as well.
Comment 2 Stefan Gohmann univentionstaff 2017-06-16 20:36:19 CEST
This issue has been filed against UCS 3. UCS 3 is out of the normal maintenance and many UCS components have vastly changed in UCS 4.

If this issue is still valid, please change the version to a newer UCS version otherwise this issue will be automatically closed in the next weeks.
Comment 3 Stefan Gohmann univentionstaff 2017-08-08 07:07:26 CEST
This issue has been filed against UCS 3.0.

UCS 3.0 is out of maintenance and many UCS components have vastly changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug" or reopen this issue. In this case please provide detailed information on how this issue is affecting you.