File: README

package info (click to toggle)
i810switch 0.6.5-7.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 268 kB
  • ctags: 326
  • sloc: ansic: 1,483; makefile: 87; sh: 9
file content (40 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download | duplicates (4)
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

				i810switch

[09Jun05] added i915 support (experimental!).

i810switch enables/disables the output to the CRT display and LCD,
depending on the i810 graphics controller hardware.

Options are self-explaining:

  Usage: i810switch [crt on/off] [lcd on/off]
         or
         i810switch probe

`crt' enables/disables the output to CRT display. 
`lcd' enables/disables the output to LCD.

`probe' displays a register dump of the graphics controller.

With no options, it displays the current output status.

** remark (1) **
i810switch utilizes a program `lspic'. For security, the search path
for lspic is restricted to "PATH=/sbin:/usr/sbin:/bin:/usr/bin". The
functionality of lspcidrake, which is a variant of lspci, is not
enough for this program. lspci is included in pcitools package.

** remark (2) **
i855 users who have flickering problems may want to try the i855crt
project to see if that works better.

i810rotate is a shell script that changes the output state as the
following:

  +-> LCD -> LCD&CRT -> CRT -+
  |                          |
  +--------------------------+

Enjoy!