Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: 18.04: xorg config to fix xcalib hoses brightness keys

  1. #11
    Join Date
    Jun 2016
    Beans
    2,831
    Distro
    Xubuntu

    Re: Switched to HWE stack, now brightness keys don't do anything

    bump
    Xubuntu 22.04, ArchLinux ♦ System76 hardware, virt-manager/KVM, VirtualBox
    When your questions are resolved to your satisfaction, please use Thread Tools > "Mark this thread as solved..."

  2. #12
    Join Date
    Jun 2016
    Beans
    2,831
    Distro
    Xubuntu

    Re: Switched to HWE stack, now brightness keys don't do anything

    bump
    Xubuntu 22.04, ArchLinux ♦ System76 hardware, virt-manager/KVM, VirtualBox
    When your questions are resolved to your satisfaction, please use Thread Tools > "Mark this thread as solved..."

  3. #13
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Switched to HWE stack, now brightness keys don't do anything

    If you're using 18.04 now then you're not using the HWE hardware stack anymore so if there is an issue there (18.04) maybe new thread.

  4. #14
    Join Date
    Jun 2016
    Beans
    2,831
    Distro
    Xubuntu

    Re: Switched to HWE stack, now brightness keys don't do anything

    Quote Originally Posted by mc4man View Post
    If you're using 18.04 now then you're not using the HWE hardware stack anymore
    Good point. I gave this thread a new title and added a note in the first post that I'm now using 18.04.
    Xubuntu 22.04, ArchLinux ♦ System76 hardware, virt-manager/KVM, VirtualBox
    When your questions are resolved to your satisfaction, please use Thread Tools > "Mark this thread as solved..."

  5. #15
    Join Date
    Jun 2007
    Beans
    17,337

    Re: 18.04: xorg config to fix xcalib hoses brightness keys

    Well I guess xcalib can only work with the intel driver (xserver-xorg-video-intel) rather than the current default of the builtin modesetting driver.
    When's the last time xcalib was updated? (seems pretty old..

  6. #16
    Join Date
    Jun 2016
    Beans
    2,831
    Distro
    Xubuntu

    Re: 18.04: xorg config to fix xcalib hoses brightness keys

    Huh, for some reason I thought Ubuntu was using this version of xcalib. Looks like the version of xcalib that Ubuntu is packaging was last updated in 2008!

    Do you know of another program that can apply a .icc file from Mac OS to my display at LightDM setup?
    Xubuntu 22.04, ArchLinux ♦ System76 hardware, virt-manager/KVM, VirtualBox
    When your questions are resolved to your satisfaction, please use Thread Tools > "Mark this thread as solved..."

  7. #17
    Join Date
    Jun 2007
    Beans
    17,337

    Re: 18.04: xorg config to fix xcalib hoses brightness keys

    Maybe try the latest release from github (0.10). Should only take about 10 sec. to make & install.
    I don't have apple hardware nor a monitor to calibrate, ect. but the 0.10 seems a bit more compatible, notice Xrandr & Xrender 'support' in newer version

    new
    Code:
    $ ldd /usr/local/bin/xcalib
    	linux-vdso.so.1 (0x00007ffd7d7e8000)
    	libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f4366404000)
    	libXrandr.so.2 => /usr/lib/x86_64-linux-gnu/libXrandr.so.2 (0x00007f43661f9000)
    	libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f4365ff3000)
    	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f4365c55000)
    	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4365864000)
    	libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f436563c000)
    	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4365438000)
    	libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f4365226000)
    	libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f436501c000)
    	/lib64/ld-linux-x86-64.so.2 (0x00007f4366944000)
    	libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f4364e18000)
    	libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f4364c12000)
    	libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f43649fd000)
    	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f43647f5000)
    	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f43645d6000)
    old
    Code:
    $ ldd /usr/bin/xcalib
    	linux-vdso.so.1 (0x00007ffde7fc7000)
    	libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f1429270000)
    	libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f142906a000)
    	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f1428ccc000)
    	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f14288db000)
    	libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f14286b3000)
    	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f14284af000)
    	libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f142829d000)
    	/lib64/ld-linux-x86-64.so.2 (0x00007f14297af000)
    	libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f1428099000)
    	libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f1427e93000)
    	libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f1427c7e000)
    	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f1427a76000)
    	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1427857000)

    (- if building make sure you have libxxf86vm-dev, libxext-dev, libxrender-dev, libxrandr-dev, libxcb1-dev installed
    Last edited by mc4man; June 29th, 2018 at 12:50 PM.

  8. #18
    Join Date
    Jun 2016
    Beans
    2,831
    Distro
    Xubuntu

    Re: 18.04: xorg config to fix xcalib hoses brightness keys

    Success! The version of xcalib I linked above works without 20-intel.conf, and so I now have my brightness keys back!

    Thanks mc4man for your help!
    Xubuntu 22.04, ArchLinux ♦ System76 hardware, virt-manager/KVM, VirtualBox
    When your questions are resolved to your satisfaction, please use Thread Tools > "Mark this thread as solved..."

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •