Search:

Type: Posts; User: Yellow Pasque; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.22 seconds.

  1. Replies
    4
    Views
    5

    Re: how to find the right RAM?

    sudo dmidecode -t memory



    Mint 17 has been EOL and unsupported for 5 years now...
  2. Replies
    3
    Views
    4

    Re: Intel or AMD best for Ubuntu?

    Both the CPU's you list should work well with upcoming Ubuntu 24.04 LTS



    Note that "Xe" is a general marketing term and refers to different generations of hardware (kind of like "Centrino")....
  3. Re: Firefox video acceleration not working (tried following all relevant guides)

    Are you using a real Firefox package or the snap version?



    It's not relevant here. The old 'i915' kernel module still works and is what Ubuntu 22.04 users will be running (I don't know if 24.04...
  4. Replies
    5
    Views
    6

    Re: Nvidia 3060 support ?

    Ubuntu LTS releases come with the hwe kernel by default now.
  5. Re: No driver for Intel integrated graphics, Ubuntu 22.04.04 LTS

    Sorry, I botched the command I gave in the previous post.
  6. Replies
    5
    Views
    6

    Re: Nvidia 3060 support ?

    Yes, it should be supported once you install the available Nvidia 535.x driver.
    Even if not, latest Nvidia driver (550.x at the moment) is always available through:...
  7. Re: No driver for Intel integrated graphics, Ubuntu 22.04.04 LTS

    echo "options i915 force_probe=7d55" | sudo tee -a /etc/modprobe.d/i915.conf
    Reboot. Keep in mind that this isn't "officially stable" according to Intel, so if you have issues, revert the change (by...
  8. Re: No driver for Intel integrated graphics, Ubuntu 22.04.04 LTS

    You could always install a mainline kernel into your current 23.10: https://wiki.ubuntu.com/Kernel/MainlineBuilds
    https://kernel.ubuntu.com/mainline/v6.7.9/
    Remember, you have to turn off...
  9. Re: No driver for Intel integrated graphics, Ubuntu 22.04.04 LTS

    You can try force probe kernel option, or you can run the latest kernel: https://www.phoronix.com/news/Intel-MTL-Graphics-Linux-Stable
  10. Replies
    10
    Views
    11

    [ubuntu] Re: Ubuntu gpu driver issue

    Booting with 'nomodeset' guarantees the correct amdgpu driver doesn't get loaded. The Xorg log won't tell us anything useful in that case. Remove that from the boot line and reboot. If amdgpu module...
  11. Replies
    26
    Views
    27

    [ubuntu] Re: Building New Computer

    Wait. What case and motherboard are you talking about? The Rosewill Challenger S has one front USB 3.0 port from what I see. This is getting confusing. You started out talking about building a new...
  12. Replies
    26
    Views
    27

    [ubuntu] Re: Building New Computer

    It has 5.25" slots, so something like this: https://www.newegg.com/p/2VR-00G6-000H9?Item=9SIAERNBKW1664
    As Fu said, be careful with the headers. Some use 19-pin (sometimes called 20-pin though one...
  13. Replies
    26
    Views
    27

    [ubuntu] Re: Building New Computer

    The 8600G should work fine with Ubuntu 23.10 or later: https://www.phoronix.com/review/amd-ryzen5-8600g
    Exactly what components are you worried about in terms of future availability? I don't see it...
  14. Replies
    26
    Views
    27

    [ubuntu] Re: Building New Computer

    I wouldn't worry about it. If you're going to build with an efficient 65W chip like the 5600G or 8600G on a Bx50 mobo, you can probably get away without case fans as long as the case has decent...
  15. Replies
    4
    Views
    5

    Re: e1000e / Intel 82579LM issue

    I see some reports that igb module is interfering and/or that reinserting e1000e moduie might work, so you can try:

    sudo modprobe -v -r igb e1000e
    sudo modprobe -v e1000e
  16. Re: How to specify desktop type using command?

    Does this work?:

    echo $XDG_CURRENT_DESKTOP
  17. Replies
    23
    Views
    24

    Re: nvidia 390 driver on 23.04/23.10

    I've had multiple people tell me that the Jammy version of 390 in my PPA worked for them with 6.5, and while I don't have an Nvidia card to fully test it, I was able to verify that it builds/installs...
  18. Replies
    23
    Views
    24

    Re: nvidia 390 driver on 23.04/23.10

    It's out of date though, as it only works up to kernel 6.4.
    I made a PPA specifically to fix the issue. See: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/2051436
  19. [kubuntu] Re: No audio on ASUS ROG Strix G814JI and realtek ALC294

    The change was added in 6.7-rc7, so if you want to try it:
    https://kernel.ubuntu.com/mainline/v6.7.2/

    You may need to turn off SecureBoot or find some way to sign the kernel. I don't know. Don't...
  20. [kubuntu] Re: No audio on ASUS ROG Strix G814JI and realtek ALC294

    Support wasn't added until kernel 6.7: https://github.com/torvalds/linux/commit/a40ce9f4bdbebfbf55fdd83a5284fbaaf222f0b9
  21. [ubuntu] Re: A4-4300M with Radeon HD 7420G drivers for Ubuntu 22.04 LTS OS

    When you purge the PPA, you are reverting to the standard version of the packages. So the output you showed was not proposing complete removal of packages, but instead, it was downgrading the...
  22. Replies
    8
    Views
    9

    [ubuntu] Re: Sound not working on 22.04.3 LTS

    Maybe hdajackretask is what you're looking for.

    sudo apt-get install alsa-tools-gui
    hdajackretask
  23. Re: How can I force an application to run with my dedicated Nvidia GPU using open sou

    You should be able to use DRI_PRIME=1. See if this returns info from the Nvidia card:

    DRI_PRIME=1 glxinfo -B

    That said, even if DRI_PRIME works, the Nvidia card may be stuck on low clock speed...
  24. [ubuntu] Re: A4-4300M with Radeon HD 7420G drivers for Ubuntu 22.04 LTS OS

    Oh, so you are referring to this message?:


    Yes, follow those directions before you upgrade to 24.04. In fact, you could even remove the PPA now if you wanted. It was not necessary to add the PPA...
  25. [ubuntu] Re: A4-4300M with Radeon HD 7420G drivers for Ubuntu 22.04 LTS OS

    All you needed to do to get glxinfo was install mesa-utils:

    sudo apt-get install mesa-utils
    And I don't remember ever seeing a message that you need to remove that before you upgrade (and I've...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4