![]() |
Select laptop options not showing... - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Select laptop options not showing... (/showthread.php?tid=8172) |
Re: Select laptop options not showing... - JaymzRG - 03-10-2022 Lots of solutions being thrown at me. Thank you all, first of all, lol. I'll try these and let you know which work! See you all soon! Re: Select laptop options not showing... - JaymzRG - 03-10-2022 (03-10-2022, 03:14 PM)firenice03 link Wrote:[member=48681]JaymzRG[/member] It says "no additional drivers available" in Additional Drivers. Mouse and Touchpad only lists the external mouse I'm using in the drop-down menu. All newer kernels I installed with the Kernel Installer say that is has an "invalid signature" and that I need to "load the kernel first" at start-up. (03-10-2022, 07:42 PM)Moltke link Wrote:[quote author=JaymzRG link=topic=8557.msg57729#msg57729 date=1646854733] Is this your laptop? https://www.coolblue.be/en/product/878441/lenovo-ideapad-3-15itl05-81x800cvmb-azerty.html Well, if that's the case, it uses the Intel® Iris® Xe Graphics processor and you might want to read here https://dgpu-docs.intel.com/devices/iris-xe-max-graphics/index.html An excerpt: Quote:While support for the Intel Iris Xe Graphics processor has already been integrated into Linux* and integrated into Linux-based distributions such as Ubuntu 20.04.1, enabling work for the Intel Iris Xe MAX graphics processor in Linux* is ongoing.In that same link, they Quote:provide early access to that software and instructions to configure an Ubuntu 20.04.1 system so you can take advantage of both graphics adapters today.Which are not trivial. I think that's the issue; the driver for that GPU isn't being loaded, and your inxi output kind of confirms that cause it says: Code: Graphics: Code: driver: i915 Quote:fbdev is an Xorg driver for framebuffer devices. This is a non-accelerated driver, the following framebuffer depths are supported: 8, 15, 16, 24. All visual types are supported for depth 8, and TrueColor visual is supported for the other depths. Multi-head configurations are supported. I would try a new kernel, 5.11+ and see if that makes things better. [/quote] I didn't wanna try this Ire Xe solution because it says it's for Ubuntu 20.04 (I'm using Linux Lite) and already messed up one OS trying another "Tear-free" tweak I found on other sites. I really don't wanna reinstall the OS again, lol. ------ Some have said that if you switch from Xorg to Wayland, that can also fix screen-tearing, but have no idea where to go in Lite. Also, can anyone help me figure out hot to do the following: - Figure out how to install the Synaptics driver. It seems to be missing and is what the problem is with the touchpad not working at all. - How to use the HDMI output to connect to an external screen. I was able to mirror it with Windows 11 with ease, but get "no input" with Linux. - Enable the F11/F12 buttons to adjust screen brightness. Re: Select laptop options not showing... - JaymzRG - 03-11-2022 Good news! I figured out what the problem was with the newer kernels not loading on startup. I had to disable Secure Boot in BIOS/UEFI. No more screen tearing and I can connect an external screen via HDMI for screen mirroring. I'm using Linux Lite 5.8, Kernel 5.16 now. The F11/F12 screen brightness buttons is still not working and the touchpad is still not showing up in "Mouse and Touchpad." Hopefully, those are minor adjustments that I have to find. Does anyone have any suggestions for these? Re: Select laptop options not showing... - Moltke - 03-11-2022 (03-10-2022, 08:52 PM)JaymzRG link Wrote:[member=48681]JaymzRG[/member] Linux Lite is based on Ubuntu. :55: Re: Select laptop options not showing... - JaymzRG - 03-11-2022 (03-11-2022, 04:41 AM)Moltke link Wrote:[quote author=JaymzRG link=topic=8557.msg57751#msg57751 date=1646945555] Linux Lite is based on Ubuntu. :55: [/quote] Oh. ok! Lol. I was able to get rid of the screen tearing but upgrading the kernel to 5.16. Re: Select laptop options not showing... - JaymzRG - 03-11-2022 I looked through the online specs guides of my laptop (https://psref.lenovo.com/syspool/Sys/PDF/IdeaPad/IdeaPad_3_15ITL05/IdeaPad_3_15ITL05_Spec.pdf) and it seems like either, according to some other sites I looked at on Google, Linux Lite only supports Synaptics touchpads (I think mine is Precision, according to page 4 of the pdf I posted) or I need to just wait for Linux to make a driver for my touchpad, seeing as my laptop might be a little TOO new, lol. Anyone know for sure which it is? If it only supports Synaptics touchpads, is there any to use a Synaptics driver for my laptop? This site (https://mspoweruser.com/enable-precision-touchpad-drivers-non-precision-pc/) says you can use Precision drivers on non-precision touchpads, so I'm wondering if you can do the opposite and use Synaptics drivers on non-Synaptics touchpads. If it is possible, I need a step-by-step walkthrough of how to install the Synaptics driver... or any touchpad driver that will work! Lol. Re: Select laptop options not showing... - Moltke - 03-12-2022 (03-11-2022, 06:35 AM)JaymzRG link Wrote:I looked through the online specs guides of my laptop (https://psref.lenovo.com/syspool/Sys/PDF/IdeaPad/IdeaPad_3_15ITL05/IdeaPad_3_15ITL05_Spec.pdf) and it seems like either, according to some other sites I looked at on Google, Linux Lite only supports Synaptics touchpads (I think mine is Precision, according to page 4 of the pdf I posted) or I need to just wait for Linux to make a driver for my touchpad, seeing as my laptop might be a little TOO new, lol. Read here https://www.dell.com/support/kbdoc/en-us/000150104/precision-xps-ubuntu-general-touchpad-mouse-issue-fix?lwp=rt Instructions are clear and the process seems fairly easy to follow. One thing, where it reads sudo apt-get install --install-recommends linux-generic-hwe-16.04 change that for Code: sudo apt install --install-recommends linux-generic-hwe-20.04 Re: Select laptop options not showing... - JaymzRG - 03-12-2022 (03-12-2022, 12:41 AM)Moltke link Wrote:[quote author=JaymzRG link=topic=8557.msg57764#msg57764 date=1646980522] Read here https://www.dell.com/support/kbdoc/en-us/000150104/precision-xps-ubuntu-general-touchpad-mouse-issue-fix?lwp=rt Instructions are clear and the process seems fairly easy to follow. One thing, where it reads sudo apt-get install --install-recommends linux-generic-hwe-16.04 change that for Code: sudo apt install --install-recommends linux-generic-hwe-20.04 [/quote] This looks like a bit much for me since I'm still pretty new to Linux OS. Maybe I'll just wait until there's a new kernel. Thanks, though! Re: Select laptop options not showing... - JaymzRG - 03-13-2022 Ok, wow. I just found out that the touchpad manufacturer in my laptop is a Precision brand. I was going to put the original hard drive in to check, but I didn't have to after I read this article: https://www.windowscentral.com/windows-11-requires-precision-touchpads-and-thats-good-most-laptops My Lenovo (manufactured last December) is Windows 11. So it seems that Microsoft is forcing ALL PC makers to use their Precision touchpads if they are going to use Windows 11. How authoritarian and Mac-like... and a headache for us Linux laptop users. Given this newly-found information, I guess the next logical thing to ask is if there's a way to install a Precision touchpad driver using terminal? Remember, I'm new to Linux, so I might new someone to get me the sudo code. I'll try Googling it, but I might need someone here to provide that command prompt, if one exists, that is. Re: Select laptop options not showing... - JaymzRG - 03-16-2022 Thanks for all the help, guys! Using the mouse instead of touch pad was not an acceptable option, so I installed Ubuntu 20.04 instead. Everything seems to work there except for the screen brightness -/+ F keys (F11/F12 on my laptop) still and logging out/locking/closed lid disconnects the WiFi, but both are not big deals. I hope the next Ubuntu version will fix them, though. |