Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: I can't open the display server or use graphical programs/load desktop environments

  1. #21
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: I can't open the display server or use graphical programs/load desktop environmen

    So the connections are made. The only thing left is the graphics driver... and it is 'amdgpu' (Tonga PRO [Radeon R9 285/380]), which the driver is internal in the Linux kernel.

    Confirm a few thing for me, that we have tried or not, so we can try other things:

    • You have tried the rescue menu to try to boot with safe graphics.
    • You have edited the Linux boot line and used 'nomodeset' as a boot parameter
    • You have edited the Linux boot line and used 'amdgpu.dc=0' as a boot parameter.



    For graphics, you have: Tonga PRO [Radeon R9 285/380]

    In current Linux Kernel (where the amdgpu driver is) and Newer AMD graphics, while using the 'amdgpu' driver, DT is needed, so in the newer kernels, DT is set to be on by default. But your card does not support that... So DT on yours, not for your graphics card and older AMD/Radeon GPU's, DT needs to be turned off. It is a translation layer in newer AMD graphics cards, which used to be referred to as DAL.

    Your GPU card does not support that... So it should be put into the /etc/default/grub file, line "GRUB_CMDLINE_LINUX_DEFAULT" after quiet splash, add 'amdgpu.dt=0', save/exit, and run 'update-grub'... So that it turns that off for your video card... Try that in this way and see if it helps. If it helps or not for this current problem... It eventually needs to be set this way anyways.
    Last edited by MAFoElffen; March 10th, 2022 at 10:30 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  2. #22
    Join Date
    Feb 2016
    Location
    England
    Beans
    37
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: I can't open the display server or use graphical programs/load desktop environmen

    The 'amdgpu.dc=0' line got it working . I've added the line in my GRUB file and now I can use graphics and desktop environments again. Do you know what could have made DT turn on?
    Last edited by ash22; March 13th, 2022 at 03:27 PM.

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •