Announcement

Collapse
No announcement yet.

AMD A8-7680 APU wont play nice so im stuck in safe graphics mode

Collapse
This topic has been answered.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    AMD A8-7680 APU wont play nice so im stuck in safe graphics mode

    Ok so its a fresh install of 26 04 lts had to do it in safe graphics mode. All installed no issue. Reboot got past the logo and black screen nothing no f keys or anything i could think of would work. Had to hard reset and Held shift key and modified the boot to nomodeset this got me to the log in and I changed the nano grub settings to the same. I can boot in now but the resolution is 800/600 and nothing fits on the screen LOL Help. Contrary to above I have no idea what im doing what little i know is from weeks of google and note taking LOL please explain a simply as you can as this may as well be in klingon for all i can understand.
  • Answer selected by Old and Confused at Aug 12, 2026, 05:12 AM.

    Update finally worked out how to set kernel 6.8 as default. Honestly 4 hours scratching my head trying to work out why it didnt work. Answer "" <these thing no where in any dam explanation or tutorial did it say you have to put the numbers inside not GRUB_DEFAULT=​1>4 but "1>4" and the starting the first kernel as kernel 0 was a nice touch as well................ Well its clonezilla to 3 different external devices so hopefully I never have to do this again lol

    Thanks everyone for your advice.

    Comment


      #2
      Try this instead of nomodeset

      Code:
      amdgpu.dc=0

      Please Read Me

      Comment


        #3
        Ty for reply

        Nope did on mint but not here. You get a load off coloured dots across the bottom off screen and it freezes.

        Comment


          #4
          Update. Tried a install of w10 on a spare ssd. Obviously it's not a solution but it did prove the hardware ok as everything works no issues at native resolution.

          Comment


            #5
            there is an issue with the new 7.0.0-28 kernel and AMD gpus... still unresolved as of -29, but i hear -27 works if you can get it.... my 24.04 repositories do not have the -27 so i would have to fall back to 6.17.0-40

            lucky for me the rx6800 gpu i'm running is not having any issues.

            some stuff i did: https://github.com/droidgoo

            Intel® Core™ i7-14700K | 64 GiB of RAM | AMD RX 6800

            Comment


              #6
              Ty I'll Google how to change kernel .... honestly when windows is easier to use ya know your in trouble.

              Comment


                #7
                Update. This was so easy on mint goto the update window select the kernel you want to load install it and switch so far i been trough 12 repository looking for a way to do it and useful (YER RIGHT) tools to assist. Thank the powers that be for clonezilla

                Im getting no where fast. This dam PC will not run with the apu at anything other 800/600 which is unusable as haft the dam buttons are always just off screen.

                I may have to go back to mint that presents 100 different problem but least i could see em in the correct resolution.(CRAZY LAUGH)

                Help

                Comment


                  #8
                  ok... let's see exactly what graphics hardware Linux sees
                  Boot into your working 800×600 desktop and open Konsole.​
                  run these 3 commands (in order) and paste the outputs

                  Code:
                  inxi -Gxx
                  Code:
                  lspci -nnk | grep -A3 -E 'VGA|3D|Display'
                  Code:
                  cat /proc/cmdline
                  we want to see whether the system is seeing the A8-7680's Radeon graphics as something like Radeon R7 / Kaveri, and whether the kernel is actually loading the radeon or amdgpu driver.​
                  ▁ ▂ ▄ ▅ ▆ ▇ █ ᄂIПЦX FӨЯ ᄂIFΣ █ ▇ ▆ ▅ ▄ ▂ ▁

                  Comment


                    #9
                    die.boer ty for the above but a update first. I got the silly machine after a day of fighting to download and use kernel 6.8 and swap command to amdgpu.dc=0

                    ​it all works. So now i need to see if I can convince it to stay on 6.8 and not upgrade and brick it again. How do i make it say on 6.8?

                    in answer to your questions
                    Graphics:
                    Device-1: Advanced Micro Devices [AMD/ATI] Wani [Radeon R5/R6/R7 Graphics]
                    driver: amdgpu v: kernel arch: GCN-3 ports:active: VGA-1
                    empty: DVI-D-1,HDMI-A-1 bus-ID: 00:01.0 chip-ID: 1002:9874
                    Display: wayland server: Xwayland v: 24.1.10 compositor: kwin_wayland
                    driver:gpu: amdgpu display-ID: 0
                    Monitor-1: VGA-1 model: Lenovo LEN D186wA res: 1366x768 hz: 60 dpi: 84
                    diag: 475mm (18.7")
                    API: EGL v: 1.5 platforms:device: 0 drv: radeonsi device: 1 drv: swrast
                    gbm:drv: kms_swrast surfaceless:drv: radeonsi wayland:drv: radeonsi x11:
                    drv: radeonsi
                    API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 26.0.3-1ubuntu1
                    glx-v: 1.4 direct-render: yes renderer: AMD Radeon R7 Graphics (radeonsi
                    carrizo ACO DRM 3.57 6.8.0-060800-generic) device-ID: 1002:9874
                    display-ID: :0.0
                    API: Vulkan v: 1.4.341 surfaces: N/A device: 0 type: integrated-gpu
                    driver: mesa radv device-ID: 1002:9874 device: 1 type: cpu
                    driver: mesa llvmpipe device-ID: 10005:0000
                    Info:Tools:api: clinfo, eglinfo, glxinfo, vulkaninfo
                    de: kscreen-console,kscreen-doctor wl: wayland-info x11: xdriinfo,
                    xdpyinfo, xprop, xrandr


                    00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Wani [Radeon R5/R6/R7 Graphic
                    s] [1002:9874] (rev e2)
                    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Radeon R7 Graphics [1002:1e20]
                    Kernel driver in use: amdgpu
                    Kernel modules: amdgpu


                    cat /proc/cmdline
                    BOOT_IMAGE=/boot/vmlinuz-6.8.0-060800-generic root=UUID=81ba0dbf-8d83-43c0-800c-8a5a9f29002e ro amdgpu.dc=0




                    Comment


                      #10
                      Update finally worked out how to set kernel 6.8 as default. Honestly 4 hours scratching my head trying to work out why it didnt work. Answer "" <these thing no where in any dam explanation or tutorial did it say you have to put the numbers inside not GRUB_DEFAULT=​1>4 but "1>4" and the starting the first kernel as kernel 0 was a nice touch as well................ Well its clonezilla to 3 different external devices so hopefully I never have to do this again lol

                      Thanks everyone for your advice.

                      Comment

                      Users Viewing This Topic

                      Collapse

                      There are 0 users viewing this topic.

                      Working...
                      X