Lucius Hu

Results 575 comments of Lucius Hu

@anein I'm open to PR.

@mcybz thanks for reporting. what's the smallest bundle that currently includes glxinfo? I can add that to the script.

I just installed the driver and I only added `--no-cc-version-check` option and everything works. That is I have DKMS on. So here's what I'm thinking: - Incorporate line 58-91 and...

NVIDIA officially says that the driver may not work on Optimus laptops unless you can disable the integrated GPU. There're various guides online for other distros. Arch proposed a method...

> The syntax `'a: 'b` means _"`'a` lives at least as long as `'b`"_, ie. `'b` is bounded by `'a`, not the other way around. Bound in this context should...

> it would be exactly the other way around - 'b would be within 'a (hence 'a "outlives" 'b as the reference puts it) `'a` outlives `'b` thus `'a` is...

@trollixx To get the version string from cmake, we may add the following shell commands to `pkg/appimage/appimage-amd64.yml` ```bash grep 'CMAKE_PROJECT_VERSION:STATIC' ../../CMakeCache.txt | cut -d'=' -f2 ``` wwhere `CMakeCache.txt` could be...

The layer documentation haven't been updated. I will update it if the above passes review.

Still need some rework. There's issue with loading order.

@LuisChDev It's almost good but there could be a few issues. For example some forms may need to be moved from :config to :init or may be wrapped in a...