linux:slack_4desktop
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:slack_4desktop [2025/01/12 11:01] – created azman | linux:slack_4desktop [2025/01/12 11:05] (current) – azman | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Little tips for better Slackware desktop experience. Most of these can be used in other Linux distributions as well. | Little tips for better Slackware desktop experience. Most of these can be used in other Linux distributions as well. | ||
| + | |||
| + | ===== Mplayer (gmplayer) runs without video window ===== | ||
| + | |||
| + | Double-clicking in file manager (Thunar) shows no video (audio is ok, so program is running). Running mplayer from command line is fine. Turns out gui version is gmplayer - running from console shows this error message < | ||
| + | |||
| + | So, just edit '' | ||
| + | |||
| + | ===== Mplayer and Xscreensaver ===== | ||
| + | |||
| + | //Note: **NOT** tested... just found this :-P// | ||
| + | |||
| + | Although the mplayer setting to disable xscreensaver has been selected, xscreensaver still runs! | ||
| + | |||
| + | Possible Solution: Edit '' | ||
| + | < | ||
| + | |||
| + | ===== Login issue ===== | ||
| + | |||
| + | When using xdm, login fails sometimes with error message '' | ||
| + | * append '' | ||
| + | |||
| + | ===== Audio issue when using ALSA ===== | ||
| + | |||
| + | The solution is [[https:// | ||
| + | |||
| + | * in short, ALSA using the HDMI output as default | ||
| + | * use alsamixer, [F6] select the card (the one that is NOT HDMI) and make sure output is not muted | ||
| + | * use aplay -l to identify the card/slot# and device# | ||
| + | * use '' | ||
| + | * modify '' | ||
| + | type hw | ||
| + | card < | ||
| + | } | ||
| + | | ||
| + | type hw | ||
| + | card < | ||
| + | | ||
| + | |||
| + | ===== Low volume when using ALSA ===== | ||
| + | |||
| + | As seen [[https:// | ||
| + | |||
| + | Check '' | ||
| + | pcm.!default { | ||
| + | type plug | ||
| + | slave.pcm " | ||
| + | } | ||
| + | |||
| + | pcm.softvol { | ||
| + | type softvol | ||
| + | slave { | ||
| + | pcm " | ||
| + | } | ||
| + | control { | ||
| + | name " | ||
| + | card 0 | ||
| + | } | ||
| + | min_dB -5.0 | ||
| + | max_dB 20.0 | ||
| + | resolution 6 | ||
| + | } | ||
| + | </ | ||
| + | Sometimes need '' | ||
linux/slack_4desktop.1736650910.txt.gz · Last modified: by azman
