Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 263 matches

by CynicalDebian
2023-08-25 06:44
Forum: Beginners Questions
Topic: [Solved] How to Make Alias Command?
Replies: 13
Views: 3101

Re: How to Make Alias Command?

Alias is better thought of as renaming an existing command. A better way is to use your private bin to store your scripts. $ mkdir --parents ~/.local/bin My preference is usually to symlink from bin to where my binary/script is located, but you can also just place the script directly in it. $ ln -s ...
by CynicalDebian
2023-08-24 06:35
Forum: Off-Topic
Topic: [Discussion] Introducing Myself! I hope I am Welcome!
Replies: 13
Views: 8845

Re: [Discussion] Introducing Myself! I hope I am Welcome!

Can it be done as just an update/upgrade without reinstalling the OS and reinstalling the apps I installed? Yes, Debian makes a good faith effort to insure a clean upgrade path between stable releases, which cannot be said of other Deb based distros like Mint or Ubuntu. The release notes will conta...
by CynicalDebian
2023-08-23 18:49
Forum: Hardware
Topic: [Hardware] Possible missing firmware nvidia
Replies: 10
Views: 3780

Re: [Hardware] Possible missing firmware nvidia

Code: Select all

# apt install firmware-misc-nonfree
?
by CynicalDebian
2023-08-21 17:02
Forum: General Questions
Topic: [Solved] How to get user in /etc/sudoers??
Replies: 15
Views: 2094

Re: [Solved] How to get user in /etc/sudoers??

Well, over in openSUSE where I spend much of my time, they don't have "su -" they just have "su" to get to root. You sure? Or maybe system binaries are in /usr/bin rather than /usr/sbin, or /usr/sbin is added to regular users path. su is provided by util linux so the behavior sh...
by CynicalDebian
2023-08-18 05:34
Forum: General Questions
Topic: [Software] tasksel: apt-get failed (100) - held broken packages but --fix-broken does nothing.Looking for Apt expert.
Replies: 26
Views: 6298

Re: [Software] tasksel: apt-get failed (100) - held broken packages but --fix-broken does nothing.Looking for Apt expert

The problem: Many upstream developers also have a strange fascination with LARPING as a distro mantainer and will ship libraries that already exist in Debian. Basically always these newer library versions aren't necessary. For an example, Signal, I have seen this many times. All is usually fine, but...
by CynicalDebian
2023-08-13 19:55
Forum: Testing And Unstable
Topic: [Testing - Trixie] Updates Fail
Replies: 1
Views: 816

Re: [Testing - Trixie] Updates Fail

https://docs.waydro.id/usage/install-on-desktops

Ideally Waydroids install script should add keys for you automatically for the repo. Please let us know what you have already tried.
by CynicalDebian
2023-08-13 19:51
Forum: Testing And Unstable
Topic: [Testing - Trixie] Installing VirtualBox-7.0 in Trixie/Sid
Replies: 4
Views: 2208

Re: [Testing - Trixie] Installing VirtualBox-7.0 in Trixie/Sid

Also, as Sid now packages the dfsg-compatible version of VirtualBox, we may expect it to be available in other repos as well, such as Bookworm, Trixie, etc. Hope this is the case. Seems the issue with packaging Virtualbox for Stable is Oracle is uncooperative on backporting security fixes/tagging s...
by CynicalDebian
2023-08-13 09:10
Forum: Off-Topic
Topic: List of your linux Apps
Replies: 441
Views: 592918

Re: List of your linux Apps

pizza-rat wrote: 2023-08-11 08:05 redshift - f.lux on linux. Can't live without it, sorry Wayland
On Wayland I use gammastep
https://packages.debian.org/testing/gammastep
by CynicalDebian
2023-08-13 03:29
Forum: Testing And Unstable
Topic: [Testing - Trixie] Installing VirtualBox-7.0 in Trixie/Sid
Replies: 4
Views: 2208

Re: [Testing - Trixie] Installing VirtualBox-7.0 in Trixie/Sid

Yes... and will Oracle mantain their repo to continue working with Trixie or Sid? Probably not. Will Oracle ship libraries that already exist in Debian leading to breakage? Most definitely. Can Oracle be trusted not to allow malware to be uploaded to their repo? Who knows! Best to build from source ...
by CynicalDebian
2023-08-11 04:36
Forum: General Questions
Topic: [Half-Solved] All Video Output Stops Working when Switching to TTY or Suspending the System (Nvidia proprietary driver)
Replies: 9
Views: 496

Re: [Half-Solved] All Video Output Stops Working when Switching to TTY or Suspending the System (Nvidia proprietary driv

@scooper32

Welp, I can't see anything your logs. :( You could try rolling Trixie once driver 530 makes its way from experimental in hopefully a couple more weeks. Sorry I couldn't help.
by CynicalDebian
2023-08-11 00:51
Forum: General Questions
Topic: [Half-Solved] All Video Output Stops Working when Switching to TTY or Suspending the System (Nvidia proprietary driver)
Replies: 9
Views: 496

Re: [Half-Solved] All Video Output Stops Working when Switching to TTY or Suspending the System (Nvidia proprietary driv

scooper32 Nvidia... nvidia... Easiest way to use driver 470 in Bookworm is... # apt install nvidia-tesla-470-driver Which won't lead to dependency issues down the line. Is your "monitor" a TV? Sometimes TVs have a "PC" mode that is known to clear up strange hdmi behavior. If not...
by CynicalDebian
2023-08-10 08:01
Forum: General Questions
Topic: [Half-Solved] All Video Output Stops Working when Switching to TTY or Suspending the System (Nvidia proprietary driver)
Replies: 9
Views: 496

Re: All Video Output Stops Working when Switching to TTY or Suspending the System (Nvidia proprietary driver)

If I'm understanding this right, does this mean that the "fake" integrated GPU is not being created by the driver or not working? Hmm, things are worse than what was once thought. Sadly my guess is not correct and is not related to your problem. Now I am thinking you probably use an HDMI ...
by CynicalDebian
2023-08-10 04:36
Forum: General Questions
Topic: [Half-Solved] All Video Output Stops Working when Switching to TTY or Suspending the System (Nvidia proprietary driver)
Replies: 9
Views: 496

Re: All Video Output Stops Working when Switching to TTY or Suspending the System (Nvidia proprietary driver)

My guess is you have an integrated graphics card aswell. $ inxi -G Will confirm this. NVIDIA propietary driver has poor integration with the modern linux graphic stack and does not create a real framebuffer device at /dev/fb# like Nouveau does. If it sees there is no integrated graphics cards it wil...
by CynicalDebian
2023-08-08 07:20
Forum: Hardware
Topic: Radeon RX 7000 Series Working ??? (Bookworm)
Replies: 24
Views: 3009

Re: Radeon RX 7000 Series Working ??? (Bookworm)

Barujin I have a feeling you read partially through my post, and then you just stopped reading. Wow.The best example of a critical setting is Anisotropic Filtering. I gave an example of this: Sometimes it's nice to be able to force anti-aliasing or vsync or whatever, but there are workarounds to do...
by CynicalDebian
2023-08-08 00:02
Forum: Hardware
Topic: Radeon RX 7000 Series Working ??? (Bookworm)
Replies: 24
Views: 3009

Re: Radeon RX 7000 Series Working ??? (Bookworm)

No, I want a version of the video card's software that's designed by AMD to be made to run on Linux with everything being made by AMD, not Linux developers. Why do I need to explain this? So the Radeon control panel or whatever its called is mainly just a glorified driver-update manager with a sett...
by CynicalDebian
2023-08-05 20:28
Forum: Hardware
Topic: [Solved] Nouveau Nvidia Optimus: loading nvidia's modules before nouvaeu
Replies: 4
Views: 488

Re: Nouveau Nvidia Optimus: loading nvidia's modules before nouvaeu

The guide for using Optimus/Prime says xrandr output should be this That's not *really* what it says, you are misinterpeting it. The important thing is for there to be two providers, not the specific names of the cards, what you would say if you had an AMD iGPU? As you can see the output doesn't co...
by CynicalDebian
2023-08-03 21:13
Forum: Beginners Questions
Topic: [Software] Debian 12 does not "wake" after "lid close"
Replies: 15
Views: 4581

Re: [Software] Debian 12 does not "wake" after "lid close"

Crunchy GUI, enemy of troubleshooting and creator of false problems!! Just some thoughts Use SysRQ to shutdown with: alt + prtscr + S alt + prtscr + U alt + prtscr + B "Sync, Unmount, Reboot". GDM is frozen, but why? # journalctl -b # journalctl -b -u gdm Might have some info on why GDM d...
by CynicalDebian
2023-07-30 03:03
Forum: Beginners Questions
Topic: [Solved] APT issues just starting out. Hope this is a simple fix.
Replies: 7
Views: 882

Re: APT issues just starting out. Hope this is a simple fix.

Code: Select all

# apt edit-sources
If you are using a network mirror you can safely comment out the cd source.
by CynicalDebian
2023-07-26 15:39
Forum: General Questions
Topic: [Software] Wine does not seem to see my GPU
Replies: 10
Views: 6824

Re: [Software] Wine does not seem to see my GPU

https://i.postimg.cc/yNdWZPvZ/halotwo.png Here is Halo Two running on Wine 8.0 on Bookworm with absolutely no winetricks used at all. As you can see though it is the modded version, I probably obtained it through Internet Archive. If you have an actual retail copy, perhaps there could be a differen...
by CynicalDebian
2023-07-26 14:26
Forum: General Questions
Topic: [Software] Wine does not seem to see my GPU
Replies: 10
Views: 6824

Re: [Software] Wine does not seem to see my GPU

I cannot imagine how a change of desktop could be the culprit but I guess anything's possible. Wayland, or X? What desktop? $ xrandr I did the fresh 32-bit install and I have the same result. I can make it into a menu but anytime I try to load into the game it will crash and spit out errors about v...