<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>失灵 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E5%A4%B1%E7%81%B5/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 09 Sep 2022 04:46:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Ubuntu解决ThinkPad休眠后触摸板失灵的问题</title>
		<link>https://www.coder4.com/archives/7784</link>
					<comments>https://www.coder4.com/archives/7784#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 09 Sep 2022 04:45:29 +0000</pubDate>
				<category><![CDATA[计算机技术]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[休眠]]></category>
		<category><![CDATA[失灵]]></category>
		<category><![CDATA[触摸板]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7784</guid>

					<description><![CDATA[我的是T14，每次冷开机时触摸板都好用，休眠恢复后就各种失灵。 试了很多办法，目前这个管用： sudo vim /lib/systemd/system-sleep/touchpad #!/bin/bash if [[ $1 == post ]]; then modprobe -r psmouse modprobe psmouse fi 然后添加权限 chmod a+x /lib/systemd/system-sleep/touchpad 然后重启试试效果吧[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7784/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
