#Problem regarding games

364 messages · Page 1 of 1 (latest)

wanton sorrel
#

Anytime im trying to open a certain game (The binding of isaac) it either doesnt launch at all or launches with a black screen that stays on forever, i moved to mint just yesterday and all my discs except main installation are NTFS, would i have to format all my partitions onto ext4 just to play games on linux?

normal sleet
#

you need ext4 drives. Please do not use NTFS on Linux, even if it appears to work.

#

NTFS is heavily reverse-engineered on Linux and may break at any point / cause data loss.

#

If you don't want ext4 on all of them (e.g. you want to recover data from another system), use exFAT. But for your gaming drives, ext4 is best.

#

Other than that, show inxi -Gxxx

wanton sorrel
normal sleet
wanton sorrel
normal sleet
#

run it in the terminal

#

and paste the output here

wanton sorrel
#

there you go, i really would look forward to using linux so ill ask if you know a way to backup all my files before formatting them if i wish to?

normal sleet
#

try a cloud storage provider or smth

normal sleet
# wanton sorrel

the issue is also the fact that you're not using any GPU at all

#

go to the driver manager and download the recommended driver

wanton sorrel
#

a few times already actually

normal sleet
#

disable secure boot

wanton sorrel
#

a bit ago it started showing me -1 error while disabling the system

wanton sorrel
wanton sorrel
normal sleet
#

what's your cpu

wanton sorrel
#

i5-11400f

normal sleet
#

that cpu physically doesn't have one

#

so it's normal

wanton sorrel
#

well yeah thats what i mean

#

if im not using any gpu then shouldnt just the system not work?

normal sleet
#

you're using the cpu to render

#

it's called software rendering

wanton sorrel
#

ah

#

thats interesting

normal sleet
#

and probably the reason why your games aren't working other than the ntfs drive

#

can you show dmesg -l warn+?

wanton sorrel
#

but then i had installed drivers before and already, how would i fix that?

#

i will swap reboot into linux and do that

normal sleet
#

wait

#

are you dual-booting?

wanton sorrel
#

thats important 😭

#

i was certain i did

normal sleet
#

it's always goddamn windows

#

is fast boot off there?

wanton sorrel
#

Im not sure, but i think its off

normal sleet
#

check

#
How to Manually Disable Fast Startup
Navigate to the Control Panel and select 'Power Options. '
Choose 'Choose what the power buttons do. '
Click on 'Change settings that are currently unavailable. '
Under 'Shutdown settings,' uncheck the 'Turn on fast startup' box.
wanton sorrel
normal sleet
#

but is it enabled?

wanton sorrel
normal sleet
#

no no BIOS doesn't matter

#

it's a windows thing

wanton sorrel
#

i genuinely cant check it, because the option just dissapears and doesnt show me anything

#

sec i can record it for u rq

royal zealot
#

In windows open cmd as admin and type

powercfg -h off

normal sleet
#

was about to say lmao

wanton sorrel
royal zealot
#

Then in mint go to the terminal and type

mokutil --sb-state

normal sleet
#

reboot into linux

wanton sorrel
#

yaya

normal sleet
wanton sorrel
#

also

royal zealot
#

no harm in checking

normal sleet
#

i guess

wanton sorrel
#

that’s what i see booting off linux

normal sleet
#

well

wanton sorrel
#

it appeared after i tried to download drivers from software manager

royal zealot
#

does it boot eventually?

normal sleet
#

-1 means operation not permitted

wanton sorrel
normal sleet
wanton sorrel
normal sleet
wanton sorrel
normal sleet
#

oh

#

what driver did you download?

royal zealot
#

Ok, show us driver manager window

wanton sorrel
wanton sorrel
normal sleet
#

wtf?

wanton sorrel
#

"download mint its simple" 🥀

#

nothing works LMAOO

royal zealot
#

You did downloaded it, and it was simple )) you even installed it

normal sleet
#

are windows and linux on the same drive?

wanton sorrel
#

u can see here

#

my installed software

wanton sorrel
#

windows is on C: and linux is on D:

royal zealot
#

Ok ok... in the terminal type

inxi -SGrxxx

wanton sorrel
normal sleet
wanton sorrel
#

also just a funfact, i have a 165hz monitor

#

but the system says my display is unknown at all

#

and works in 60hz im p sure

normal sleet
#

yes because no gpu is manageing it

wanton sorrel
#

that makes sense but it still doesnt make sense why

royal zealot
#

I see you already got additional ppas....

normal sleet
#

oh god not graphics-drivers

#

everything but that

royal zealot
#

ok, then type

dpkg -l | grep -i nvidia

wanton sorrel
#

am i tripping or i have like 3 different drivers

royal zealot
#

a mess it is

normal sleet
#

purge the 535 one?

#

i think they are conflicting

royal zealot
#

Let's see.... type

sudo rm /etc/apt/sources.list.d/graphics-drivers-ppa-noble.list
sudo apt update

wanton sorrel
royal zealot
#

sudo apt purge '*nvidia*'

normal sleet
#

why everything?

wanton sorrel
wanton sorrel
#

that would make sense

royal zealot
normal sleet
#

i guess

royal zealot
normal sleet
#

does it show the gpu in the driver manager?

wanton sorrel
wanton sorrel
#

yep it does

normal sleet
#

okay

#

better than before i guess

#

install the recommended one and reboot

royal zealot
#

sudo apt purge libnvidia*
dpkg -l | grep -i nvidia

wanton sorrel
#

i dont know how it ended up like this ngl

normal sleet
wanton sorrel
normal sleet
#

autoremove

wanton sorrel
#

cmd not found

normal sleet
#

apt autoremove

wanton sorrel
#

autoremove libnvidia* ?

normal sleet
#

just sudo apt autoremove is fine

wanton sorrel
#

i already got autoremove

royal zealot
#

ah.... because they're 32 bit components...
try
sudo apt purge libnvidia*:i386

wanton sorrel
#

clean now

normal sleet
#

okay install the 535

#

and pray

royal zealot
#

hmm... check with

dpkg -l | grep -i nvidia

again

normal sleet
#

they did

wanton sorrel
#

this is while drivers are installing

royal zealot
#

oh, missed that

normal sleet
wanton sorrel
#

alr i gotta restart pc

royal zealot
#

yeah ok, wait until they're done installing, then restart when asked

normal sleet
#

once into the session, run inxi -Gxxx && glxinfo | grep renderer

royal zealot
#

After restart do

inxi -Gxxx

wanton sorrel
royal zealot
#

now it's good

normal sleet
#

finally

#

try the game and check

wanton sorrel
#

guys is software manager the best way to download steam

#

or should i do it somehow else

normal sleet
#

valve's repo or ubuntu's package is fine

royal zealot
#

just search steam in there

normal sleet
#

just NOT flatpak

royal zealot
wanton sorrel
#

i fear i corrupted my steam somehow

normal sleet
#

what

wanton sorrel
#

what is goingon brah

normal sleet
#

you already have steam

#

from the valve repository

wanton sorrel
normal sleet
#

run steam

wanton sorrel
royal zealot
#

hold on, let's check

dpkg -l | grep steam

normal sleet
#

yeah maybe let's do that first

wanton sorrel
normal sleet
#

type steam

royal zealot
#

mishmash again

normal sleet
#

and run it

wanton sorrel
#

command steam not found

#

but can be installed

royal zealot
#

hold on

normal sleet
#

as expected

royal zealot
#

sudo apt purge steam-*

normal sleet
#

yes

royal zealot
#

and then

dpkg -l | grep steam

wanton sorrel
royal zealot
#

interesting

normal sleet
#

wtf is apt doing

#

remove them one by one i guess then?

royal zealot
#

sudo apt purge steam-installer steam-launcher steam-libs-amd64 steam-libs- i386:i386

wanton sorrel
royal zealot
#

oops

normal sleet
#

space

royal zealot
#

sudo apt purge steam-installer steam-launcher steam-libs-amd64 steam-libs-i386:i386

wanton sorrel
#

ok i did it

royal zealot
#

that's fine

#

press enter

normal sleet
#

do not remove the directory.
then, i'd say:

sudo rm /etc/apt/sources.list.d/steam-stable.list
sudo rm /usr/share/keyrings/steam.gpg
#

then re-install steam_latest.deb

#

and let it do its thing

#

or get the Mint package

wanton sorrel
royal zealot
wanton sorrel
#

i cant trash .steam too

#

maybe as sudo

normal sleet
#

no no don't remove that directory

wanton sorrel
#

alright

normal sleet
wanton sorrel
#

no space

#

i might have to allocate more space

normal sleet
#

well, yeah.

#

how much did you allocate?

wanton sorrel
#

around 60

royal zealot
#

type

df -h

normal sleet
wanton sorrel
wanton sorrel
#

and then keep my files on other disks

#

but theyre ntfs and it doesnt work that well and i want to keep using windows

#

yet i dont know where i can back up my files so i can switch to fat

normal sleet
#

first, let's fix steam

wanton sorrel
#

rightt LMAO

#

u guys helping a lot btw thanks so much

royal zealot
normal sleet
#

after allocating more

wanton sorrel
#

isaac and proton is 5gb itself

normal sleet
#

you'd lose games though

wanton sorrel
#

i only have

#

1 game installed on ext4

#

rest is on the NTFS

royal zealot
#

Well then you won't have enough space to download the game back

normal sleet
#

you're going to benefit from more space anyways

wanton sorrel
#

or do i ahve to boot on windows

normal sleet
#

you should probably do it on windows

wanton sorrel
#

bet

#

switching sides

royal zealot
#

windows doesn't understand ext4, you need to do it from live mint usb

normal sleet
#

wait true

#

forgot

wanton sorrel
#

i want to stay on dual boot

normal sleet
#

can you lsblk

wanton sorrel
#

so it’s unallocated space

normal sleet
#

i have no idea how your drives are set up

wanton sorrel
royal zealot
#

What's on those partitions anyway? The large NTFS and 1gb one?

normal sleet
#

games?

wanton sorrel
#

im going to diskmgmt rn

normal sleet
#

wait.. you installed linux on your personal files drive?

wanton sorrel
#

my C: is full and im not gonna setup my system on hdd

normal sleet
#

this is a mess lol

wanton sorrel
#

i can split my volume into 48gb more for unallocated space

wanton sorrel
normal sleet
#

guys i have to do my duolingo and have dinner i have to hop off for a moment

wanton sorrel
#

u good twin LMAO

normal sleet
#

i'll be back

wanton sorrel
#

okay :3

royal zealot
#

go back to mint and type

lsblk -f

wanton sorrel
#

sec the volume is parting

#

also ure polish right

royal zealot
#

no

wanton sorrel
#

my bad, your nick is very polishcore

royal zealot
#

25 years ago I thought that's how maniac is spelled

wanton sorrel
#

thats how it is spelled in polish

#

so yea LMAO

royal zealot
#

I meant in English

wanton sorrel
#

ok i got it parted, going to linux

royal zealot
#

ok

wanton sorrel
#

do u think i should set it to ext4 or fat?

royal zealot
#

let's see.... your linux partition is sdc4 and efi partition is sda2 so we can remove sdc3 and expand sdc4

#

good good. Now boot into mint usb

wanton sorrel
#

bios into boot menu?

royal zealot
#

yes like when you installed it....... just don't run install again

wanton sorrel
#

1024mb, i remember creating it when installing linux

#

i did it off youtube

#

but sdc3 isnt even mounted

#

so im wondering what it was for

royal zealot
#

sda2 is your efi partition currently

wanton sorrel
#

interestingf

#

so that one is futile essentially

royal zealot
#

sdc3 isn't used, so we can remove it save some headache

wanton sorrel
#

yea fair point

#

ill boot into the usb

royal zealot
#

ok

#

Gparted program should be preinstalled, so run it and select sdc then screenshot

#

or photo

royal zealot
#

Ok, remove sdc3 and then change size of sdc4 to cover freed space you made

wanton sorrel
#

or do i have to make it separate

royal zealot
#

that's what we're doing

wanton sorrel
royal zealot
#

Did you remove sdc3?

wanton sorrel
#

Yes

royal zealot
#

Then right click sdc4 and choose resize

wanton sorrel
#

Ah

#

Done, but it made a 1.71MiB partition for some reason

#

Which is unallocated

royal zealot
#

photo

normal sleet
#

i'm back

wanton sorrel
royal zealot
#

welcome back

wanton sorrel
normal sleet
#

what's up

wanton sorrel
#

we are merging partitions rn

royal zealot
#

That is fine I think. click the green checkmark button

wanton sorrel
#

2 minutes

#

Done

#

Booting linux back

royal zealot
#

ok

wanton sorrel
#

I can install steam from software manager now

#

Should i do that?

normal sleet
#

i guess yeah

#

wait

#

depends which

#

send screenshot

wanton sorrel
normal sleet
#

yes this one's fine

royal zealot
#

let's check

df -h

just to be sure

wanton sorrel
royal zealot
#

yeah, that should be fine

wanton sorrel
#

ill ask one more time though, is it an issue to use ntfs files on linux in 2025?

#

is it really highly unstable?

#

cause i need dual boot and i cant afford to use ext4

royal zealot
#

It is an issue with steam specifically

wanton sorrel
royal zealot
#

I wouldn't go that far. You can read and write on ntfs, but ntfs doesn't understand linux permissions, which makes it not recommended to use with steam.

wanton sorrel
#

thank you then, i might keep using ntfs

royal zealot
#

you're welcome

wanton sorrel
#

i think the dlc is released on windows only

#

from what im reading it works with proton though

#

okay im booting the game up and lyk if it works

royal zealot
#

Maybe they didn't download because you ran out of space, run game files verification

wanton sorrel
#

Like i didnt have it at all

#

It says manage my 2 DLCs and i have 4

wanton sorrel
#

Perhaps its because on the ntfs disc?

#

do i have to modify my fstab?

royal zealot
#

perhaps, install it on ext4 and try

wanton sorrel
wanton sorrel
#

I couldnt get it to boot even on ext4 before

royal zealot
#

great then

#

it works

wanton sorrel
royal zealot
#

Good luck. It's easier and less problematic to use ext4 for this