Search found 620 matches
- Sat Jun 14, 2025 8:23 am
- Forum: XFCE Desktop Environment
- Topic: Xfce configs screwed up: unusable [Solved]
- Replies: 15
- Views: 471
Re: Xfce configs screwed up: unusable [Solved]
Some detail
Hers was the only user on the machine, so I had to create two new users, as the User Manager would not let me do the copy to the active user (for good reason!).
Since the drive doesn't have enough free space to make a copy of all her files, plus the chances of it being related to ...
- Fri Jun 13, 2025 5:31 pm
- Forum: MX Help
- Topic: speed populating file browser window - MX 23 vs MX 19
- Replies: 7
- Views: 402
Re: speed populating file browser window - MX 23 vs MX 19
I've just had a thought. Could it be:
1) you are using encryption in mx21/mx23
2) turned on some form of zram/compression in mx21/mx23
1) you are using encryption in mx21/mx23
2) turned on some form of zram/compression in mx21/mx23
- Fri Jun 13, 2025 5:21 pm
- Forum: MX Help
- Topic: Recommended way to change CPU governor (MX23)
- Replies: 5
- Views: 201
Re: Recommended way to change CPU governor (MX23)
I use cpupower to set it at login time.
1. Create a script using the following:
#!/bin/bash
#change the governor to performance using cpupower (needs to be installed: linux-cpupower)
cpupower frequency-set --governor performance
2. save it anywhere and make it executable.
3. add it to ...
1. Create a script using the following:
#!/bin/bash
#change the governor to performance using cpupower (needs to be installed: linux-cpupower)
cpupower frequency-set --governor performance
2. save it anywhere and make it executable.
3. add it to ...
- Thu Apr 17, 2025 3:48 am
- Forum: MX Help
- Topic: speed populating file browser window - MX 23 vs MX 19
- Replies: 7
- Views: 402
Re: speed populating file browser window - MX 23 vs MX 19
I'm quite happy to continue using MX 19 for music, and I don't need to go online with it so updating is not an issue for me
You can get FREE extended support for another 5 years if you disable your old debian repos and just add this single to a new file in the /etc/apt/sources.list.d:
deb http ...
- Sun Feb 16, 2025 11:21 am
- Forum: MX Help
- Topic: Services "enabled at boot but, not running"
- Replies: 13
- Views: 427
Re: Services "enabled at boot but, not running"
Could it be some kind of safe mode, like a lower runlevel with limited processes? Another thing I can think of is you deleted a lot of the binaries when you removed nvidia related stuff so systemd or sysv init can't find the services to run
- Sun Feb 16, 2025 10:47 am
- Forum: General
- Topic: Be Gratful for what you have ...
- Replies: 30
- Views: 1741
Re: Be Gratful for what you have ...
I'm going to jump in here and also thank all the members of the forum and general users of MX that also spend a lot of time solving problems, highlighting issues or suggesting improvements too. It takes an entire community (even multiple communities inc our sister community, antiX) to produce and ...
- Thu Jan 23, 2025 2:35 pm
- Forum: MX Help
- Topic: Internal Webcam not working
- Replies: 7
- Views: 131
Re: Internal Webcam not working
What app are you using to access your webcam?
I'm using cheese/guvcview.
I'm using cheese/guvcview.
- Mon Dec 30, 2024 11:18 am
- Forum: Hardware /Configuration
- Topic: [SOLVED] Firefox Hardware Acceleration on Ivy Bridge CPU
- Replies: 10
- Views: 676
Re: [SOLVED] Firefox Hardware Acceleration on Ivy Bridge CPU
I hope you don't mind me fielding this one @Eadwine Rose. Although it might not be in the scope of my original question, I think I have an answer.
Hey @BitterTruth--friend, it's alright to feel frustrated, and if we research a bit further we can find a reason behind why Firefox is not permitting ...
- Sat Dec 21, 2024 12:27 pm
- Forum: Hardware /Configuration
- Topic: [SOLVED] Firefox Hardware Acceleration on Ivy Bridge CPU
- Replies: 10
- Views: 676
Re: [SOLVED] Firefox Hardware Acceleration on Ivy Bridge CPU
Thank you very much for this post. Glad you got your issue resolved. However, I just realised that for years, my x201 has not been using the gpu for hardware acceleration!!!!
I'm so angry right now because I remember spending ages trying to make sure I had the proper graphics drivers and settings ...
I'm so angry right now because I remember spending ages trying to make sure I had the proper graphics drivers and settings ...
- Sun Dec 15, 2024 11:12 am
- Forum: Older Versions
- Topic: Executing appimage files
- Replies: 13
- Views: 714
Re: Executing appimage files
I use the following method for libreoffice:
1) download the appimage
2) make it executable
3) create a .desktop file for it in /home/user/.local/share/applications so that it shows up in the menu
use this template:
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/path/to ...
1) download the appimage
2) make it executable
3) create a .desktop file for it in /home/user/.local/share/applications so that it shows up in the menu
use this template:
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/path/to ...