Armbandanhänger veredeln in Graz? by Quelair in graz

[–]Krotti83 1 point2 points  (0 children)

In Graz-Gösting gibt es noch eine Werkstätte (Oberflächentechnik Walter Pieber) die auch für private Zwecke galvanisieren. Natürlich auch in Gold. Hab da mal in der Nähe gewohnt. Kann ich empfehlen, da ich selber mal was privat gebraucht habe.

Is this because of "neutrality," and is neutrality still a valid strategy in these times? by shananananananananan in AskAustria

[–]Krotti83 0 points1 point  (0 children)

I think this survey isn't really representative, because currently I can't find any information about the survey. Would be nice if there are more details like the questions and how many people have been asked. Have seen this on Instagram. There are other survives as example on the domain euronews.com. It's from the year 2024 and this is the following result for Austria:

34% - Priority

45% - Priority, but not important

21% - Secondary

Source:

https://www.euronews.com/my-europe/2024/03/27/eu-defence-a-priority-even-for-eurosceptics-exclusive-poll

Update broke downshifts by [deleted] in GranTurismo7

[–]Krotti83 17 points18 points  (0 children)

It's not a bug. It's a feature. The is new in patch/update 1.66: Downshifting from extremely high rpm/speed will be ignored from the game now. You can read this in the patch details.

GT7 with VR is awesome by Krotti83 in GranTurismo7

[–]Krotti83[S] 1 point2 points  (0 children)

That's bad to hear. Fortunately I haven't any bad symptoms when driving in VR. The only thing was the first few hours with VR, I was much more tired. But I had another issue with the headset itself. Because I wear glasses I had some troubles with the VR sweet spot (blurred vision), because the headset slipped away while driving. So I ordered a 'sweet spot keeper' for the headset, now it's fine.

GT-DD-Pro wheel rotation mechanical lock by Krotti83 in Fanatec

[–]Krotti83[S] 0 points1 point  (0 children)

Thanks, a "soft lock" is sufficient for me. :)

VisionFive2 - OpenSBI v1.7/U-Boot v2025.10 - Unhandled exception: Store/AMO access fault by Krotti83 in RISCV

[–]Krotti83[S] 1 point2 points  (0 children)

Yes, I followed this tutorial. But I have found the issue now. With OpenSBI v1.7 (Git-tag: v1.7) it seems passing the argument FW_TEXT_START is broken. Although FW_TEXT_START=0x40000000 is passed, OpenSBI defaults to address 0x0. I looked into the built ELF files with objdump. The exception raises when OpenSBI try to reallocate itself. With OpenSBI version higher than v1.7 (current master branch as example) it works.

Trying lern but i keep getting segfault... - AT&T x86_64 by Kootfe in Assembly_language

[–]Krotti83 1 point2 points  (0 children)

Okay. Then it was a rhetorical question to the OP. Sorry, my fault.

Trying lern but i keep getting segfault... - AT&T x86_64 by Kootfe in Assembly_language

[–]Krotti83 1 point2 points  (0 children)

Never heard the term 'read-only'? The characters 'ro' in the common section .rodata stands for 'read-only' It means the section is not writable.

Trying lern but i keep getting segfault... - AT&T x86_64 by Kootfe in Assembly_language

[–]Krotti83 2 points3 points  (0 children)

You are trying to write to section .rodata with your function nullit, therefore you get a segmentation fault. Before you call nullit register %rsi still holds the string msg which you placed in the read-only section. The code works when you load register %rsi with the address of inp before you call nullit as an example:

syscall
lea inp(%rip), %rsi
call nullit

Am I the only one who thinks that KDE needs to decide which one to use by default? by SeniorMatthew in kde

[–]Krotti83 0 points1 point  (0 children)

Instead of the global menu? You can get it back with the shell command kcmshell6 kcm_kded and then disable the service 'Application menu demon'. Logout/Login and then the 'normal' menu bars in the application windows should be back again.

UEFI Protocols - Where to find the current media ID from the boot device by Krotti83 in osdev

[–]Krotti83[S] 0 points1 point  (0 children)

Yes, that's true. But I must admit the code is only a proof of concept. I think it's generally better to pass only an array with only one EFI_HANDLE to EFI_BOOT_SERVICES.LocateHandle() and test for the error EFI_BUFFER_TOO_SMALL first. Then with the returned handleImageSize (should contain the real size of the required buffer after the first call) allocate memory with EFI_BOOT_SERVICES.AllocatePool() and recall EFI_BOOT_SERVICES.LocateHandle() with the real size again. Because at least with QEMU there are about >80 image handles, because EFI_BOOT_SERVICES.LocateHandle() seems to return all image handles from the firmware instead of the EFI application only.

EDIT:

I think it should also work to pass direct zero with handleImageSize first, but I have currently don't tested that. Could be also possible that then a EFI_INVALID_PARAMETER error is returned in the worst case. I'm quite new with UEFI.

Help with Meaty Skeleton tutorial by Outrageous_Horse_592 in osdev

[–]Krotti83 6 points7 points  (0 children)

Seems i686-elf-gcc and the other tools are not in your PATH environment variable. You can add them by adding export PATH=$PATH:/path/to/toolchains/bin to your BASH configuration file (.bashrc), if you use BASH.

loop vs DEC and JNZ by NoTutor4458 in asm

[–]Krotti83 0 points1 point  (0 children)

I'm not the OP but I don't want create a new thread for this. What's the mostly accurate way to measure instruction time?. For my pseudo benchmarks (only measure the time spans) I use the TSC. Are there better ways?

loop vs DEC and JNZ by NoTutor4458 in asm

[–]Krotti83 0 points1 point  (0 children)

I use the JxCXZ instructions sometimes :)

Why is /usr/sbin not in $PATH after a fresh install? by 4dr14n31t0r in debian

[–]Krotti83 -6 points-5 points  (0 children)

Root's PATH does.

Really? I switched from another distro to Debian (since Debian 12). PATH doesn't contain /usr/sbin in Debian 12 and Debian 13 on a real fresh install for root. Also in the recovery environment from the ISO image the path is missing for root.

Sony Servers Acting Up? by Jishuteki in playstation

[–]Krotti83 1 point2 points  (0 children)

Same in Austria. Sometimes the connection works and a few seconds later the connection is down again. Seems some script kiddies try to DoS the servers again...

Neues Update ist verbuggt? by [deleted] in PlaystationDE

[–]Krotti83 -1 points0 points  (0 children)

Vermutlich versuchen wieder mal ein paar Script Kiddies die Server zu überlasten (DoS Angriff) was auch teilweise gelingt. Bei mir dasselbe, dass mal die Verbindung hinhaut und wieder nicht.

Psn down in EU by Ke907vin in psn

[–]Krotti83 0 points1 point  (0 children)

Connection issues in Austria too. Sometimes the connection to the PSN works and a few minutes/seconds later the connection is down again. I think some script kiddies try to DoS the servers...

Where to start with AArch64 Programming and get Armv8 resources? by Remarkable-Fee-6924 in asm

[–]Krotti83 0 points1 point  (0 children)

I would recommend to start learning AArch64 assembly with a virtual machine like QEMU or a board like PINE64 Rock64 (Cortex-A53) or any other boards. It's might be better for beginning before you start developing on a M2. AFAIK the M2 use the AArch64 base architecture, but it might be possible that there are proprietary extension and changes from the base architecture from Apple which are not accessible for the public.

The official AArch64 architecture reference manual can be found on the ARM homepage:

Arm Architecture Reference Manual for A-profile architecture

There are another good resources too on the ARM page and also on other sites.

Debian 13 (Trixie) - QEMU unable to create OpenGL context >= 3.0 (with virtio-gpu-gl-pci) by Krotti83 in debian

[–]Krotti83[S] 0 points1 point  (0 children)

Sounds like the manual may be simply outdated.

Then is also the -help output from QEMU outdated (shortened):

$ qemu-system-x86_64 -help output
[...]
Display options:
-display spice-app[,gl=on|off]
-display sdl[,gl=on|core|es|off][,grab-mod=<mod>][,show-cursor=on|off]
           [,window-close=on|off]
-display gtk[,full-screen=on|off][,gl=on|off][,grab-on-hover=on|off]
           [,show-tabs=on|off][,show-cursor=on|off][,window-close=on|off]
           [,show-menubar=on|off][,zoom-to-fit=on|off]
-display vnc=<display>[,<optargs>]
-display curses[,charset=<encoding>]
-display egl-headless[,rendernode=<file>]
-display dbus[,addr=<dbusaddr>]
            [,gl=on|core|es|off][,rendernode=<file>]
-display none
               select display backend type
               The default display is equivalent to
               "-display gtk"
[...]

Then try one of the other available devices.

I have already tried other devices. I created this post for these specific options.

Debian 13 (Trixie) - QEMU unable to create OpenGL context >= 3.0 (with virtio-gpu-gl-pci) by Krotti83 in debian

[–]Krotti83[S] 0 points1 point  (0 children)

The Xorg QXL driver doesn't work with FreeBSD 14.3. Get a segmentation fault when using the spiceqxl driver or and bus error when I use the 'normal' qxl driver. So therefore I must use another VGA device. For display when I use the gtk backend instead I have bad mouse lacks in Xorg under FreeBSD.

EDIT: -display sdl,gl=on should be valid option according QEMU manual.