~ubuntu-branches/ubuntu/precise/nvidia-prime/precise-updates

  • Committer: Package Import Robot
  • Author(s): Alberto Milone, Daniel Dadap
  • Date: 2014-02-21 09:59:12 UTC
  • Revision ID: package-import@ubuntu.com-20140221095912-8opvlqrffkunj7wb
Tags: 0.5~hybrid0.0.3
[ Daniel Dadap ]
* prime-xconfig:
  - Format the BusID string correctly (LP: #1282796).
    The BusID string created by prime-xconfig had several problems:
    1) It was missing the bus type "PCI", as recommended by
       xorg.conf(5).
    2) Values were written in hexadecimal, as reported by lspci,
       instead of decimal, as expected by the server. (See the
       comment at the top of xf86ParsePciBusString().)
    3) The PCI domain was not specified.
    Giving the BusID string in the wrong format could cause the X
    server to fail to parse the BusID, or to parse numbers in the
    wrong base. On systems with more than one PCI domain, `lspci -n`
    output would include the domain number, which is omitted by
    default on systems with only one PCI domain. nv_get_id()
    expects the bus number to be the first field, which would not be
    correct when `lspci -n` reports the domain, as it does on
    systems with multiple domains.
    Fix these issues by always reporting the domain with `lspci -Dn`
    and using it in the BusID string, prepending "PCI:" to the
    BusID string, and printing all numeric values in decimal.
Filename Latest Rev Last Changed Committer Comment Size
..
debian 1 10 years ago Package Import Robot Initial release (LP: #1198942). Diff
90-nvidia.conf 1 10 years ago Package Import Robot Initial release (LP: #1198942). 55 bytes Diff Download File
File get-quirk-options 3 10 years ago Package Import Robot * New upstream release: - Add support for power 1.4 KB Diff Download File
File prime-offload 3 10 years ago Package Import Robot * New upstream release: - Add support for power 2.8 KB Diff Download File
prime-quirks 3 10 years ago Package Import Robot * New upstream release: - Add support for power 206 bytes Diff Download File
File prime-select 3 10 years ago Package Import Robot * New upstream release: - Add support for power 13.5 KB Diff Download File
File prime-supported 3 10 years ago Package Import Robot * New upstream release: - Add support for power 2.4 KB Diff Download File
File prime-switch 3 10 years ago Package Import Robot * New upstream release: - Add support for power 3 KB Diff Download File
File prime-xconfig 5 10 years ago Package Import Robot [ Daniel Dadap ] * prime-xconfig: - Format the B 2.3 KB Diff Download File
xorg.template 3 10 years ago Package Import Robot * New upstream release: - Add support for power 747 bytes Diff Download File
xorg_legacy.template 3 10 years ago Package Import Robot * New upstream release: - Add support for power 758 bytes Diff Download File