mirror of
				https://github.com/tiyn/wiki.git
				synced 2025-10-31 10:21:16 +01:00 
			
		
		
		
	linux: x11 added screen blanking notice | voicechat added noise cancellation
This commit is contained in:
		
							
								
								
									
										9
									
								
								wiki/linux/voicechat.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								wiki/linux/voicechat.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | # Voicechat | ||||||
|  |  | ||||||
|  | There is various software to use to chat with other persons. | ||||||
|  |  | ||||||
|  | ## Noise cancellation | ||||||
|  |  | ||||||
|  | Noise cancellation can be achieved by installing | ||||||
|  | [Noisetorch](https://github.com/lawl/NoiseTorch). | ||||||
|  | After the installation modify the `Voice Activation Threshhold` to your needs. | ||||||
| @@ -21,4 +21,17 @@ Section "Device" | |||||||
| EndSection | EndSection | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| This was found on [maketecheasier](https://www.maketecheasier.com/get-rid-screen-tearing-linux). | This was found on | ||||||
|  | [maketecheasier](https://www.maketecheasier.com/get-rid-screen-tearing-linux). | ||||||
|  |  | ||||||
|  | ## Disable Screen Blanking | ||||||
|  |  | ||||||
|  | To save power the screen is set to turn black after a given amount of time. | ||||||
|  | This can be disabled temporarily by running `xset s off` or permanently by | ||||||
|  | adding the following lines to your `/etc/X11/xorg.conf`: | ||||||
|  |  | ||||||
|  | ```txt | ||||||
|  | Section "ServerFlags" | ||||||
|  |     Option "BlankTime" "0" | ||||||
|  | EndSection | ||||||
|  | ``` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user