#Switching Between Integrated graphic driver and Dedicated graphic drive ( Intel Arc )
812 messages · Page 1 of 1 (latest)
what it does?
switch from integrated GPU to dedicated
hey anyone can help? i was searching video about changing gpu's integrated and dedicated , i did run this command ```perspective@perspective-Laptop:~$ inxi -G
Graphics:
Device-1: Intel Alder Lake-P GT1 [UHD Graphics] driver: i915 v: kernel
Device-2: Intel driver: i915 v: kernel
Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting
unloaded: fbdev,vesa gpu: i915 resolution: 1920x1080~144Hz
OpenGL: renderer: Mesa Intel Graphics (ADL GT2)
v: 4.6 Mesa 23.2.1-1ubuntu3.1~22.04.2
perspective@perspective-Laptop:~$ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x44 cap: 0x9, Source Output, Sink Offload crtcs: 4 outputs: 2 associated providers: 0 name:modesetting
perspective@perspective-Laptop:~$
like?
how i change to integrated then?
can u tell me i am new , just installed linux yesterday
always uses that be default if in a laptop
that's all g
no it using dedicated
the light on my laptop

that means nothing. i have a light on my laptop and that doesn't indicate my GPU in use
its red means laptop using dedicated gpu and if its white means it using integrated gpu
maybe your not working but mine do work
i can by the heat my laptop producing
and battery consumption
Switching from an Intel integrated GPU to a dedicated Intel GPU on Linux involves a few steps. Here's a general guide to help you make the switch:
-
Identify Your GPUs:
First, you need to identify the integrated and dedicated GPUs in your system. You can do this by running the following command in the terminal:lspci | grep VGA -
Install Proper Drivers:
Ensure that you have the correct drivers installed for your dedicated GPU. For Intel GPUs, the drivers are usually included in the kernel, but you can check for additional drivers using:sudo ubuntu-drivers autoinstall -
Configure PRIME:
PRIME is a technology used in Linux to manage multiple GPUs. You can use theprime-selectcommand to switch between GPUs. To switch to the dedicated GPU, you can use:sudo prime-select intelAnd to switch back to the integrated GPU:
sudo prime-select intel -
Verify the Switch:
After switching, you can verify which GPU is active by checking the configuration with:prime-select query -
Reboot:
A reboot might be necessary for the changes to take effect.
Remember, the exact steps can vary depending on your Linux distribution and the specific configuration of your system. If you encounter any issues, it might be helpful to consult the documentation for your distribution or seek assistance on Linux forums¹².
Please note that the steps provided are for informational purposes and it's important to understand the commands and their implications before running them on your system. If you're not comfortable with the command line or system configuration, it might be best to seek help from someone with more experience.
Someone used ai
Anyway, try this
If it fails, u can follow my steps to remove nvidia drivers and force it to use igpu
it doesn't need nvidia drivers
Wdym
yes i used ai cause the search engine was frustrating
Isn't the laptop defaulting to the nvidia gpu
intel
no they have an intel dedicated GPU and intel integrated GPU
arc if this help
:(
Never seen an arc gpu inside a laptop
^ this is why i asked copilot/chatGPT for help
Ah okay
perspective@perspective-Laptop:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P GT1 [UHD Graphics] (rev 0c)
perspective@perspective-Laptop:~$
that's your integrated GPU
means?
it is using the correct driver in the first place
So we just need to force the pc to switch to it
Everything is already installed ig
hang on. it is already on your integrated GPU are you sure you aren't misunderstanding whats going on?
it would say intel arc if it was the dedicated GPU in use
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P GT1 [UHD Graphics] (rev 0c)
perspective@perspective-Laptop:~$ sudo ubuntu-drivers autoinstall
[sudo] password for perspective:
All the available drivers are already installed.
perspective@perspective-Laptop:~$ sudo prime-select intel
sudo: prime-select: command not found
perspective@perspective-Laptop:~$ prime-select query
Command 'prime-select' not found, but can be installed with:
sudo apt install nvidia-prime
perspective@perspective-Laptop:~$
nop
Alder Lake-P is you integrated GPU
i donno if it is doing something but my dedicated is being used because my pc heating + battery + red light on power button
they aren't understanding their integrated GPU is in use look at the VGA output
So is the laptop battery just bad
yep
nope heating
Whatever it is
sudo apt install lm_sensors
- red light (means dedicated is using)
Dedicated is probably still receiving power mate
It just means that linux and bios aren't communicating properly
thats why i need to turn off
do you possibly have something like steam or discord open?
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package lm_sensors
perspective@perspective-Laptop:~$
yeah steam have but not opened for now
Hmmm
sudo apt install lm-sensors
I just think the light is on cause ur pc doesn't understand linux, but the gpu is actually off
is it sitting in the tray?
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
lm-sensors is already the newest version (1:3.6.0-7ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
perspective@perspective-Laptop:~$ ^C
sudo sensors-detect
and let it check all the sensors
what laptop brand is it?
cause i know HP has trash linux support
oh no. they have MSI. their fans aren't supported on linux so they run a bit higher than usual

no i use msi control for fans , before my fan was dead af
MSI control center doesn't work in linux
why is that at 6000RPM
it's already using your integrated GPU. i don't think you laptop likes linux
fr
but if my laptop dont like linux then how can i?
and i donno how to slave my laptop
my question is how did you load that into mint as it only has instructions for SUSE
wdym?
nvm i am stupid lol
where is the discriptin?
it shouldnt be from flathub , just a native app from repos
check one on left
yo, that mcontrol app is nice (i have an MSI also). i just loaded it up. thanks for sharing that
welcome
how i use it now
what about your gpu?
nvidia
shit how u switch?
type tlp in terminal. that should start it
Usage: tlp start|true|bat|false|ac|usb|bayoff|chargeonce|discharge|setcharge|fullcharge|recalibrate|diskid
perspective@perspective-Laptop:~$
then check with system monitor: processes to see it is running
__NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia <program> is how you switch with nvidia
type again tlp start
Usage: tlp start|true|bat|false|ac|usb|bayoff|chargeonce|discharge|setcharge|fullcharge|recalibrate|diskid
perspective@perspective-Laptop:~$ tlp start
Error: tlp.service is not enabled, power saving will not apply on boot.
>>> Invoke 'systemctl enable tlp.service' to correct this!
Error: missing root privilege.
perspective@perspective-Laptop:~$ systemctl enable tlp.service
Synchronizing state of tlp.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable tlp
Created symlink /etc/systemd/system/multi-user.target.wants/tlp.service → /lib/systemd/system/tlp.service.
perspective@perspective-Laptop:~$ tlp start
Error: missing root privilege.
perspective@perspective-Laptop:~$
sudo systemctl enable --now tlp
still root privilege missing
do wat it recommends in the message
i did
andnow it saying missing privilage
try with sudo first
@viral bolt already tried that
ok this
it's sad cause we are trying to help perspective but i ended up getting more help out of it thanks to that app rip
biased 💀
thanks for this guide
afaik archwiki has the optimus article
still same
perspective@perspective-Laptop:~$ tlp start
Error: missing root privilege.
perspective@perspective-Laptop:~$
@teal zinc in that mcontrolapp does it give you the option for super battery saver?
TLP has a gui
tho idk if it's avaliable for mint
there's also tuned service
it doesnt work properly just battery and colller bost , auto fan doesnt work
I know in LXLE OS it came with full GUI tlp
yeah it does
need both tlp and tlp ui right
idk, read archwiki
I just use tuned service
then let plasma and systemd auto set the power settings
they have mint
I DONNO WHAT IT MEANS
wdym?
systemd is your init and services system manager
he is asking you to install the desktop environment KDE plasma and let the init system configure the power
no
ok how
ok whatever u say , tell me what to do
now, idk what tlp has to do with switching GPUs
tell me how to switch it then?
im out g2g
turn the radeon power profiles off (that's for AMD) and configure the intel GPU
but you need at least kernel 6.5 to properly use intel arc
i have
iirc 6.7 added proper arc support
irrc means?
you can try liquorix. it is on kernel 6.9.4: https://liquorix.net/
Enthusiast kernel optimized for low latency
it does consume more power by default though
can i use tip for switch to integrated?
that you need a 6.x kernel to use intel arc GPU
ok so i have it
again you integrated GPU is in use BUT cause you don't have kernel 6.7 the dedicated GPU isn't turning off properly
and TLP afaik is for power management, not to switch GPUs
either i can downgrade the kernel to stop the arc?
not really
they checked the iGPU is in use
but their laptop is running a bit warm
can u help? i need my integrated gpu to be in use
i have red light indigating the dedicated is using
@teal zinc it is in use perspective@perspective-Laptop:~$ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P GT1 [UHD Graphics] (rev 0c)
maybe both?
idk what GPUs you use
that's why i suggested the higher liquorix kernel @teal zinc
intel arc
but from reading, kernel 6.1 began to add support for it
arcc?a
i have 6.5 though
what how>
idk, I need system specs to help
I don't use intel so
how i see it?
open terminal > run neofetch > paste screenshot here
Yea seems right
how?
Phone camera?
ok
you only have 1 GPU
:(
so idk wdym with switching
Yea 1 dedicated gpu, which they wanna disable
And force the system to use integrated
mint is only reporting 1 GPU
Which is working, but for some reason, the gpu is still on
Mint doesn't recognise the dedicated gpu for some reason
hardware management should be done on your BIOS 1st
I was bout to say
I bet using tuxedoOS or endeavourOS may detect it
This red light
@teal zinc can u open ur bios and check if there is an option to disable the gpu
mint is too old for their hardware
nope there isnt
Will a xanmod kernel work
they may need at least kernel 6.9
how i download it?
Wait wait
you can't on mint
the manager saying 6.9 max
ok
mint is too old for your system
Xanmod?
shessh go back to windows?
make a ventoy usb with endeavourOS and live boot
I said mint, not all distros
i mean what if they all didnt detch?
Oi luthe, can't they just install a newer xanmod kernel
They will
which one?
here's proof of me running latest kernel
what
Detect*
bro, it's just mint being too old
ok which is best?
k
mint 22 should ship newer kernels
Gimme a sec
but you can try with a live usb with endeavourOS and tuxedoOS
i installed 21 ig thats why page gave me
wdym
i mean which distro to download that can help me in this situation
for general hardware it's good enough, for yours, it's too old
@unique tendon
make a ventoy usb
k
I'm not telling you to install another distro, but worth live testing
Type in these commands to first try a 6.9x kernel on mint
wget -qO - https://dl.xanmod.org/archive.key | sudo gpg --dearmor -vo /usr/share/keyrings/xanmod-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/xanmod-archive-keyring.gpg] http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-release.list
sudo apt update && sudo apt install linux-xanmod-x64v3
Then reboot
I don't recommend custom kernels tbh
Also make sure u have a usb to boot off, incase this breaks anything
may turn mint into an unstable mess
Let's try atleast
shessh
better run a live distro off the usb
that way they don't break anything
so, make a ventoy usb, place the isos and reboot
I've used xanmod before on many distros, doesn't cause an instability
btw, have secure boot, tpm, fast boot and CSM/legacy boot disabled
I want them to try this first tho
better stick to the ones shipping with the distro
secure boot disable fast boot enable
off that?
Alright then, do what luthe says
Yes off fastboot
I want em to live boot off the usb to check, if it works, then they can get a newer kernel with your method
Yea okay
:( i just need the solution
This
I suppose so too.
Is the ultimate combination of all solutions
using a ventoy usb will be safer than slap a kernel and expect results without testing beforehand
Yea
it's like blind gambling with your kernel
Previously, the dGPU won't show up. This doesn't seem to be a matter of drivers anyway.
I've done that many a kernel panic
Switching to a new kernel would likely help
Ubuntu 24.04 default kernel rn completely breaks my audio
that's why I want em to live boot tuxedoOS and endeavourOS
Hehehe... Sigh
make a ventoy usb, get tuxedoOS and endeavourOS isos
once done, you reboot and select tuxedoOS, normal mode
This thing will never give u linux problems ever
wait for it to boot, setup and run neofetch
and check if your stuff works as expected
ok what to do now
tuxedoOS is basically the endeavourOS of debian based
as it ships latest kernels and has a tool to switch and control GPUs
hello sir
here's tuxedo's GPU tool
Alright let's all stop talking for a second, and one of us give a step by step guide
u using it?
can u tell me what to do in my situation?
ok fair enough
K I'm typing out a guide
already said what to do 5 times
so i download balena etcher?
kk
sitting here with popcorn watching the chaos unfold
Step - 1
Disable secureboot, tpm, fastboot, etc in bios
Step - 2
Use ventoy/balenaetcher or ur tool of choice to make a usb with endeavour os
https://endeavouros.com/
Step - 3
Boot from the usb, and without installing, check if everything works in the usb environment
Step - 4
Report ur findings here
how u have "the harest R word dropper imaage"
@teal zinc
so @cedar phoenix guide em about making a ventoy usb with tuxedo and endeavour
Ventoy will be a bit hard, let em just do balena + endeavour
the idea is to run those live and then check with neofetch and such tools if the kernel detects the GPUs
for this case we need tuxedo too
🐒

Gahh, just follow this now, ignore everything else @teal zinc
:)
tldr, if endeavour or tuxedoOS detect the hardware properly, you may consider switching to those
Just ignore everything else
ij si
Do that, don't get confused
what to do now?
This
or, alternatively, get a newer kernel for mint, that's why the test
tpm full form
Follow this guide
I'm out, good luck
K cya
K now perspective
Good choice
ok wiat i need balena ethcer
Check if there is something like
"Intel security chip, trusted platform module, etc in ur bios"
And disable it
no there was not but there was secure something to disk secure ig
That's fine
should i re-check?
K now get endeavour os iso and balena
It's okay
any command ?
No, go download from browser
app image now , i did installed it before but i am new so
just right click on it and instalal
properties use as a exe file something?
Yes
Right click > permissions > make executable
now what to download enderavour os image?
Hold on
ok
What country are u in
india
Oh nice my country
http://mirrors.nxtgen.com/endeavouros-mirror/iso/EndeavourOS_Gemini-2024.04.20.iso
Paste this in the url field in balena, it should auto download for u
same error
i got this errror already
ahh browser
Just paste in your browser instead
It's a known bug in balena I think
i the browser is brave and it stopping the page to load and canclling it
no download
can use this?
Why not?
vc?
ok
Yea
why balena?
told to use ventoy
whatever u say
fr, I could had solved this an hour ago
then plzz
same
already told what to do, scroll up
Imma leave now

HH SO THE IMAGE IS DOWNLOADING
wdym
yeah i mean after 20 min ping u
They are downloading the endeavour os image
for the last time, get endeavourOS and tuxedoOS isos
the os iso file
and get ventoy off their github
both?
link sauce?
Ventoy is an easy to use tool for creating a bootable USB drive that can boot several operating systems from 1 USB stick.
Download here
https://github.com/ventoy/Ventoy
₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿
Monero
45F2bNHVcRzXVBsvZ5giyvKGAgm6LFhMsjUUVPTEtdgJJ5SNyxzSNUmFSBR5qCCWLpjiUjYMkmZoX9b3cChNjvxR7kvh436
Bitcoin
3MMKHXPQrGHE...
i'm not throwing sauce on my monitor
shessh whats this https://www.ventoy.net/en/download.html
Ventoy is an open source tool to create bootable USB drive for ISO files. With ventoy, you don't need to format the disk again and again, you just need to copy the iso file to the USB drive and boot it.
ventoy website smh
once you get ventoy running, config it like this
6b0dfc9408be2826903dec8fdf4c47f04ac50202f50a70f0bbc19eb37a737737 ventoy-1.0.99-livecd.iso
578993fcf8d57252bc34536c01dc853a374e60def68f60b2826c3de0826ea00c ventoy-1.0.99-windows.zip```
.iso
see the assets? download the .iso from their
k
tar.gz
no you don't
~~yeah, get iso, now how do I flash it?
~~
bro tar
the fck
frustration intensifies
already sent a video about ventoy
[sudo] password for perspective:
**********************************************
Ventoy: 1.0.99 x86_64
longpanda [email protected]
https://www.ventoy.net
**********************************************
/dev/sdg is NOT a valid device
Usage: Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
CMD:
-i install Ventoy to sdX (fails if disk already installed with Ventoy)
-I force install Ventoy to sdX (no matter if installed or not)
-u update Ventoy in sdX
-l list Ventoy information in sdX
OPTION: (optional)
-r SIZE_MB preserve some space at the bottom of the disk (only for install)
-s/-S enable/disable secure boot support (default is enabled)
-g use GPT partition style, default is MBR (only for install)
-L Label of the 1st exfat partition (default is Ventoy)
-n try non-destructive installation (only for install)
perspective@perspective-Laptop:~/Downloads/ventoy-1.0.99$
@cedar phoenix
help?
Make VentoyGui.x86_64 executable and open it
Ur not supposed to open it in terminal
Do this
Open it the same way u did with balena
its not doing anything
you run ventoy GUI, not terminal one, scroll up
Yes
where to scroll bruh
Ignore
ok did ok
Ur doing it correctly
hm
That's it, u should now see a ventoy drive in file manager
Paste the iso u downloaded there
Once that is done, u can boot from the usb
K imma go, you've completed all the steps anyway
@shadow umbra ur on
when u gonna come back?
Not anytime soon, like I'll still be here, but I'm done helping for now
he gonna delete my motherboard
Nah
am i cooked?
then?
Once ur done copying the iso to ventoy
then
Try and see if ur gpu works properly in the usb boot
ahh ok
@shadow umbra bruv?
wait come in 20 min after eating
Come ,,
No just ate something
that's how i did it
Now here i send you slide show
you don't get ventoy iso, you get tar.gz
I wonder if they already booted into endeavourOS or tuxedoOS
is secure boot off and tpm?
go into the security tab
disable secure boot and TPM
Bro my bois is poop there are only 1 options
Nvm now?
reboot into the USB by pressing F12
Ahh no device presence
go back into BIOS and change the boot sequence to the USB
don't be rude
yes
Normal mode?
This again
Forgot
try grub2 mode
This aint try and catch bro
Am i cooked 😰
Bruv first not rude second u are sure right?
this is rude
I mean two better then one @shadow umbra
try grub2 mode. if it doesn't work. what you grabbed is broken
Maybe its already broken?
What is grub2mode btw?
Ventoy has issues booting non Ubuntu isos
But ur system is modern enough
Shessh
Grub2 mode?
Idk
It is
not true i have gentoo on my USB
Should i do
do you have the latest BIOS for your PC?
Yup
try grub2 mode
So i am cooked?
then the ISO is cooked
🤐
get tuxedo OS or Ubuntu 24.04
Shessh
What i do now?
MSI doesn't like non-debian/ubuntu distros
Ask others, I'm too tired
My Mint got squashship error also though
The situation is too cooked for me
then stop smoking your cannabis
same
in 2 scond u cant plug my pendrive
tell me i am your puppet
we have been
That even u don't know about, that's cause ur pc to act wierd
it's them not their PC i have an MSI and i got ubuntu 24.04 loaded
ubunttu succks
How's it going bro?
shit
What seems to be the problem? Would you mind summarizing to me what happened? Maybe I could assist somehow?
i need to switch my gpu
they don't understand linux
But your Linux Mint installation can't find it?
installation wdym?/
Let's not jump to those things, shall we?
I mean, your Linux Mint system can't find your dedicated GPU?
it's true
hm can say
Can you please start up Linux Mint for me?
i am rnn
@unique tendon here
Okay, can you please run uname -a in your terminal?
I understand your point, but it'll be best if we focus on assisting others. Well, now, if you'd let me...
Linux perspective-Laptop 6.5.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
perspective@perspective-Laptop:~$
I'll just check something real quick, I'l be back.
k
Can you please open your Update Manager and show me a screenshot of it?
good luck
Thanks, have a good day!
you too
k
Click the View tab on top left
pretty neet ah?
k
There's a Linux kernels menu on that one. Click that too. Please send me a screenshot afterwards.
this helps?
Thank you! I'll study it in a bit.
Can you please run this on your terminal?
sudo add-apt-repository ppa:cappelikan/ppa
[sudo] password for perspective:
You are about to add the following PPA:
Mainline Ubuntu Kernel Installer https://github.com/bkw777/mainline
More info: https://launchpad.net/~cappelikan/+archive/ubuntu/ppa
Press Enter to continue or Ctrl+C to cancel
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: keybox '/etc/apt/keyrings/3AE27527713D2479DCAFFD58A89D7C1B2F76304D.keyring' created
gpg: key A89D7C1B2F76304D: public key "Launchpad PPA for cappelikan" imported
gpg: Total number processed: 1
gpg: imported: 1
perspective@perspective-Laptop:~$
nope your so called app didnt worked
Run this next sudo apt update && sudo apt full-upgrade
it's not the app
ok done
Run this next sudo apt install -y mainline
its you not knowing how to
Hit:1 https://packages.microsoft.com/repos/code stable InRelease
Ign:2 https://mirrors.nxtgen.com/linuxmint-mirror/packages virginia InRelease
Hit:3 https://mirrors.nxtgen.com/ubuntu-mirror/ubuntu jammy InRelease
Get:4 http://repository.spotify.com stable InRelease [3,316 B]
Err:4 http://repository.spotify.com stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6224F9941A8AA6D1
Hit:5 https://mirrors.nxtgen.com/ubuntu-mirror/ubuntu jammy-updates InRelease
Get:6 https://ppa.launchpadcontent.net/cappelikan/ppa/ubuntu jammy InRelease [18.1 kB]
Hit:7 https://mirrors.nxtgen.com/ubuntu-mirror/ubuntu jammy-backports InRelease
Hit:8 https://mirrors.nxtgen.com/linuxmint-mirror/packages virginia Release
Get:10 https://ppa.launchpadcontent.net/cappelikan/ppa/ubuntu jammy/main amd64 Packages [584 B]
Get:11 https://ppa.launchpadcontent.net/cappelikan/ppa/ubuntu jammy/main Translation-en [316 B]
Hit:12 http://deb.xanmod.org releases InRelease
Hit:13 http://security.ubuntu.com/ubuntu jammy-security InRelease
Reading package lists... Done
W: GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6224F9941A8AA6D1
E: The repository 'http://repository.spotify.com stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
perspective@perspective-Laptop:~$
It's fine, run this next.
Just proceed with the installation
huh?
It will install the Mainline Kernels app
Open the Mainline Kernels app and please send a screenshot too
Just go to you application menu, you'll see it there
ventoy works, it's just you not doing it right
and just use normal mode
i need to code the application or what?
\sorry the application app?
you only need to use basic terminal to run it
Yeah, open the Mainline Kernel app
updating kernel
Can I see?
done
you get ventoy tar.gz, extract then run ventoyGUI from terminal, add the isos and reboot
then let it load
can u see the screenshot about?
chats above?
what
@shadow umbra
Please install the 6.8.12 kernel.
8.1 is 8.12 right?
that's good, you enter then normal mode and let it load
ok sorry got it 8.12
Forget that, install 6.9.3 directly
Wait, did you already proceed?
we can join vc?
After it finishes, restart your PC.
k
I'm a bit busy rn
no problem
is it done?
k
done
Please run uname -a
Linux perspective-Laptop 6.9.3-060903-generic #202405300957 SMP PREEMPT_DYNAMIC Thu May 30 11:39:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
perspective@perspective-Laptop:~$
Linux perspective-Laptop 6.9.3-060903-generic #202405300957 SMP PREEMPT_DYNAMIC Thu May 30 11:39:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
perspective@perspective-Laptop:~$ neofetch
...-:::::-... perspective@perspective-Laptop
.-MMMMMMMMMMMMMMM-. ------------------------------
.-MMMM`..-:::::::-..`MMMM-. OS: Linux Mint 21.3 x86_64
.:MMMM.:MMMMMMMMMMMMMMM:.MMMM:. Host: Thin GF63 12HW REV:1.0
-MMM-M---MMMMMMMMMMMMMMMMMMM.MMM- Kernel: 6.9.3-060903-generic
`:MMM:MM` :MMMM:....::-...-MMMM:MMM:` Uptime: 2 mins
:MMM:MMM` :MM:` `` `` `:MMM:MMM: Packages: 2232 (dpkg), 24 (flatpak)
.MMM.MMMM` :MM. -MM. .MM- `MMMM.MMM. Shell: bash 5.1.16
:MMM:MMMM` :MM. -MM- .MM: `MMMM-MMM: Resolution: 1920x1080
:MMM:MMMM` :MM. -MM- .MM: `MMMM:MMM: DE: Cinnamon 6.0.4
:MMM:MMMM` :MM. -MM- .MM: `MMMM-MMM: WM: Mutter (Muffin)
.MMM.MMMM` :MM:--:MM:--:MM: `MMMM.MMM. WM Theme: Mint-Y-Dark-Aqua (Mint-Y)
:MMM:MMM- `-MMMMMMMMMMMM-` -MMM-MMM: Theme: Mint-Y-Dark-Purple [GTK2/3]
:MMM:MMM:` `:MMM:MMM: Icons: Mint-L-Yellow [GTK2/3]
.MMM.MMMM:--------------:MMMM.MMM. Terminal: gnome-terminal
'-MMMM.-MMMMMMMMMMMMMMM-.MMMM-' CPU: 12th Gen Intel i5-12450H (12) @
'.-MMMM``--:::::--``MMMM-.' GPU: Intel Device 5693
'-MMMMMMMMMMMMM-' Memory: 1884MiB / 15693MiB
``-:::::-``
perspective@perspective-Laptop:~$
i can delete system32 , just say it
Lol.
now @unique tendon
Wait a minute
kk sorry
Can you please run this glxinfo -B
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel (0x8086)
Device: Mesa Intel(R) Graphics (ADL GT2) (0x46a3)
Version: 23.2.1
Accelerated: yes
Video memory: 15693MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) Graphics (ADL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.2.1-1ubuntu3.1~22.04.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.2.1-1ubuntu3.1~22.04.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.2.1-1ubuntu3.1~22.04.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
perspective@perspective-Laptop:~$
Can you please run this inxi -G
Graphics:
Device-1: Intel Alder Lake-P GT1 [UHD Graphics] driver: i915 v: kernel
Device-2: Intel driver: i915 v: kernel
Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting
unloaded: fbdev,vesa gpu: i915 resolution: 1920x1080~144Hz
OpenGL: renderer: Mesa Intel Graphics (ADL GT2)
v: 4.6 Mesa 23.2.1-1ubuntu3.1~22.04.2
perspective@perspective-Laptop:~$
Please run this afterwards xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x44 cap: 0x9, Source Output, Sink Offload crtcs: 4 outputs: 2 associated providers: 0 name:modesetting
same thing , it is not deteching two graphic card :(
It actually detects it from inxi -G, but not as a provider, wait a minute.
yup :(
run this
wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \
sudo gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg
echo "deb [arch=amd64,i386 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy client" | \
sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list
sudo apt update
enter your password then
i did
is it done?
yeah
Okay...
Run this next
sudo apt install -y \
intel-opencl-icd intel-level-zero-gpu level-zero \
intel-media-va-driver-non-free libmfx1 libmfxgen1 libvpl2 \
libegl-mesa0 libegl1-mesa libegl1-mesa-dev libgbm1 libgl1-mesa-dev libgl1-mesa-dri \
libglapi-mesa libgles2-mesa-dev libglx-mesa0 libigdgmm12 libxatracker2 mesa-va-drivers \
mesa-vdpau-drivers mesa-vulkan-drivers va-driver-all vainfo hwinfo clinfo
Seems alright, proceed with it
Depends: libelf1t64 (>= 0.144) but it is not installable
Depends: libssl3t64 (>= 3.0.0) but it is not installable
mesa-va-drivers : Depends: libdrm-amdgpu1 (>= 2.4.119) but 2.4.113-2~ubuntu0.22.04.1 is to be installed
mesa-vdpau-drivers : Depends: libdrm-amdgpu1 (>= 2.4.119) but 2.4.113-2~ubuntu0.22.04.1 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
perspective@perspective-Laptop:~$
is it ok?
Run sudo apt --fix-broken install
done
What did it say?
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
linux-headers-6.9.3-060903-generic
0 upgraded, 0 newly installed, 1 to remove and 30 not upgraded.
1 not fully installed or removed.
After this operation, 28.6 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 643547 files and directories currently installed.)
Removing linux-headers-6.9.3-060903-generic (6.9.3-060903.202405300957) ...
perspective@perspective-Laptop:~$
Run this next
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install -y \
udev mesa-va-drivers:i386 mesa-common-dev:i386 mesa-vulkan-drivers:i386 \
libd3dadapter9-mesa-dev:i386 libegl1-mesa:i386 libegl1-mesa-dev:i386 \
libgbm-dev:i386 libgl1-mesa-glx:i386 libgl1-mesa-dev:i386 \
libgles2-mesa:i386 libgles2-mesa-dev:i386 libosmesa6:i386 \
libosmesa6-dev:i386 libwayland-egl1-mesa:i386 libxatracker2:i386 \
libxatracker-dev:i386 mesa-vdpau-drivers:i386 libva-x11-2:i386
downloading , btw isnt ubuntu did something like user data collect something?
is it good? i mean i heard its not good now
That's not really much of an issue as it seems.
Can I see a screenshot?
/tmp/apt-dpkg-install-3miUwu/064-libglvnd0_1.7.0-2101~22.04_i386.deb
/tmp/apt-dpkg-install-3miUwu/078-libegl1_1.7.0-2101~22.04_i386.deb
/tmp/apt-dpkg-install-3miUwu/085-libglx0_1.7.0-2101~22.04_i386.deb
/tmp/apt-dpkg-install-3miUwu/086-libgl1_1.7.0-2101~22.04_i386.deb
/tmp/apt-dpkg-install-3miUwu/101-libgles2_1.7.0-2101~22.04_i386.deb
/tmp/apt-dpkg-install-3miUwu/103-libopengl0_1.7.0-2101~22.04_i386.deb
/tmp/apt-dpkg-install-3miUwu/124-libvdpau1_1.5-2105~22.04_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
perspective@perspective-Laptop:~$
Restart your PC then run uname -a
if u need full of it
Linux perspective-Laptop 6.9.3-060903-generic #202405300957 SMP PREEMPT_DYNAMIC Thu May 30 11:39:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
perspective@perspective-Laptop:~$
Please run this xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x44 cap: 0x9, Source Output, Sink Offload crtcs: 4 outputs: 2 associated providers: 0 name:modesetting
perspective@perspective-Laptop:~$```
no progress
btw i just saw the app so i click install and this happen
Follow the instruction, use the broken filter to locate then right click to it
so ubuntu is safe? i mean like user data something?
how?
Relatively, yeah.
Well, while we're at it, try flashing Ubuntu 24.04 on a USB.
ok
so i use the venoy thing or balena etcher?
Balena Etcher would work just fine
ok then
The definitive Linux tier list. It will make many upset, but I explain why there are so many pointless distros that score so low on the tier list.
Timestamps:
00:00 Debian and Arch
00:50 What are the Tiers
02:20 Alma Rocky Oracle RHEL Centos and Fedora
03:30 Ubuntu
04:20 Alpine Linux
04:55 AntiX
05:20 Arco Linux
06:25 Manjaro
07:30 Artix
08:05...
just a video
back to biz , how use that broke thing?
@unique tendon can i use torrent to dwonload the iso because normal is taking too much time
omg isn't he the one i heard about who has those windows tools that have been hijacking peoples MDM or whatever it is called?
lmao
it is
bro is brainwashing people?
his tool locks people out of their MDM as if it was owned by a business/school e.t.c
only way to undo it is completely reinstall windows
btw unbuntu is cooll?
ubuntu is the only one that steam supports officially
the balenca ecther givingme error
didn't you have a ventoy stick?
yeah but it was not working
for?
for? installing the os
which os?
so. you nuked the ventoy stick which can have multiple ISOs loaded cause 1 didn't work
naah i didnt it still there
ok so one didnt work so its iso problrm?
yep
which u using? and what about you data?
i have 2 2TB backup drives
can u send me download link of ubuntu?
the website one slowa f
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
oops wrong one
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
there we go
Btw ventoy not working i dono
you just killed it by using balena
I didnt picked the drive broool
i'm out man. ask one of the others for help
please do that. cause i can tell this is going to go nowhere
he left the help chat why ping him back in
💀
