mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 19:57:59 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/fbset
Normal file
21
tldr/linux/fbset
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fbset
|
||||
|
||||
> Show and modify frame buffer device settings.
|
||||
> More information: <https://manned.org/man/fbset.1>.
|
||||
|
||||
- Show current framebuffer settings:
|
||||
|
||||
`sudo fbset {{[-i|--info]}}`
|
||||
|
||||
- Set a framebuffer mode defined in `/etc/fb.modes`:
|
||||
|
||||
`sudo fbset "{{800}}x{{600}}-{{60}}"`
|
||||
|
||||
- Set an arbitrary framebuffer mode:
|
||||
|
||||
`sudo fbset {{TTY_horizontal}} {{TTY_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}`
|
||||
Reference in New Issue
Block a user