User Tools

Site Tools


linux:powersave:cursor-blink

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:powersave:cursor-blink [2019/08/16 09:02] oscarlinux:powersave:cursor-blink [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Cursor blink off ====== 
-Blinking cursur uses an interupt and increased power usage.There are 2 options to turn this off: 
-===== 1. Framebuffer configuration ===== 
-<code> 
-# echo 0 > /sys/class/graphics/fbcon/cursor_blink 
-</code> 
-This command can be executed on startup by adding the command to a systemd unit. It can be included in the powertop optimatization service ("powersave.service"). 
- 
-===== 2. Kernel parameter ===== 
-Setting Kernel parameter vt.global_cursor_default=0 
-<code> 
-# nano /etc/default/grub 
- 
-Add vt.global_cursor_default=0 to the following line in: 
-GRUB_CMDLINE_LINUX_DEFAULT="quiet vt.global_cursor_default=0" 
- 
-Update grub and reboot 
-# update-grub 
-</code> 
  
linux/powersave/cursor-blink.1565946177.txt.gz · Last modified: (external edit)