Search found 617 matches
- Thu Apr 17, 2025 3:48 am
- Forum: MX Help
- Topic: speed populating file browser window - MX 23 vs MX 19
- Replies: 6
- Views: 319
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: 413
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: 1635
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: 130
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: 574
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 HW ...
- Sat Dec 21, 2024 12:27 pm
- Forum: Hardware /Configuration
- Topic: [SOLVED] Firefox Hardware Acceleration on Ivy Bridge CPU
- Replies: 10
- Views: 574
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 ...
- Sun Dec 15, 2024 11:12 am
- Forum: Older Versions
- Topic: Executing appimage files
- Replies: 13
- Views: 580
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/appimage ...
- Fri Dec 13, 2024 8:58 am
- Forum: XFCE Desktop Environment
- Topic: Keys to try if system locks? (xfce) [Solved]
- Replies: 5
- Views: 253
Re: Keys to try if system locks? (xfce) [Solved]
If your system locks up, you can try 'moving' to another tty (command line) session by using Ctrl + Alt + Fn (where n=1-7, I think) rather than just shutting down. A normal boot brings you to a session on tty7 so if that session has hung or crashed, you can normally move to another session and run ...
- Tue Dec 03, 2024 7:33 am
- Forum: Software / Configuration
- Topic: How do you edit the grub menu by hand? [Solved]
- Replies: 36
- Views: 845
Re: How do you edit the grub menu by hand? [Solved]
I can confirm that grub-customizer is in Debian 12 repos. I know you said you don't want to go back to grub-customizer but what you could also do is: 1) install grub-customizer, 2) make the changes you want 3) have a look at the new grub.cfg that grub-customizer has generated (copy or save it) 4 ...
- Tue Dec 03, 2024 3:12 am
- Forum: Software / Configuration
- Topic: How do you edit the grub menu by hand? [Solved]
- Replies: 36
- Views: 845
Re: How do you edit the grub menu by hand? [Solved]
The grub.cfg file is generated from a combination of other files found in: 1) /boot/ (kernels and initrd are stored here - feel free to have a look. It might surprise you what old kernels you still have lying around) 2) /etc/grub.d/ (snippets/small files) this is where the config file is getting ...