<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6901959391889686597</id><updated>2024-08-31T13:42:40.069+02:00</updated><category term="border"/><category term="edge"/><category term="intuos"/><category term="linux"/><category term="mac pro"/><category term="macpro"/><category term="stuck"/><category term="ubuntu"/><category term="usb"/><category term="wacom"/><category term="xorg.conf"/><title type='text'>Mac Pro and Linux</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-639774658391867681</id><published>2008-10-01T12:16:00.002+02:00</published><updated>2008-10-01T12:19:35.643+02:00</updated><title type='text'>Missing libs</title><content type='html'>Ever had the error message, that a lib is missing? Did a &quot;cannot open shared object file: No such file or directory&quot; drive you crazy because you just couldn&#39;t find that missing file? Well, it happened to me a lot and a little tool made my life much easier: getlibs.&lt;br /&gt;&lt;br /&gt;Get the .deb here: http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb&lt;br /&gt;&lt;br /&gt;Install with&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;sudo dpkg -i getlibs-all.deb&lt;/blockquote&gt;&lt;br /&gt;Then just enter&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;sudo getlibs nameofbinary&lt;/blockquote&gt;&lt;br /&gt;And it will auto-magically download and install all the required libs. That&#39;s it!</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/639774658391867681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/639774658391867681' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/639774658391867681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/639774658391867681'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2008/10/missing-libs.html' title='Missing libs'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-1539299073843499507</id><published>2008-09-26T10:26:00.000+02:00</published><updated>2008-09-26T10:58:18.387+02:00</updated><title type='text'>Fan control python script for 8-core Mac Pro</title><content type='html'>Ok, here it is. Sorry for the long wait.&lt;br /&gt;&lt;br /&gt;This is a quick and dirty Python script to control the fan RPM on a 8-core Mac Pro (might work on other Mac Pro&#39;s too but hasn&#39;t been tested). You need the following things to get this thing running:&lt;br /&gt;&lt;br /&gt;1. You need one of the following kernels:&lt;br /&gt;&lt;br /&gt;-2.6.23 custom kernel that I posted in one of the previous posts&lt;br /&gt;-any other mactel-linux patched kernel, that includes the 8-core mac pro temperature patch&lt;br /&gt;&lt;br /&gt;It might work on other mactel-linux patched kernels too, but again, this hasn&#39;t been tested, so try this at your own risk. It will NOT run on 2.6.23 and previous unpatched kernels as the core temperature won&#39;t be read correctly. This might result in a too low RPM, so DO NOT TRY THIS!&lt;br /&gt;&lt;br /&gt;The temperature patch was incorporated into the mainstream kernel at 2.6.24, but I haven&#39;t tested this.&lt;br /&gt;&lt;br /&gt;2. The &quot;coretemp&quot; binary.&lt;br /&gt;&lt;br /&gt;Unfortunately this binary was removed from the mactel-linux patches some time ago as it was incorporated into the kernel. As I have no idea how to access the data from the kernel, my script uses this binary to read the CPU temp. It&#39;s very primitive, but it works.&lt;br /&gt;&lt;br /&gt;This is how you can get the coretemp binary:&lt;br /&gt;&lt;br /&gt;a) Create a new directory in tmp&lt;br /&gt;&lt;blockquote&gt;mkdir /tmp/coretemp&lt;/blockquote&gt;b)  Save &lt;a href=&quot;http://svn.sourceforge.net/viewvc/mactel-linux/trunk/tools/temperature/Makefile?revision=38&amp;amp;pathrev=91&quot;&gt;this link&lt;/a&gt; (the source of the Makefile) to /tmp/coretemp/Makefile&lt;br /&gt;&lt;br /&gt;c) Save &lt;a href=&quot;http://svn.sourceforge.net/viewvc/mactel-linux/trunk/tools/temperature/coretemp.c?revision=40&amp;amp;pathrev=91&quot;&gt;this link&lt;/a&gt; (the source of the coretemp program) to /tmp/coretemp/coretemp.c&lt;br /&gt;&lt;br /&gt;d) Compile with&lt;br /&gt;&lt;blockquote&gt;cd /tmp/coretemp&lt;br /&gt;make&lt;/blockquote&gt;e) Copy the coretemp binary to /usr/bin&lt;br /&gt;&lt;blockquote&gt;sudo cp /tmp/coretemp/coretemp /usr/bin&lt;/blockquote&gt;f) Download &lt;a href=&quot;http://www.fileden.com/files/2008/9/12/2093420/macprofan.py&quot;&gt;this script&lt;/a&gt; to your home directory, for example.&lt;br /&gt;&lt;br /&gt;g) run the script with&lt;br /&gt;&lt;blockquote&gt;sudo ~/macprofan.py&lt;/blockquote&gt;&lt;br /&gt;This is important. You have to run it with sudo!&lt;br /&gt;&lt;br /&gt;You have to leave the terminal open, so the script can run in the background all the time. Do not close it or the fans won&#39;t be controlled.&lt;br /&gt;&lt;br /&gt;Make sure you monitor the temperatures and fan RPMs the first time you run the script. There&#39;s a lot that can go wrong. If you have the wrong kernel, you&#39;re temperature readings may be off, resulting in too low/too high RPMs.&lt;br /&gt;&lt;br /&gt;Again, this is a quick and dirty solution to the problem. Don&#39;t look at the code if you have a weak heart. ;)&lt;br /&gt;&lt;br /&gt;Please don&#39;t forget to leave feedback including your kernel and other system infos. Thanks!</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/1539299073843499507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/1539299073843499507' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/1539299073843499507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/1539299073843499507'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2008/04/fan-control-python-script-for-8-core.html' title='Fan control python script for 8-core Mac Pro'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-5377915591064501686</id><published>2007-11-13T10:39:00.000+01:00</published><updated>2007-11-13T10:43:03.307+01:00</updated><title type='text'>Update: Howto compile the 2.6.23 kernel for the Mac Pro</title><content type='html'>I&#39;ve updated my &lt;a href=&quot;http://macprolinux.blogspot.com/2007/10/howto-compile-2623-kernel-for-mac-pro.html&quot;&gt;previous post&lt;/a&gt; with a new .config file.&lt;br /&gt;&lt;br /&gt;I had some problems with my wacom tablet (an IRQ conflict after about 10 minutes usage). The reason was that i still had legacy IDE support compiled statically into the kernel and that is not necessary (or even good at all) for the Mac Pro. So it&#39;s removed now in the &lt;a href=&quot;http://macprolinux.blogspot.com/2007/10/howto-compile-2623-kernel-for-mac-pro.html&quot;&gt;new .config&lt;/a&gt;.</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/5377915591064501686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/5377915591064501686' title='19 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/5377915591064501686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/5377915591064501686'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2007/11/update-howto-compile-2623-kernel-for.html' title='Update: Howto compile the 2.6.23 kernel for the Mac Pro'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>19</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-8544573872829386098</id><published>2007-10-27T14:53:00.000+02:00</published><updated>2007-10-30T12:36:30.800+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="border"/><category scheme="http://www.blogger.com/atom/ns#" term="edge"/><category scheme="http://www.blogger.com/atom/ns#" term="intuos"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><category scheme="http://www.blogger.com/atom/ns#" term="mac pro"/><category scheme="http://www.blogger.com/atom/ns#" term="macpro"/><category scheme="http://www.blogger.com/atom/ns#" term="stuck"/><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="usb"/><category scheme="http://www.blogger.com/atom/ns#" term="wacom"/><category scheme="http://www.blogger.com/atom/ns#" term="xorg.conf"/><title type='text'>Wacom tablet configuration</title><content type='html'>This is not Mac Pro specific, but has been bugging me for years. This is on a default Ubuntu installation, but has happened to me also on Redhat 8+. Fedora 1-8 and Debian 3+.&lt;br /&gt;&lt;br /&gt;For a few seconds the tablet seems to work fine, whenever I get closer to the physical edge of the tablet, the cursor on the screen gets close to the border of the screen. After a minute or so this changes and the cursor stops an inch (this varies with time) before the edge even though the pen is already at the phsyical edge of the tablet. The only way to fix is to quickly swipe to the opposite end of the tablet and than back. This resets the mapping. You can imagine how unbelievable annoying this is if you have to do this a thousand times a day.&lt;br /&gt;&lt;br /&gt;The fix is simple (took me a long time to figure out though): you have to set the borders of the tablet explicitly in the xorg.conf file.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Make a copy of your original xorg.conf file&lt;br /&gt;&lt;blockquote&gt;cd /etc/X11&lt;br /&gt;sudo cp xorg.conf xorg.conf-backup-beforewacomchange&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Edit the new xorg.conf&lt;br /&gt;&lt;blockquote&gt;nano xorg.conf&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Look for a section called &quot;InputDevice&quot; that contains a Driver called &quot;wacom&quot;. Make sure it says the following:&lt;br /&gt;&lt;blockquote&gt;Section &quot;InputDevice&quot;&lt;br /&gt;    Driver          &quot;wacom&quot;&lt;br /&gt;        Identifier      &quot;stylus&quot;&lt;br /&gt;       Option          &quot;Device&quot;        &quot;/dev/input/wacom&quot;&lt;br /&gt;       Option          &quot;Type&quot;  &quot;stylus&quot;&lt;br /&gt;       Option          &quot;USB&quot;   &quot;on&quot;&lt;br /&gt;       Option          &quot;TopX&quot;  &quot;100&quot;&lt;br /&gt;       Option          &quot;TopY&quot;  &quot;100&quot;&lt;br /&gt;       Option          &quot;BottomX&quot;       &quot;20300&quot;&lt;br /&gt;       Option          &quot;BottomY&quot;       &quot;16200&quot;&lt;br /&gt;EndSection&lt;br /&gt;Section &quot;InputDevice&quot;&lt;br /&gt;        Driver          &quot;wacom&quot;&lt;br /&gt;       Identifier      &quot;stylus&quot;&lt;br /&gt;       Option          &quot;Device&quot;        &quot;/dev/input/wacom&quot;&lt;br /&gt;       Option          &quot;Type&quot;  &quot;stylus&quot;&lt;br /&gt;       Option          &quot;USB&quot;   &quot;on&quot;&lt;br /&gt;       Option          &quot;TopX&quot;  &quot;100&quot;&lt;br /&gt;       Option          &quot;TopY&quot;  &quot;100&quot;&lt;br /&gt;       Option          &quot;BottomX&quot;       &quot;20300&quot;&lt;br /&gt;       Option          &quot;BottomY&quot;       &quot;16200&quot;&lt;br /&gt;EndSection&lt;br /&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Inside the section called &quot;ServerLayout&quot;, make sure you have these two lines:&lt;br /&gt;&lt;blockquote&gt;    InputDevice     &quot;stylus&quot; &quot;SendCoreEvents&quot;&lt;br /&gt;InputDevice     &quot;cursor&quot; &quot;SendCoreEvents&quot;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;And also make sure that the ServerLayout section is the last section in the file, otherwise this will not work (as it is referencing other sections).&lt;/li&gt;&lt;li&gt;Done!&lt;/li&gt;&lt;br /&gt;Important: This is tested on Wacom Intuos USB A5 tablet. If you have a different model, than you may have to change the USB option and/or the X,Y coordinates.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/8544573872829386098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/8544573872829386098' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/8544573872829386098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/8544573872829386098'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2007/10/wacom-tablet-configuration.html' title='Wacom tablet configuration'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-2340878003239297156</id><published>2007-10-27T14:40:00.000+02:00</published><updated>2007-10-27T14:53:18.972+02:00</updated><title type='text'>Photoshop CS2 on Linux</title><content type='html'>This is not Mac Pro specific. Tested on Ubuntu 7.10, using the Photoshop CS2 30-day trial.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;First you have to install wine. If you already have, make sure you have at least version 0.9.46.&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install wine&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Start winecfg, so your .wine directory gets set up in your home directory&lt;br /&gt;&lt;blockquote&gt;winecfg&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Change into the virtual c drive&lt;br /&gt;&lt;blockquote&gt;cd &lt;span style=&quot;&quot;&gt;~/&lt;/span&gt;.wine/drive_c&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Download the official 30-day trial of Photoshop CS2 trial from here and put it into the &lt;span style=&quot;&quot;&gt;~/&lt;/span&gt;.wine/drive_c directory&lt;span class=&quot;external free&quot;&gt;&lt;br /&gt;&lt;blockquote&gt;wget http://download.adobe.com/pub/adobe/photoshop/win/cs2/Photoshop_CS2.exe&lt;/blockquote&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Run the downloaded .exe, which will unzip all the contents&lt;br /&gt;&lt;blockquote&gt;wine Photoshop_CS2.exe&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Start the setup&lt;span style=&quot;&quot;&gt;&lt;br /&gt;&lt;blockquote&gt;wine /home/miklos/.wine/drive_c/Photoshop\ Tryout/Photoshop\ CS2/Setup.exe&lt;/blockquote&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;After the setup has finished, start Photoshop&lt;br /&gt;&lt;blockquote&gt;wine /home/miklos/.wine/drive_c/Program\ Files/Adobe/Adobe\ Photoshop\ CS2/Photoshop.exe&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Done!&lt;/li&gt;&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/2340878003239297156/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/2340878003239297156' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/2340878003239297156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/2340878003239297156'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2007/10/photoshop-cs2-on-linux.html' title='Photoshop CS2 on Linux'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-6335789711383529518</id><published>2007-10-24T16:46:00.000+02:00</published><updated>2007-11-13T10:39:40.557+01:00</updated><title type='text'>Howto compile the 2.6.23 kernel for the Mac Pro</title><content type='html'>This is based on a &lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=442941&quot;&gt;post on ubuntuforums.org&lt;/a&gt;, extended with Mac Pro specific points for version 2.6.23 of the kernel. Tested under Ubuntu Gutsy.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Start by becoming root, let&#39;s avoid sudo&#39;ing all the time&lt;br /&gt;&lt;blockquote&gt;sudo bash&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Get all libraries and dependencies&lt;br /&gt;&lt;blockquote&gt;apt-get install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev libncurses5 libncurses5-dev subversion&lt;br /&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Change to /usr/src&lt;br /&gt;&lt;blockquote&gt;cd /usr/src&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Download the 2.6.23 kernel source&lt;br /&gt;&lt;blockquote&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2&lt;/span&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Unpack the kernel source&lt;br /&gt;&lt;blockquote&gt;tar -xf linux-2.6.23.tar.bz2&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;If this is not the first time you&#39;re compiling a kernel, remove the old symlink&lt;br /&gt;&lt;blockquote&gt;rm -rf linux&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Set the new symlink to version 2.6.23&lt;br /&gt;&lt;blockquote&gt;ln -s linux-2.6.23 linux&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Get the mactel-linux kernel patches&lt;br /&gt;&lt;blockquote&gt;svn co https://mactel-linux.svn.sourceforge.net/svnroot/mactel-linux/trunk/kernel/mactel-patches-2.6.23&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Go into the patch directory&lt;br /&gt;&lt;blockquote&gt;cd mactel-patches-2.6.23&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Apply the patch&lt;br /&gt;&lt;blockquote&gt;./apply /usr/src/linux&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Change to the kernel source directory&lt;br /&gt;&lt;blockquote&gt;cd ../linux&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Download my custom .config file from &lt;a href=&quot;http://ubuntuforums.org/showthread.php?p=3761856#post3761856&quot;&gt;the attachment of my post&lt;/a&gt; or &lt;a href=&quot;http://files-upload.com/files/616165/config-20071113.zip&quot;&gt;from here&lt;/a&gt; and  unzip it and drop it into /usr/src/linux&lt;br /&gt;&lt;blockquote&gt;unzip config.zip&lt;br /&gt;rm config.zip&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;If this is not the first time you&#39;re compiling the kernel, make sure everything is nice and clean&lt;br /&gt;&lt;blockquote&gt;make-kpkg clean&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Do the compiling and packaging&lt;br /&gt;&lt;blockquote&gt;make-kpkg -initrd kernel_image kernel_headers modules_image&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Change to /usr/src&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;cd ..&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Install the generated packages&lt;br /&gt;&lt;blockquote&gt;dpkg -i linux-image-*.Custom_i386.deb&lt;br /&gt;&lt;br /&gt;dpkg -i linux-headers-*.Custom_i386.deb&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Edit /boot/grub/menu.lst and make sure, that 2.6.23 are the two first entries and remove the &quot;splash&quot; boot option.&lt;/li&gt;&lt;li&gt;Get and install the latest release of &quot;Envy&quot; an excellent script to set up proprietary graphics card drivers.&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;wget http://albertomilone.com/ubuntu/nvidia/scripts/ubuntu/envy_0.9.8-0ubuntu8_all.deb&lt;br /&gt;dpkg -i envy_0.9.8-0ubuntu8_all.deb&lt;/blockquote&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Reboot&lt;/li&gt;&lt;li&gt;Select the 2.6.23 rescue image to boot. We have to do this because the &quot;envy&quot; is only going to work when we have booted with the right kernel. If you&#39;d choose the regular 2.6.23 image than it would have problems getting X up and running. So don&#39;t do it.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;When in the prompt, start the envy text interface.&lt;br /&gt;&lt;blockquote&gt;envy -t&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Select &quot;Install Nvidia driver&quot; for Nvidia or &quot;Install ATI driver&quot; for ATI. Wait a couple of minutes until it finishes.&lt;/li&gt;&lt;li&gt;Reboot.&lt;/li&gt;&lt;/ol&gt;Done!&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;The following should work at this point:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;fully accelerated graphics card drivers&lt;/li&gt;&lt;li&gt;sound (when plugged into the rear connector)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Known Issues (maybe someone has a good idea how to solve these?)&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;sound doesn&#39;t work when loudspeaker is plugged into the front connector&lt;/li&gt;&lt;li&gt;cpu frequency scaling (this is probably a kernel bug - very annoying as the CPU core temperatures are much higher this way)&lt;/li&gt;&lt;li&gt;cpu fan control (they are set to 500RPM, doesn&#39;t matter how hot the CPU gets - this is very dangerous for CPU-intensive tasks!)&lt;/li&gt;&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/6335789711383529518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/6335789711383529518' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/6335789711383529518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/6335789711383529518'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2007/10/howto-compile-2623-kernel-for-mac-pro.html' title='Howto compile the 2.6.23 kernel for the Mac Pro'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-550295320035581006</id><published>2007-10-24T16:29:00.000+02:00</published><updated>2007-10-25T13:31:58.154+02:00</updated><title type='text'>Skype on 64-bit Gutsy</title><content type='html'>Forget about all the complicated tutorials and installing a billion libs. This is the quick and easy way:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Make sure you have the latest 32-bit libs&lt;br /&gt;&lt;blockquote&gt;apt-get install ia32-libs&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Download the latest &lt;span style=&quot;font-weight: bold;&quot;&gt;static&lt;/span&gt; version of Skype. Right now it is:&lt;br /&gt;&lt;blockquote&gt;wget http://skype.com/go/getskype-linux-static&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Extract it with&lt;br /&gt;&lt;blockquote&gt;tar -xf skype_static-1.4.0.118.tar.bz2&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Move it to /usr/local&lt;br /&gt;&lt;blockquote&gt;mv skype_static-1.4.0.118 /usr/local/&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Create a symbolic link to it&lt;br /&gt;&lt;blockquote&gt; ln -s /usr/local/skype_static-1.4.0.118 /usr/local/skype&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Create another one in /usr/bin/&lt;br /&gt;&lt;blockquote&gt;ln -s /usr/local/skype/skype /usr/bin/&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Run it&lt;br /&gt;&lt;blockquote&gt;skype&lt;/blockquote&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Update: &lt;/span&gt;If you want to create an icon on your Desktop for Skype, than:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Create a file called Skype.desktop&lt;br /&gt;&lt;blockquote&gt;gedit ~/Desktop/Skype.desktop&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Copy-paste this into the file&lt;br /&gt;&lt;blockquote&gt;[Desktop Entry]&lt;br /&gt;Encoding=UTF-8&lt;br /&gt;Version=1.0&lt;br /&gt;Type=Application&lt;br /&gt;Terminal=false&lt;br /&gt;Exec=skype&lt;br /&gt;Name=Skype&lt;br /&gt;Icon=/usr/local/skype/icons/SkypeBlue_48x48.png&lt;/blockquote&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;That&#39;s it. Have fun!</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/550295320035581006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/550295320035581006' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/550295320035581006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/550295320035581006'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2007/10/skype-on-64-bit-gutsy.html' title='Skype on 64-bit Gutsy'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-8372230590348466064</id><published>2007-10-24T14:27:00.000+02:00</published><updated>2007-12-16T11:49:55.679+01:00</updated><title type='text'>Installing Ubuntu 7.10 Gutsy on a Mac Pro (dual-boot with OS X)</title><content type='html'>This is the quickest way I found to get a basic system up and running on a Mac Pro 8-core (should work for the other versions as well). You DO NOT need Bootcamp to do this! This is assuming you have a single hard disk installed, with a default OS X partition.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Before you proceed: please make sure you have a current backup of your system. The following procedure is risky and could damage your system and/or make it unbootable.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Boot into OS X&lt;/li&gt;&lt;li&gt;Install &lt;a href=&quot;http://refit.sf.net/&quot;&gt;rEFIt&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Repartition your hard drive. Let&#39;s say you want to resize your OS X  partition to 200GB and create a new 200GB Linux partition. Open a terminal and type:&lt;blockquote&gt;sudo diskutil resizeVolume disk0s2 200G Linux Linux 200G&lt;br /&gt;&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Download the &lt;a href=&quot;http://www.ubuntu.com/getubuntu/download&quot;&gt;Ubuntu 7.10 Gutsy Live CD&lt;/a&gt; and burn it&lt;/li&gt;&lt;li&gt;Restart&lt;/li&gt;&lt;li&gt;When the rEFIt menu comes up, check if the partition tables are synced.&lt;/li&gt;&lt;li&gt;Shutdown&lt;/li&gt;&lt;li&gt;Start it again with the &quot;c&quot; key pressed to boot from the CD&lt;/li&gt;&lt;li&gt;When Ubuntu comes up, click on the &quot;Install&quot; icon on the desktop&lt;/li&gt;&lt;li&gt;Choose &quot;Manual&quot; partitioning and select the new (probably called /dev/sda3) partition as your root&lt;/li&gt;&lt;li&gt;Ignore the warning about the swap partition&lt;/li&gt;&lt;li&gt;Click on &quot;Advanced&quot; before finishing the installation and make sure that the boot loader is installed on /dev/sda3 (or whatever your root partition is) rather than (hd0) or similar&lt;/li&gt;&lt;li&gt;Remove the CD and reboot&lt;/li&gt;&lt;li&gt;Once you&#39;re back in Ubuntu, open a terminal and create your swap file (for example a 2GB one):&lt;blockquote&gt;dd if=/dev/zero of=/swap bs=1024 count=2097152&lt;br /&gt;mkswap /swap&lt;br /&gt;swapon /swap&lt;br /&gt;chmod 600 /swap&lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;Done!&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;If you get a black screen during booting from the CD or the installation, then try to remove the &quot;splash&quot; option from the boot options. This helped me with my 23&quot; Apple Cinema Display.&lt;br /&gt;&lt;br /&gt;Ok, now you should have a basic Ubuntu installation. Next post will show you how to fix some of the annoyances of the basic installation that are specific to the Mac Pro.&lt;br /&gt;&lt;br /&gt;Drop me a comment if you know any way to optimize this install procedure, I&#39;d be glad to hear from you.</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/8372230590348466064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/8372230590348466064' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/8372230590348466064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/8372230590348466064'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2007/10/installing-ubuntu-710-gutsy-on-mac-pro.html' title='Installing Ubuntu 7.10 Gutsy on a Mac Pro (dual-boot with OS X)'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>17</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-1763766778496957758</id><published>2007-10-24T14:14:00.000+02:00</published><updated>2007-10-24T15:04:28.362+02:00</updated><title type='text'>My configuration</title><content type='html'>Currently, this is what I&#39;m running.&lt;br /&gt;&lt;br /&gt;Mac Pro 8-core&lt;br /&gt;4 GB RAM&lt;br /&gt;500GB HDD&lt;br /&gt;XFX 8800GTS 320MB graphics card (read &lt;a href=&quot;http://macprolinux.blogspot.com/2007/10/pc-graphics-card-in-mac-pro.html&quot;&gt;the article&lt;/a&gt; about this)&lt;br /&gt;23&quot; Apple Cinema Display (aluminum bezel)&lt;br /&gt;&lt;br /&gt;refit as boot manager&lt;br /&gt;Ubuntu 7.10 (final) Gutsy, installed from the Live CD&lt;br /&gt;Kernel 2.6.23-mactel (with mactel patches)&lt;br /&gt;Nvidia 100.14.19 driver</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/1763766778496957758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/1763766778496957758' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/1763766778496957758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/1763766778496957758'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2007/10/my-configuration.html' title='My configuration'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-7289417966162883049</id><published>2007-10-24T13:59:00.001+02:00</published><updated>2007-10-24T14:12:42.069+02:00</updated><title type='text'>PC graphics card in the Mac Pro</title><content type='html'>I was unlucky enough to buy an ATI X1900XT graphics card as a BTO option for my Mac Pro. I&#39;ve been burned by ATI many times before but there was no alternative this time as the FX4500 cost $2000.&lt;br /&gt;&lt;br /&gt;And again it turned out as a bad decision.&lt;br /&gt;&lt;br /&gt;The card works ok under OS X, but under Linux it&#39;s a pain. The drivers are much better than they were a year ago but Nuke for example is constantly crashing whenever I go into the 3d view. And than there&#39;s the noise. Under OS X it&#39;s nice and quiet, on Linux it&#39;s loud and annoying. Couldn&#39;t figure out a way to silence it. I was ready to throw the card away and order a FX4500 when I had a idea: why not try a regular PC graphics card in the Mac Pro? All the forums were stating that this is not going to work, the screen is going to stay black because the cards don&#39;t have the EFI ROM. I didn&#39;t care and took a XFX 8800GTS 320MB from my PC and put it into the Mac Pro...&lt;br /&gt;&lt;br /&gt;The display stayed black for the first 30 seconds. I had the machine set up to automatically boot the Ubuntu Gutsy partition I set up earlier, so as soon as Grub took over, I was able to read it on my Apple Cinema Display! Now you have to make sure, that you remove the &quot;splash&quot; keyword from the end of the boot parameters and boot. Everything was working just fine, X started up in the native 1920x1200 resolution and I could enable the restricted Nvidia drivers.&lt;br /&gt;&lt;br /&gt;And what a difference this Nvidia card is! It&#39;s quiet and the drivers are amazingly quick and stable.&lt;br /&gt;&lt;br /&gt;If you are willing to dump OS X and run Linux only on your Mac Pro, than just get a cheap consumer Nvidia and you have the best possible bang for buck. Just make sure you set up refit to boot automatically from your Linux partition.&lt;br /&gt;&lt;br /&gt;Let me know how it worked out for you!</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/7289417966162883049/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/7289417966162883049' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/7289417966162883049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/7289417966162883049'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2007/10/pc-graphics-card-in-mac-pro.html' title='PC graphics card in the Mac Pro'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901959391889686597.post-6089089104071463403</id><published>2007-10-24T13:50:00.001+02:00</published><updated>2007-10-24T13:53:19.805+02:00</updated><title type='text'>Let&#39;s get started</title><content type='html'>I&#39;ve bought a 8-core Mac Pro a couple of weeks ago for running CPU-heavy applications in the visual effects field (mainly Nuke and Houdini). I thought running Linux on this box is going to be a piece of cake but I can tell you, it&#39;s not. There&#39;s a serious lack of information on the subject and this is what this blog is trying to fix. I will try to post howtos, tutorials and small snippets of random information that is going to help you to get your Mac Pro up and running with Linux. Ok, than let&#39;s get started!</content><link rel='replies' type='application/atom+xml' href='http://macprolinux.blogspot.com/feeds/6089089104071463403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901959391889686597/6089089104071463403' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/6089089104071463403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901959391889686597/posts/default/6089089104071463403'/><link rel='alternate' type='text/html' href='http://macprolinux.blogspot.com/2007/10/lets-get-started.html' title='Let&#39;s get started'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry></feed>