Skip to content

Commit

Permalink
update(linux-monitor): command getting monitor info
Browse files Browse the repository at this point in the history
issue #104
  • Loading branch information
sabertazimi committed Dec 6, 2018
1 parent 3eac78d commit 5057fc6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions programming/linux/linuxBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
- [history](#history)
- [ctrl-r](#ctrl-r)
- [History Shortcuts](#history-shortcuts)
- [Driver Command](#driver-command)
- [Device Command](#device-command)
- [Monitor Info](#monitor-info)
- [Touchpad Synaptics](#touchpad-synaptics)
- [并行命令](#并行命令)
- [Other Command](#other-command)
Expand Down Expand Up @@ -975,7 +976,14 @@ press ctrl-r 提示符改变,显示我们正在执行反向增量搜索。
|Alt-n|向前搜索,非增量|
|Ctrl-o|执行历史列表中的当前项,并移到下一个|

### Driver Command
### Device Command

#### Monitor Info

```bash
sudo apt-get install read-edid
sudo get-edid | parse-edid
```

#### Touchpad Synaptics

Expand Down

0 comments on commit 5057fc6

Please sign in to comment.