#1215 closed task (fixed)
build patched dummy drivers for Debian / Ubuntu
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.0 |
Component: | platforms | Version: | trunk |
Keywords: | debian ubuntu dummy | Cc: |
Description (last modified by )
Follow up from ticket:1202#comment:26, it would be nice if Debian and Ubuntu servers had correct DPI settings in all cases.
See wiki/Xdummy and wiki/DPI
Attachments (1)
Change History (9)
comment:1 Changed 6 years ago by
Milestone: | 1.0 → 1.1 |
---|
Changed 5 years ago by
Attachment: | debian-dummy.patch added |
---|
work in progress - builds on stretch and yakkety, without any patches
comment:3 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:7 Changed 5 years ago by
Just noticed that Debian Wheezy and Jessie have DPI issues with the 1.0 branch because of this ticket: the dummy driver fails to build on those older distros.
Specifically since this commit: r15013. (r15014 for v1.0.x branch: 1.0.2)
To build on Debian Wheezy and Jessie, we need to workaround this build error:
/xserver-xorg-video-dummy/missing: line 81: automake-1.15: command not found
None of the easy / hackish workarounds applied, so I resorted to installing automake-1.15 from source using this script then symlinked it into /usr/bin
so the build finds it:
ln -sf /usr/local/bin/automake-1.15 /usr/bin/
This can all be removed after we've built the dummy packages.
comment:8 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1215
Milestone renamed