-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: FrameworkComputer/linux-docs
base: framework12-accel-ubuntu25.04-workaround
head repository: FrameworkComputer/linux-docs
compare: main
- 20 commits
- 4 files changed
- 2 contributors
Commits on May 20, 2025
-
Create Framework-12-Ubuntu-25-04-tablet-deb.sh
Provides a one and done installer for the working deb package borrowed from noble.
Configuration menu - View commit details
-
Copy full SHA for 7c93d91 - Browse repository at this point
Copy the full SHA 7c93d91View commit details -
Merge pull request #52 from FrameworkComputer/framework12-accel-ubunt…
…u25.04-workaround framework12: Simplify accel workaround on 25.05
Configuration menu - View commit details
-
Copy full SHA for dfa9cea - Browse repository at this point
Copy the full SHA dfa9ceaView commit details -
Update and rename Ubuntu-25-04-Tablet-Mode.md to Ubuntu-25-04-accel-u…
…buntu25.04.md # Ubuntu 25.04 Tablet Mode Setup Udev Edit
Configuration menu - View commit details
-
Copy full SHA for 3da585f - Browse repository at this point
Copy the full SHA 3da585fView commit details -
Create Ubuntu-25-04-Tablet-Deb.md
Three options to choose from, all options are for tablet mode on Ubuntu 25.04 Manual install gives you full control—you download the .deb yourself and run dpkg -i, then you’re done. iio-sensor-proxy 3.5-1build2 Script option bundles dependency installation, the download, the install, and even triggers a reboot into a single curl-and-bash command for a one-and-done experience. iio-sensor-proxy 3.5-1build2 Udev edit skips installing any new package and instead tweaks your existing udev rules so the sensor is recognized automatically, which can be useful if you just need the sensor enabled without adding or upgrading software. Default install of iio-sensor-proxy 3.7-1
Configuration menu - View commit details
-
Copy full SHA for 4aac0c0 - Browse repository at this point
Copy the full SHA 4aac0c0View commit details -
- [This script will get tablet mode set up and running fast](https://github.com/FrameworkComputer/linux-docs/blob/main/framework12/Ubuntu-25-04-Tablet-Deb.md).
Configuration menu - View commit details
-
Copy full SHA for 63070d1 - Browse repository at this point
Copy the full SHA 63070d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0f4c1 - Browse repository at this point
Copy the full SHA ff0f4c1View commit details -
Update Ubuntu-25-04-Tablet-Deb.md
If you feel strongly about using the provided iio-sensor-proxy package provided by the 25.04 release, Udev Edit Option is your best option. The other two methods install an older version of iio-sensor-proxy that requires no tweaking at all.
Configuration menu - View commit details
-
Copy full SHA for 83e9552 - Browse repository at this point
Copy the full SHA 83e9552View commit details -
Update Ubuntu-25-04-Tablet-Deb.md
This guide will help set up screen rotation support for your laptop on Ubuntu 25.04, giving you an experience similar to what Fedora 42 and Bazzite offer out of the box. Rather not deal with this at all? Bazzite and Fedora are ready to go out of the box, zero configuration.
Configuration menu - View commit details
-
Copy full SHA for 891d317 - Browse repository at this point
Copy the full SHA 891d317View commit details -
Update Ubuntu-25-04-Tablet-Deb.md
(Minor typo) Removed "provided"
Configuration menu - View commit details
-
Copy full SHA for e17f6f5 - Browse repository at this point
Copy the full SHA e17f6f5View commit details -
Update Framework-12-Ubuntu-25-04-tablet-deb.sh
Splash of color. And the option to hold the page or not.
Configuration menu - View commit details
-
Copy full SHA for ff3ad2f - Browse repository at this point
Copy the full SHA ff3ad2fView commit details -
Update Ubuntu-25-04-Tablet-Deb.md
> Unless you choose to hold the package back, it will update automatically - which will means tablet mode may stop working, unless you hold it back. ``` sudo apt-mark hold iio-sensor-proxy ```
Configuration menu - View commit details
-
Copy full SHA for 7c252bb - Browse repository at this point
Copy the full SHA 7c252bbView commit details -
Update Ubuntu-25-04-Tablet-Deb.md
Use the method you are most comfortable with. Manual install gives you full control—you download the .deb yourself and run dpkg -i, then you’re done. iio-sensor-proxy 3.5-1build2 Script install option bundles dependency installation, the download, the install, and even triggers a reboot into a single curl-and-bash command for a one-and-done experience. iio-sensor-proxy 3.5-1build2 Udev edit option skips installing any new package and instead tweaks your existing udev rules so the sensor is recognized automatically, which can be useful if you just need the sensor enabled without adding or upgrading software. Default install of iio-sensor-proxy 3.7-1
Configuration menu - View commit details
-
Copy full SHA for 2639f9e - Browse repository at this point
Copy the full SHA 2639f9eView commit details -
framework12: Correctly override udev
/usr/lib is managed by the distro, so it's easily overridden. According to udev(7) you're supposed to override by putting them in /etc Signed-off-by: Daniel Schaefer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2daf371 - Browse repository at this point
Copy the full SHA 2daf371View commit details
Commits on May 22, 2025
-
Merge pull request #53 from FrameworkComputer/correctly-override-udev
framework12: Correctly override udev
Configuration menu - View commit details
-
Copy full SHA for a92f16e - Browse repository at this point
Copy the full SHA a92f16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e05cfc - Browse repository at this point
Copy the full SHA 0e05cfcView commit details
Commits on May 23, 2025
-
### Bonus Step - Correct blurry text rendering in the Chrome browser - Open your Chrome browser, browse to chrome://flags/ and press enter. - Look for the search box at the top of the page, type in the words _ozone platform_ then press the enter key. - Look for the box marked Default, change it to Auto. - With this changed to Auto, relaunch your Chrome browser. 
Configuration menu - View commit details
-
Copy full SHA for 8740d33 - Browse repository at this point
Copy the full SHA 8740d33View commit details -
Going all in with udev tablet workaround. - [This script will get tablet mode set up and running fast](https://github.com/FrameworkComputer/linux-docs/blob/main/framework12/Ubuntu-25-04-accel-ubuntu25.04.md#ubuntu-2504-tablet-mode-setup-udev-edit).
Configuration menu - View commit details
-
Copy full SHA for 6a49d46 - Browse repository at this point
Copy the full SHA 6a49d46View commit details -
Update Ubuntu-25-04-accel-ubuntu25.04.md
> Tablet rotation mode should work immediately. Howver if for some reason it does not, reboot then test rotation again. Remember to flip the the screen completely back to test rotation properly.
Configuration menu - View commit details
-
Copy full SHA for 43827f6 - Browse repository at this point
Copy the full SHA 43827f6View commit details -
Delete framework12/Ubuntu-25-04-Tablet-Deb.md
Replaced with Udev method.
Configuration menu - View commit details
-
Copy full SHA for 49aa28e - Browse repository at this point
Copy the full SHA 49aa28eView commit details -
Delete framework12/scripts/Framework-12-Ubuntu-25-04-tablet-deb.sh
Replaced with Udev method.
Configuration menu - View commit details
-
Copy full SHA for 41615e0 - Browse repository at this point
Copy the full SHA 41615e0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff framework12-accel-ubuntu25.04-workaround...main