Cannot enter desktop on AMD A-Series X2 A4-3300

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
lennoney

Cannot enter desktop on AMD A-Series X2 A4-3300

Post by lennoney »

CPU: AMD A-Series X2 A4-3300, video card: ati hd6410 cpu buildin.

Compatible mode install linuxmint 13. (cannot enter desktop in normal mode.)
But, installed system and reboot, cannot enter desktop.

Help please, thanks!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
lennoney

Re: Cannot enter desktop on AMD A-Series X2 A4-3300

Post by lennoney »

I found a imperfect way. Refer compatible mode by bootable USB disk.

First, boot mint from USB disk with compatible mode.
Into desktop run:
ubuntu@ubuntu:~$ sudo -i
root@ubuntu:~# mkdir /mnt/chroot
root@ubuntu:~# mount /dev/sda1 /mnt/chroot
root@ubuntu:~# mount -o bind /dev /mnt/chroot/dev
root@ubuntu:~# mount -o bind /sys /mnt/chroot/sys
root@ubuntu:~# mount -o bind /proc /mnt/chroot/proc
root@ubuntu:~# chroot /mnt/chroot

Vi /etc/default/grub.cfg
Add below contents:
xforcevesa nomodeset b43.blacklist=yes noapic noapci irqpoll
:wq

root@ubuntu:/# update-grub

Reboot and boot from local disk.

Problem:
video card performance is not good.

I try install video driver for Linux from www.amd.com and restricted driver from system, but not succeed.
Locked

Return to “Installation & Boot”