-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XPS 7590 #26
Comments
Did you run |
To run ./icc-brighness standalone (as I understand you're trying), you don't need sudo. But you need to run |
Hello, sure I followed the guildeline: even tried:
but always the same error
|
Hi,
I follow the guideline and do And |
If you guys updated from 19.10 to 20.04 try to run
|
Already tried |
Already tried too. Clean works with no error. But same error when I want to execute icc-brightness. |
I heard that Ubuntu 20.04 fixed the brightness on oled systems |
Hello all, I am running openSUSE Tumbleweed with KDE on my XPS 7590. Edit: I was getting the same error as @psyray |
This issue here might be the fix and the issue that we are all having |
Can be helpful (or not) |
Can confirm this works! |
Trust me or not I already did it, and was not so easy 🤣 I asked why 12 to the code Dev and he replied me that is a good setup for Lenovo s |
Lol I did the same! Also, you can change This will allow the screen to completely go black when brightness is set to 0 (I use it very often :P) |
How do you use a black screen 😅? |
Linux kernel I use Dell XPS 7590 / Ubuntu 20.04 Example how to update kernel on Ubuntu 20.04 (at one's own risk)
|
You can also install a Kernel Patch for 5.10, this is also available in AUR named 'oled-linux', just apply this patch and the brightness will kinda work (also the night-mode with redshift) |
Hello
I never managed to make this working unluckyly
Tried on ubuntu 19.10 and now on 20.04 keep having this error
Am I doing something wrong or is not supported?
dell xps 7590 oled-uhd
sudo ./icc-brightness apply Traceback (most recent call last): File "icc-brightness", line 157, in <module> main() File "icc-brightness", line 132, in main icc_brightness_apply() File "icc-brightness", line 108, in icc_brightness_apply icc_brightness(brightness, max_brightness) File "icc-brightness", line 83, in icc_brightness subprocess.run([ICC_BRIGHTNESS_GEN, icc_filepath, File "/usr/lib/python3.8/subprocess.py", line 489, in run with Popen(*popenargs, **kwargs) as process: File "/usr/lib/python3.8/subprocess.py", line 854, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icc-brightness-gen'
when I type ./icc-brightness it shows the options*
The text was updated successfully, but these errors were encountered: