~ubuntu-branches/ubuntu/trusty/glx-alternatives/trusty

« back to all changes in this revision

Viewing changes to debian/glx-diversions.README.Debian

  • Committer: Package Import Robot
  • Author(s): Andreas Beckmann
  • Date: 2013-05-05 15:25:15 UTC
  • mfrom: (2.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130505152515-ouel4r5hvhbmebkq
Tags: 0.3.0
* glx-diversions: Divert libGL.so.1.2.0 from MESA 9.x.  (Closes: #704914)
* Drop maintainer script parts intended for updates from versions predating
  wheezy.
* Use canonical Vcs-* URLs.
* Bump Standards-Version to 3.9.4. No changes needed. 
* Switch to debhelper 9.
* Update my email address and remove DMUA. 
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
==================================================
26
26
 
27
27
To switch between the GLX implementation from MESA, NVIDIA and AMD(fglrx),
28
 
use
 
28
run
29
29
 
30
30
    update-alternatives --config glx
 
31
    update-initramfs -u
31
32
 
32
33
 
33
34
 
74
75
 
75
76
    update-alternatives --config glx
76
77
 
 
78
followed by
 
79
 
 
80
    update-initramfs -u
 
81
 
 
82
to rebuild the initrd with a possibly changed kernel module blacklist.
 
83
 
77
84
For NVIDIA an additional alternative exists that allows one to switch
78
85
between the current driver and legacy versions.  For selection use the
79
86
command
99
106
is a bug in the application, dlopen(libGL.so.1) needs to be used instead.
100
107
 
101
108
 
102
 
 -- Andreas Beckmann <debian@abeckmann.de>  Wed, 22 Jun 2011 12:44:11 +0200
 
109
 -- Andreas Beckmann <debian@abeckmann.de>  Wed, 01 Aug 2012 21:40:12 +0200
103
110