<?xml version='1.0' encoding='utf-8' ?>

<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom10='http://www.w3.org/2005/Atom'>
<channel>
  <title>terriko</title>
  <link>https://terriko.dreamwidth.org/</link>
  <description>terriko - Dreamwidth Studios</description>
  <lastBuildDate>Wed, 15 Apr 2015 03:19:58 GMT</lastBuildDate>
  <generator>LiveJournal / Dreamwidth Studios</generator>
  <lj:journal>terriko</lj:journal>
  <lj:journaltype>personal</lj:journaltype>
  <image>
    <url>https://v2.dreamwidth.org/164493/266577</url>
    <title>terriko</title>
    <link>https://terriko.dreamwidth.org/</link>
    <width>100</width>
    <height>100</height>
  </image>

<item>
  <guid isPermaLink='true'>https://terriko.dreamwidth.org/166606.html</guid>
  <pubDate>Wed, 15 Apr 2015 03:19:58 GMT</pubDate>
  <title>&quot;but it is not going to be installed&quot;</title>
  <link>https://terriko.dreamwidth.org/166606.html</link>
  <description>Playing with docker and the mailman bundler today in an attempt to get some images running, and I hit a point where I got this:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;root@fd97a058ea83:~/mailman-bundler# apt-get install python3-dev&lt;br /&gt;Reading package lists... Done&lt;br /&gt;Building dependency tree       &lt;br /&gt;Reading state information... Done&lt;br /&gt;Some packages could not be installed. This may mean that you have&lt;br /&gt;requested an impossible situation or if you are using the unstable&lt;br /&gt;distribution that some required packages have not yet been created&lt;br /&gt;or been moved out of Incoming.&lt;br /&gt;The following information may help to resolve the situation:&lt;br /&gt;&lt;br /&gt;The following packages have unmet dependencies:&lt;br /&gt; python3-dev : Depends: libpython3-dev (= 3.4.0-0ubuntu2) but it is not going to be installed&lt;br /&gt;               Depends: python3.4-dev (&amp;gt;= 3.4.0-0~) but it is not going to be installed&lt;br /&gt;E: Unable to correct problems, you have held broken packages.&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;It was very non-obvious to me what was going on and google wasn&apos;t super helpful, so I&apos;m posting in case someone else searches for the same &quot;but it is not going to be installed&quot; installed error message.&lt;br /&gt;&lt;br /&gt;Turns out, what happened is that I needed to run &lt;code&gt;apt-get update&lt;/code&gt;, and now it&apos;s happy.&lt;br /&gt;&lt;br /&gt;Well, at least relative to that... buildout in mailman-bundler is complaining about numpy so I&apos;ve still got some work to do!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=terriko&amp;ditemid=166606&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://terriko.dreamwidth.org/166606.html</comments>
  <category>linux</category>
  <category>mailman</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://terriko.dreamwidth.org/131049.html</guid>
  <pubDate>Wed, 10 Jul 2013 18:09:49 GMT</pubDate>
  <title>My oversensitive touchpad</title>
  <link>https://terriko.dreamwidth.org/131049.html</link>
  <description>This is more a note to self than anything else, but who knows, maybe someone reading is having exactly the same problem as me?&lt;br /&gt;&lt;br /&gt;The &quot;new&quot; laptop has an overly sensitive touchpad, in that it seemed to be clicking at times when I didn&apos;t want it to click.  While quite a few people handle this by disabling the touchpad or disabling tap-to-click, I knew from experience with my last linux laptop that this is a solvable problem under linux at least.&lt;br /&gt;&lt;br /&gt;There&apos;s a *lot* of ways to control mouse settings, but &lt;a href=&quot;http://superuser.com/questions/229839/reduce-laptop-touch-pad-sensitivity-in-ubuntu&quot;&gt;here&apos;s the one that worked for me&lt;/a&gt;.  In short:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;xinput list&lt;/code&gt;&lt;br /&gt;to find my touchpad device, which turned out to be id=12&lt;br /&gt;&lt;br /&gt;&lt;code&gt;xinput list-props 12 |grep -i finger&lt;/code&gt;&lt;br /&gt;to give me a list of relevant entries&lt;br /&gt;&lt;br /&gt;&lt;code&gt;xinput set-prop 12 &quot;Synaptics Finger&quot; 25, 32, 256&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;to set it to something that seems better behaved. &lt;br /&gt;According to the link above: &quot;By increasing the second parameter, you require more finger pressure for the trackpad to respond. The first parameter controls release pressure, the third is to detect a button press (I think).&quot;&lt;br /&gt;&lt;br /&gt;and that seemed to match up.  In my case, I needed to up the second number.  While I was in there, I tweaked the two-finger settings so it&apos;d be easier to &quot;right click&quot; with two fingers.&lt;br /&gt;&lt;br /&gt;Lest it&apos;s useful to me later, here&apos;s my current settings:&lt;br /&gt;&lt;code&gt;terri@djpwn3:~$ xinput list-props 12 |grep -i finger&lt;br /&gt;	Synaptics Finger (261):	25, 32, 256&lt;br /&gt;	Synaptics Two-Finger Pressure (268):	256&lt;br /&gt;	Synaptics Two-Finger Width (269):	1&lt;br /&gt;	Synaptics Two-Finger Scrolling (272):	1, 1&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=terriko&amp;ditemid=131049&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://terriko.dreamwidth.org/131049.html</comments>
  <category>homepage</category>
  <category>ubuntu</category>
  <category>linux</category>
  <category>geek</category>
  <lj:security>public</lj:security>
  <lj:reply-count>4</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>https://terriko.dreamwidth.org/91098.html</guid>
  <pubDate>Wed, 21 Mar 2012 22:54:52 GMT</pubDate>
  <title>I have a second monitor at work</title>
  <link>https://terriko.dreamwidth.org/91098.html</link>
  <description>My boss got a huge beautiful new monitor, so I got her old apple display to use as a second monitor today.  However, it wasn&apos;t entirely intuitive to set up dual monitors on my Ubuntu machine at work: The Apple monitor would turn on for a second and then turn off, which apparently is what they do if they have no signal, but I didn&apos;t know that at first.  All the instructions said to go to the ubuntu display settings and tell it to autodetect, but that didn&apos;t work because it didn&apos;t notice the other monitor.  So then I went to xorg.conf, which apparently by default is disturbingly short, but I wasn&apos;t too sure what to put in.  Thankfully, &lt;a href=&quot;http://askubuntu.com/questions/67495/getting-dual-monitors-to-work-on-11-10&quot;&gt;this post came to the rescue&lt;/a&gt;.  In short, here&apos;s what I did:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Run nvidia-settings.&lt;br /&gt;&lt;li&gt;Under &quot;X Server Display Configuration&quot; I could see that my second monitor was there but unused, so I clicked on it to enable it and modified the settings to suit.&lt;br /&gt;&lt;li&gt;I had already backed up my xorg.conf so I clicked on &quot;Save to X Configuration file.&quot;  It tossed an error about not being able to parse xorg.confg, but clicking through gave me a &quot;Save X Configuration dialog&quot; where I could click &quot;Show preview&quot; and copy those settings to my xorg.conf&lt;br /&gt;&lt;li&gt;Restarted X11 (actually, I rebooted &apos;cause I was lazy and wanted to knit a row of my latest project) and poof, it works!&lt;br /&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;So now that it works, I&apos;ve also customized it to match the rest of my office with the help of some window cling stickers I had on hand:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.flickr.com/photos/terrio/7004059755/&quot; title=&quot;My dual monitors at work by Terriko, on Flickr&quot;&gt;&lt;img src=&quot;http://farm8.staticflickr.com/7098/7004059755_9798938d28_z.jpg&quot; width=&quot;640&quot; height=&quot;361&quot; alt=&quot;My dual monitors at work&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I am either terrible at being an adult or awesome at it.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;https://www.dreamwidth.org/tools/commentcount?user=terriko&amp;ditemid=91098&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>https://terriko.dreamwidth.org/91098.html</comments>
  <category>linux</category>
  <category>ubuntu</category>
  <category>geek</category>
  <lj:security>public</lj:security>
  <lj:reply-count>0</lj:reply-count>
</item>
</channel>
</rss>
