laskobar

joined 1 year ago
[–] laskobar@feddit.de 0 points 6 months ago

Since currently I'm only playing Satisfactory, and I have downloaded the shader's, it should not come back the next day? Or is that wrong?

I mean, it's not the download which annoy me, its the time before I can start the game. It takes ages to download this 170MB from steam server's. Normally 170MB is transferred really fast for other things, but the update takes 5 minutes and longer from steam server's.

[–] laskobar@feddit.de 0 points 6 months ago

Yes. Arch Linux, but on a laptop. Nice combination. I thought the pre-caching is displayed as a separate dialog for Vulkan, which I can interrupt, if I want.

But I have every day a message directly right nearby the play button which reads something about "Download Update..." and the play button is grayed out.

 

Somehow I don't understand electricity generation with oil. I have a normal oil well and transport the oil to a refinery 8m higher. However, not enough oil arrives there, even though the oil pump has a delivery height of 10m.

I have now installed a pipeline pump at approx. 4m, with the result that the previous 0.6m³ in the pipeline became 0. If I remove this pump, the content of the pipeline suddenly increases to 27m³ and the refinery starts working. and yes, the pump was pointing in the right direction.

The next problem is the fuel generators. I have 4 in a tower on the lower floor working. The supply seems to be sufficient. I now have build another 4 generators on the floor above the first floor, these again don't get any fuel, even though I have installed an mk2 pump directly at the bottom at the start of the riser pipe. The second floor is 8 walls higher above the first floor. This pump supposedly pumps up to 50m, but in the pump settings I only see a maximum height of 4m. Why?

I have no idea what I'm doing wrong. Where should I place the pipeline pumps? Should I use more refinerys? Or what's the secret here?

[–] laskobar@feddit.de 0 points 8 months ago

Nothing prevents you from testing IMAP. Nine handles IMAP reliably and stably. IMAP idle also works. Some people around WebDAV are currently working on a push standard, which can hopefully be implemented very soon.

[–] laskobar@feddit.de 0 points 8 months ago* (last edited 8 months ago) (2 children)

If exchange is a must have, there is nothing better than "Nine" or "Nine for Work". If you can separate Mail via IMAP and use contacts/calendar with a different app, you have more choice. I have tested a lot apps with and without Exchange support. I came to the conclusion that Exchange is total unstable compared to other things. Currently I'm back on IMAP with K9 Mail and CalDAV/CardDAV with Davx5. Im happy with that.

 

Since some time, I'm play Satisfactory on Linux. Performance is fine so far. But if I look on the moving conveyer belts with objects like iron ore or other things, this moving parts produce smudged artifacts on the screen. I don't know what this is called and what I can do against that. I have played the same game on the same laptop on Windows with exactly the same in-game settings. There are no such artifacts.

Is there anything I can do against that? Graphics card is a Nvidia 1050 with proprietary driver. I'm on Arch Linux. Proton is 8.25 GE. I have tested several Proton variant without any difference.

[–] laskobar@feddit.de 0 points 8 months ago

According to the linked wiki, try to go to https://nouveau.freedesktop.org/CodeNames.html.

Check on your laptop with dmesg | grep -i chipset the codename of your graphic card. With this you can check which driver is the best on https://wiki.archlinux.org/title/NVIDIA. There is a paragraph, explaining which driver is the best.

If I understand it right, the nvidia package is the correct one for 1050. So you can use pacman -S nvidia with root privileges. All dependencies should be resolved automatically.

I would recommend to reboot, in case there are changed kernel modules.

2 things i have to note: Using Wayland is a total mess with nvidia. Specially on Arch Linux. I have screen flickering in GUI and games, the performance is so lala and tools like KeePass which needs access to the text in window titles did not work complete. On Manjaro, the flickering doesn't exist, but the other symptoms do. Maybe im missing some packages on Arch.

Second with Vulkan i have some tearing in games. I have not looked further in to that.

On the other hand, games like Satisfactory or Elder Scrolls Online, have more FPS with the same settings as on Windows.

Currently i test Arch and Manjaro in parallel on the same Laptop. But I tend to keep Manjaro and remove Arch. There are light pro's and con's, but overall, I'm more happy with Manjaro. But this has nothing to do with you're issue.

[–] laskobar@feddit.de 0 points 8 months ago (2 children)

I have a 1050 in my Laptop and it works fine with the nvidia package AS proprietary driver

[–] laskobar@feddit.de 0 points 8 months ago

I got it to work...

I have used the command grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id="Arch Linux" before, but without success. This didn't worked before. But now...

I have no idea, whats changed. Anyhow. Im happy.

[–] laskobar@feddit.de 0 points 8 months ago (1 children)

df -h

Manjaro:

dev             7,8G       0  7,8G    0% /dev
run             7,8G    1,9M  7,8G    1% /run
/dev/sdb3        68G     50G   15G   78% /
tmpfs           7,8G       0  7,8G    0% /dev/shm
tmpfs           7,8G    9,0M  7,8G    1% /tmp
/dev/sdb4       587G    272G  285G   49% /mnt/games
/dev/sda1       296M     56M  241M   19% /boot/efi
tmpfs           1,6G    100K  1,6G    1% /run/user/1000

Arch:

dev             7,8G       0  7,8G    0% /dev
run             7,8G    1,7M  7,8G    1% /run
efivarfs        128K     46K   78K   38% /sys/firmware/efi/efivars
/dev/sdb5        69G     21G   45G   32% /
tmpfs           7,8G       0  7,8G    0% /dev/shm
tmpfs           7,8G    8,6M  7,8G    1% /tmp
/dev/sdb4       587G    272G  285G   49% /mnt/games
/dev/sda1       296M     56M  241M   19% /boot/efi
tmpfs           1,6G    108K  1,6G    1% /run/user/1000
/dev/sdb2       1,2T    796G  332G   71% /mnt/volume
 

The first OS on laptop was Windows 10. After that, I have added Manjaro. Manjaro has added a Grub menu, with entry's for Manjaro and Windows. Now I want to switch to Arch. I have installed Arch on a separate partition. Arch has not added a entry in this grub menu, but this was expected. I have used update-grub from Manjaro, what added Arch to the menu.

But for some reason I can't edit the menu from within Arch.

I have tried to understand Arch Wiki what I have to do, to edit this menu from Arch. Can someone please help me to get this to work? I have tried to add my EFI partition /dev/sda1 via fstab to /boot/efi like in Manjaro, but this doesn't help to find the same menu with grub-customizer.

Any idea's?

[–] laskobar@feddit.de 0 points 8 months ago

OK, many thx for the tips. Since my script in the service file is already doing some logging, i will try to use the last log entry, to find out, when it was last time running and exit the script, if it is not in the timeframe of 1 week.

 

I try to create a timer unit for weekly and daily backups. For example with the weekly unit, it should be executed once in a week, some minutes after login. If the unit was successful, it should shutdown and not start again until the next week. If a start of this unit was missing, it should be start again some minutes after the next login.

But for some unknown reason, the current unit starts after every login when I reboot the laptop. I am relatively sure that this timer unit is set up wrong, but unfortunately I don't know how I can implement such a unit better with the functions mentioned above.

[Unit]
Description=Run backup weekly
Requires=backup.service

[Timer]
Unit=backup.service
OnCalendar=weekly
RandomizedDelaySec=120
Persistent=true

[Install]
WantedBy=timers.target
[–] laskobar@feddit.de 0 points 8 months ago

Many thx for your suggestions.

[–] laskobar@feddit.de 0 points 8 months ago

Many THX. That's exactly what I have searched for. I was confused by frame_timing.

 

I want to have only the FPS and the time to be displayed. On my screenshot you can see a setting with 16.7ms. I have no idea what this is, How can i remove this and keep only the FPS and the time?

[–] laskobar@feddit.de 0 points 8 months ago

I have found the same with my save game. One general question: if I click "leave to desktop", will this save bevor I quit the game or do I have only the last autosave?

 

I have tried to tame a Lizard Doggo today the first time. I'm playing the game now since 3 days and searched for this animal since the beginning. I never found them when i was walking. Today i could build my first vehicle and was more far away from the HUB. I found such a Doggo and could tame him. But after driving some meters, i couldnt find the Doggo anymore. Could it be, that they dont follow the car? How can i bring him to my base/Hub?

 

I try to play "Empyrion" on Linux via Steam. I have tried other games like "Satisfactory" without any issues and with a better performance as on Windows. But with Empyrion i get a max of 10 - 13 fps, where i have ~60fps on Windows on the same laptop. Graphic adapter is a nVidia 1050 GTX and OS is Arch Linux. If i remember correctly, Empyrion is a Unity game.

 

I have installed Davx5 from F-Droid, from IzzyOnDroid Repo. Today I have checked for updates with the Google playstore and the App was updated to the playstore variant. I thought this isn't possible? What's going on here?

 

I would like to install Ungoogled Chromium, but I can only find ungoogled Chromium as an older version on Arch AUR and a "Ungoogled Chromium XDG" as a newer build. Can someone please explain me what's the difference between Ungoogled Chromium and Ungoogled Chromium XDG?

 

I Gnome 44, when I double click a archive, the archive is extracted in a subdir of the current directory. Is it possible to change that behavior, so that a window opens with the contents of the clicked archive?

 

Is there some way to set the keyboard layout on GFN in the browser, or at least use the system keyboard layout from Gnome?

According to the Arch Wiki, i should start Chromium with --disable-features=UserAgentClientHint` and spoof the UserAgent to Windows, but this doesn't work anymore. There are no Keyboard area in the settings.

If I use GFN on Windows, the area for keyboard layout is working.

Or is there some way to copy the settings from windows via Cookies or any other storage method?

 

I have connected my containers via conveyor tubes with some assemblers. The tubes and all parts are green and working. But for some reason, I can't move objects from the containers to the assembler, to disassemble them.

Do you have any ideas what could be the reason?

view more: next ›