File: Contents.m

package info (click to toggle)
psychtoolbox-3 3.0.14.20170103%2Bgit6-g605ff5c.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 103,044 kB
  • ctags: 69,483
  • sloc: ansic: 167,371; cpp: 11,232; objc: 4,708; sh: 1,875; python: 383; php: 344; makefile: 207; java: 113
file content (68 lines) | stat: -rw-r--r-- 2,604 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
% Psychtoolbox/PsychHardware/LinuxDrivers
%
% Customized device drivers for Linux.
%
% The subfolder NVidiaOptimus/ contains a customized
% display modesetting driver and configuration files
% for 64-Bit X-Server 1.19, to use NVidia Optimus
% Laptops with the proprietary NVidia graphics driver
% instead of the open-source nouveau driver.
%
% This folder contains some customized drivers for old
% Ubuntu 14.04.2 LTS. Nowadays you should rather upgrade
% your Linux distribution to Ubuntu 14.04.5 LTS er even
% better to Ubuntu 16.04 LTS, instead of installing these
% custom drivers for old and outdated Ubuntu versions.
%
%
% CAUTION: These drivers are only for specific processor
% architectures and versions of the X-Server, and thereby
% only for specific versions of specific Linux distributions.
%
% Installation of these drivers on a mismatched/unsuitable
% distribution will likely make your machines GUI unuseable
% by preventing successfull startup of the X-Server!
%
% You can find out which version of X-Server is used on your
% system by typing...
%
% xdpyinfo | grep 'X.Org version'
%
% ... into a terminal window. It should report version 1.16 for a
% XOrg 1.16 server.
%
% Currently the following drivers are provided:
%
%
% Drivers for 64-Bit Ubuntu/KUbuntu/*buntu versions 14.04.2 LTS
% and 14.10, as well as other compatible 64-Bit distributions with a
% XOrg 1.16 X-Server:
%
% FOR INTEL graphics cards, install intel_drv.so_64BitForXOrg1-16
%
% This binary driver is built from intel-ddx driver version 2.99.917.
% It contains some useful bug fixes and multi-display improvements
% over the standard 2.99.914 driver that is included in Ubuntu
% 14.04.2-LTS and 14.10 by default. It also contains a modification to
% disable graphics triple-buffering by default.
%
% 0. If the file isn't available in your LinuxDrivers directory, you
% can simply download it from this URL:
%
% https://github.com/Psychtoolbox-3/Psychtoolbox-3/blob/master/Psychtoolbox/PsychHardware/LinuxDrivers/intel_drv.so_64BitForXOrg1-16?raw=true
%
% 1. Install it from a terminal window via:
%
% sudo cp intel_drv.so_64BitForXOrg1-16 /usr/lib/x86_64-linux-gnu/xorg/extra-modules/intel_drv.so
%
% 2. Logout and login again, so the new driver gets loaded.
%
% The source code (and license) from which this binary driver
% was built can be found in the following tar.gz file:
%
% xf86-video-intel-2-99-917+MKTripleBufferOff.tar.gz
%
% The patch which was applied to the original 2.99.917 source to
% disable triple buffering by default can be found in the file:
% 0001-Disable-triple-buffering-by-default.patch
%