lp://staging/~bryce/jockey/experimental-driver-support
- Get this branch:
- bzr branch lp://staging/~bryce/jockey/experimental-driver-support
Branch merges
Branch information
Recent revisions
- 154. By Bryce Harrington
-
Update changelog for release
* jockey/backend.py:
- When displaying list of video drivers, sort them alphabetically.
* data/handlers/nvidia. py:
- Allow experimental drivers to fallback to the description from debian/control
* jockey/oslib.py, jockey/xorg_driver. py:
- Insert spaces when appending lines from the control file description.
Fixes bad formatting in jockey's package description.
- Handle multiple abi versions. Fixes bug preventing experimental
drivers from being displayed in jockey. - 153. By Bryce Harrington
-
Insert spaces when appending lines from the control file description.
The code was concatenating all the lines from the control file's
description section after trimming leading and trailing space. So words
were run on together, making it hard to read. - 152. By Bryce Harrington
-
Handle multiple abi versions.
Some drivers will support multiple Xserver abi versions, and so will
have Depends: xorg-video-abi-11 | xorg-video-abi-12 | xorg-video-abi-13.The previous code would simply return the last in the list. This patch
makes it return the full list, and then verify the xserver abi is
contained in that list. - 151. By Bryce Harrington
-
Allow experimental drivers to fallback to the description from debian/control
This is necessary so we can include the current release notes for users
to look at. - 150. By Bryce Harrington
-
When displaying list of video drivers, sort them alphabetically.
This ensures consistent display, and ensures the nvidia experimental
drivers will sort *after* the nvidia current driver. This will help
minimize user confusion. - 149. By Alberto Milone
-
* data/handlers/
nvidia. py:
- Add support for the nvidia-experimental- 304 package (LP: #1047681). - 148. By Alberto Milone
-
* data/handlers/
cdv.py:
- Add support for the Cedarview graphics driver (LP: #1026518). - 147. By Martin Pitt
-
* debian/
tests/control: Add dbus-x11 dependency to get dbus-launch.
(LP: #976239)
* data/handlers/fglrx.py: Fix crash if there is no other alternative for the
driver. (LP: #954297)
* Merge from trunk:
- Fix crash if there is no notification daemon available. (LP: #819755)
- jockey/detection. py: Do not show a warning about not being able to open
the DriverDB cache if the file does not exist. (LP: #888273)
- Update Bulgarian translations from Launchpad. - 146. By Ricardo Salveti
-
* data/handlers/
pvr-omap4. py:
- Adding handler for PowerVR SGX driver for OMAP 4 based boards, like
Pandaboard and Blaze (LP: #978563) - 145. By Martin Pitt
-
* debian/
tests/control: Add xvfb and gir1.2- appindicator3- 0.1 dependencies.
* debian/tests/upstream- system: Run under xvfb-run, with a workaround for
LP #972324.
* Merge from trunk:
- tests/shipped_handlers. py: Test system installed handlers when not in
the source tree.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/jockey