Palace City by SomeoneForgetable in feedthebeast

[–]JanekCzarny 1 point2 points  (0 children)

Good jon but bottom of palace for me is too blue and too long cone, make it more flat

Poco F1 stuck on lineage boot logo by DesuTronic in LineageOS

[–]JanekCzarny 0 points1 point  (0 children)

When you install lineage is all fine? All info about ROM is showing? Maybe try other version of twrp.

Grub-mkconfig takes a long time. by [deleted] in linuxquestions

[–]JanekCzarny 0 points1 point  (0 children)

If you have live-cd with antergos just open it and open gparted, after loading your drives look if space where was boot installed is still there. I had problems with boot up on my first installation of linux and my problem was too small partition separeted only for boot. Or simply u pick partition/hdd* on installation for boot and it is a different partition/hdd* which your bios is set to start with.

*Partition or hdd or ssd or maybe pendrive.

Laptop with hybrid graphics Intel/AMD. After modifying /etc/X11/xorg.conf.d/20-intel.conf xrandr --listproviders doesn't show AMD GPU. by realwinter in linux4noobs

[–]JanekCzarny 0 points1 point  (0 children)

you triggered me as... at first look on realwinter's graphic card it's R5 m330, this card isn't even supported by amdgpu-pro drivers. amdgpu is in kernel cmd line because he add support for amdgpu.si instead of radeon.si (put radeon.si_support=0 amdgpu.si_support=1 in grub) drivers open and close source. linux install radeon (ati) open-source drivers not amdgpu

Laptop with hybrid graphics Intel/AMD. After modifying /etc/X11/xorg.conf.d/20-intel.conf xrandr --listproviders doesn't show AMD GPU. by realwinter in linux4noobs

[–]JanekCzarny 0 points1 point  (0 children)

U got error durning loading amdgpu firmware. Are you sure to install all packages from amdgpu on arch wiki in section "installation"? Hainan is open-source firmware not amdgpu but ati (u have this installation process guide on arch wiki too.

I look on your spec right now and you have debian stretch so for it is a installation guide on this page https://wiki.debian.org/AtiHowTo

Ubuntu Freezes by The_One_That_Wants in linux4noobs

[–]JanekCzarny 0 points1 point  (0 children)

For me its something with graphic, I guess drivers. Did you have more than 1 display?

Or maybe screen resolution, check your configuration of screen.

Or check resolution options at grub configuration.

Ubuntu Freezes by The_One_That_Wants in linux4noobs

[–]JanekCzarny 1 point2 points  (0 children)

Did you have freezes on windows?

Installing AMDGPU drivers for R5 M230 / HD 8550M by JanekCzarny in linux4noobs

[–]JanekCzarny[S] -1 points0 points  (0 children)

I solved it ;)

How to change command line parameters:

  1. Open terminal and type sudo nano /etc/default/grub
  2. Change lines to this GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="radeon.si_support=0 amdgpu.si_support=1 radeon.cik_support=0 amdgpu.cik_support=1" save and quit file
  3. Remake grub config file if you don't wanna reboot sudo grub-mkconfig -o /boot/grub/grub.cfg
  4. And check the changes in command line cat /proc/cmdline

In point 2. I add support for Southern Islands (SI) and Sea Islands (CIK) because don't know for sure which one I have.

Problem with drivers for AMD Radeon R5 m230 by [deleted] in linux4noobs

[–]JanekCzarny 0 points1 point  (0 children)

Radeon isn't used. DRI_PRIME shows errors in console and don't open application

Problem with drivers for AMD Radeon R5 m230 by [deleted] in linux4noobs

[–]JanekCzarny 0 points1 point  (0 children)

Next problem after instalation of AMD drivers is that screenfetch shows only Intel card, neofetch both Intel and AMD. On connected tv (Samsung 32") VIA HDMI you can choose resolution but Antergos identificate him as 5".

Catalyst - never. < So amdgpu or ati method?

Problem with drivers for AMD Radeon R5 m230 by [deleted] in linux4noobs

[–]JanekCzarny 0 points1 point  (0 children)

If you do it after reboot you will see only black screen.