mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
315ce7b7fc
I updated the document to show that the Thinkpad X200 also has the same issue. Small edit: line 14 changed 'VT-D' to 'VT-d' for consistency.
1.4 KiB
1.4 KiB
layout | title | permalink | redirect_from | |||
---|---|---|---|---|---|---|
doc | Getting Lenovo Thinkpad X201 & X200 to work | /doc/thinkpad_x201/ |
|
Instructions for getting your Lenovo Thinkpad X201 & X200 laptop working with Qubes/Linux
For being able to boot the installer from USB, you have to disable VT-d in the BIOS. Enter the BIOS by hitting F1, go to Config - CPU and then disable there VT-d.
After the installation, you have to set a startup-parameter for Xen, to be able to activate VT-d again:
- Open a terminal in dom0
- Edit
/etc/default/grub
- Add to the line
GRUB_CMDLINE_XEN_DEFAULT
the settingiommu=no-igfx
, save and quit - sudo
grub2-mkconfig --output /boot/grub2/grub.cfg
Then reboot, enter BIOS and re-enable VT-d.
Getting scrolling with the Trackpoint and the Middle Button to work
-
Create a script with the following content:
#!/bin/sh xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1 xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2 xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 200 xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5
-
Add the script to the startup-items of your desktop environment.