-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
49 lines (31 loc) · 1.05 KB
/
README
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
Toggle Script for my Nvidia based Laptop.
Tested on a Lenovo T61P using Ubuntu 8.10
Author: Stanley Kamithi
URL: kenyangeekboy.blogspot.com
Licence: GPL
Requirements:
-------------
*Ruby (of cause), specifically the rake package.
*xosd
*Laptop with Nvidia graphics card
Install
-------
To install run "sudo rake install".
Default directory is /usr/local/monitor_toggle.
To change this install dir, run "sudo rake install install_dir=<new_dir>"
Uninstall
---------
Run "sudo rake uninstall"
Version 0.6
* fix a major bug where toggling wasn't working right on my laptop. probing
for modelines before monitors where enabled. it caused X to crash.
Version 0.5
* Refactor code
Version 0.1
* Toggling occurs only when Fn+F7 is activated
* When 2 monitors are present
* Flip from LCD screen to External Screen
* Flip from External Screen to Clone Mode
* Flip From Clone Mode back to LCD Screen
* When 3 monitors are present
* Flip from LCD Screen to 2 external screens (prefers CRT-0 as primary screen) * Flip from External screen mode to LCD screen