Jump to content

PythonLimited

Member
  • Posts

    7
  • Joined

  • Last visited

Awards

This user doesn't have any awards

PythonLimited's Achievements

  1. Kind of same here. High Settings: ~55fps after going out of apartement (the crowded area), NO raytracing, NO DLSS. Seems like especially NPC take down the FPS but this is still not acceptable. Usage is in the higher 70s on the gpu but cpu is only at around 40-50%. Will DDU my driver and reinstall windows to check if it helps. - RTX 3080 Gainward - 48gb 2800 Ram - Ryzen 9 3900XT
  2. Hi, I just got my rtx 3080 from gainward that I bought last week. I just went on and installed it, jumped into a game, and noticed how bad the performance was. Btw this is my first ever nvidia card, I was fully team red before and had a RX 5700 Founders before which performed better! Are there any settings I'm missing? Rest of the setup: 16GB ddr4 Ryzen 3700X 1tb ssd 1tb hdd Asrock B450 (iirc) I'm also reinstalling windows atm maybe that helps Best regards!
  3. If u need any help ask me I can probably help you. But be aware that LG phones are pretty easy to brick. It often involves flashing a different bootloader which if u choose the wrong one hard bricks everything.
  4. Cool stuff, I'm programming those Custom OS since 2013. I even still maintain my beloved S3Neo from 2013. The topic really needs to get more coverage i think, to let customers know they don't need to buy a new phone every two years (even though manufacturers want them). But there are some things I've to complain about. In Android the process of how a image is being Processed (be it post processing or ore processing) is not done in the App that takes the picture. The app really just takes the photo with sometimes some settings like raw pictures or manual exposure, denoise, zsl u name it being enabled when the app switches to manual mode. But all the processing is being done in the Camera HAL or hardware abstraction layer. That one does (actually it doesnt but to simplify assume it does) post processing and image corrections. It also converts it to jpeg which is a edited type as the camera normally outputs in YUV in Android. That's why there are camera mods which replace those camera HALs. Check the Oneplus 3 which has one such replacement. It works pretty well and those guys even had 4k video enabled on a non 4k supported phone. The other thing is the developer who maintains the device. That's one of the issues like the screen. As a developer one has the option to simply change the individual color strength or turn the brightness up more than on stock. But there are some features enabled by default like anti display degradation routines that lower the brightness. But its good that phones in general are being supported by lineageos (even though the lead devs there are total garbage and toxic). If any Lineage Dev reads this then finally read my ticket (Mi Pad 4 Clover device bringup) and answer
  5. So from a developers perspective this looks like a very poorly optimized kernel for me Linus. I don't think this has to be done something with the userspace of the phone itself (tho the commands top and htop will help u to find out if in wrong) but probably with samsungs custom implementation of the android stuff in the kernel. I'm working on the galaxy s3 neo kernel for about 4 years now, and they did a lot of crappy stuff on that. The memory management is awful with zram zcache and swap. The device has 1.5 GB ram of which 0.7 are available at runtime but without the custom roms I developed for it on bare stock u can really see it struggle in daily life usage as Samsung is always giving the ram to the zcache and swap partitions. In addition they have some sort of cleaning algorithm which tries to drop unused memory but consumes more power then it saves, on Qualcomm variants there's also M(ake)P(oor)Decision which is a hotplug for the CPU but often freezes or nearly stress-tested the whole phone as it couldn't handle the workloads correctly resulting in an ususuable state. My S8 also is still experiencing those stuff I'm describing too. What u could try to save this problem is either resetting the device to stock with a computer via ODIN or installing a custom kernel (would void warranty as it removes Knox secure boot etc...). I don't know why Samsung wants to do that, butnit seems like those problems are occurring on all the phones I had from them after a specific period of time. Maybe (but that's just theory) they did something like apple did with slowing down the phones but with a different approach - killing the battery. Other option, u enabled a loop like battery killer app combo. Two apps basically being in a race condition to get permissions, do read write operations (especially when ur dealing with mutex - locked files by process, files) or just the simple google audio recognition. Anyways this is still something Samsung needs to fix urgently but they seem to refuse any support and/or statement for this.
  6. Ah yeah linus might need these patches https://github.com/CyanogenMod/android_kernel_lge_hammerhead/commit/46bd47757a9f34c1d95dd2620414893212fb0526 https://github.com/CyanogenMod/android_kernel_samsung_aries/commit/1736943179733a4629e0eaa773848bdeeaeefec1 Just cherry-pick them over the kernel tree and then build bootimage.
  7. Lol the first thing that came up in my mind was drivedroid. I used it a while ago on my s3neo and remember it pretty well as it needed a kernel patch I had to port to my device for the app. But idk if the app is still compatible with the 4.4 kernel the s8/s9 has.... I'm gonna try out on my s8 and report here if it still does.
×