<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dw="https://www.dreamwidth.org">
  <id>tag:dreamwidth.org,2009-05-04:266577</id>
  <title>terriko</title>
  <subtitle>terriko</subtitle>
  <author>
    <name>terriko</name>
  </author>
  <link rel="alternate" type="text/html" href="https://terriko.dreamwidth.org/"/>
  <link rel="self" type="text/xml" href="https://terriko.dreamwidth.org/data/atom"/>
  <updated>2015-04-15T03:19:58Z</updated>
  <dw:journal username="terriko" type="personal"/>
  <entry>
    <id>tag:dreamwidth.org,2009-05-04:266577:166606</id>
    <link rel="alternate" type="text/html" href="https://terriko.dreamwidth.org/166606.html"/>
    <link rel="self" type="text/xml" href="https://terriko.dreamwidth.org/data/atom/?itemid=166606"/>
    <title>"but it is not going to be installed"</title>
    <published>2015-04-15T03:19:58Z</published>
    <updated>2015-04-15T03:19:58Z</updated>
    <category term="mailman"/>
    <category term="linux"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">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't super helpful, so I'm posting in case someone else searches for the same "but it is not going to be installed" 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's happy.&lt;br /&gt;&lt;br /&gt;Well, at least relative to that... buildout in mailman-bundler is complaining about numpy so I've still got some work to do!&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=terriko&amp;ditemid=166606" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-04:266577:131049</id>
    <link rel="alternate" type="text/html" href="https://terriko.dreamwidth.org/131049.html"/>
    <link rel="self" type="text/xml" href="https://terriko.dreamwidth.org/data/atom/?itemid=131049"/>
    <title>My oversensitive touchpad</title>
    <published>2013-07-10T18:09:49Z</published>
    <updated>2013-07-10T18:09:49Z</updated>
    <category term="linux"/>
    <category term="homepage"/>
    <category term="geek"/>
    <category term="ubuntu"/>
    <dw:security>public</dw:security>
    <dw:reply-count>4</dw:reply-count>
    <content type="html">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 "new" laptop has an overly sensitive touchpad, in that it seemed to be clicking at times when I didn'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's a *lot* of ways to control mouse settings, but &lt;a href="http://superuser.com/questions/229839/reduce-laptop-touch-pad-sensitivity-in-ubuntu"&gt;here'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 "Synaptics Finger" 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: "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)."&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'd be easier to "right click" with two fingers.&lt;br /&gt;&lt;br /&gt;Lest it's useful to me later, here'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="https://www.dreamwidth.org/tools/commentcount?user=terriko&amp;ditemid=131049" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-04:266577:91098</id>
    <link rel="alternate" type="text/html" href="https://terriko.dreamwidth.org/91098.html"/>
    <link rel="self" type="text/xml" href="https://terriko.dreamwidth.org/data/atom/?itemid=91098"/>
    <title>I have a second monitor at work</title>
    <published>2012-03-21T22:54:52Z</published>
    <updated>2012-03-21T22:58:17Z</updated>
    <category term="ubuntu"/>
    <category term="geek"/>
    <category term="linux"/>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">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'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't know that at first.  All the instructions said to go to the ubuntu display settings and tell it to autodetect, but that didn't work because it didn't notice the other monitor.  So then I went to xorg.conf, which apparently by default is disturbingly short, but I wasn't too sure what to put in.  Thankfully, &lt;a href="http://askubuntu.com/questions/67495/getting-dual-monitors-to-work-on-11-10"&gt;this post came to the rescue&lt;/a&gt;.  In short, here'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 "X Server Display Configuration" 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 "Save to X Configuration file."  It tossed an error about not being able to parse xorg.confg, but clicking through gave me a "Save X Configuration dialog" where I could click "Show preview" and copy those settings to my xorg.conf&lt;br /&gt;&lt;li&gt;Restarted X11 (actually, I rebooted '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'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="http://www.flickr.com/photos/terrio/7004059755/" title="My dual monitors at work by Terriko, on Flickr"&gt;&lt;img src="http://farm8.staticflickr.com/7098/7004059755_9798938d28_z.jpg" width="640" height="361" alt="My dual monitors at work"&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="https://www.dreamwidth.org/tools/commentcount?user=terriko&amp;ditemid=91098" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
</feed>
