Archive for the ‘Linux’ Category

QProcess and exit(1)

Saturday, March 8th, 2008

Whups.

I’ve been using QProcess from QT to spawn some SSH processes in glTail, and then just using exit(1) to quit while testing.

And on thursday evening, by server ran out of memory due to ~4000 SSH processes running. Guess I should find out how to properly quit a QT application instead of just exiting. :-)

Ubuntu 6.10 (Edgy Eft) Released!

Thursday, October 26th, 2006

Ubuntu 6.10 Released

Woot woot! Fire up those cd-burners and get installing!

Planning for Ubuntu 7.04 (Feisty Fawn)

Friday, October 20th, 2006

Planning for Ubuntu 7.04 - the “Feisty Fawn”

> In that spirit, the release will be be code named “The Feisty Fawn”.

Nice one. =)

Edgy Release Notes

Friday, October 20th, 2006

EdgyReleaseNotes - Ubuntu Wiki

Ubuntu 6.10 (Edgy Eft) has reached Release Candidate 1. Woot!

I’ve been running it on my desktop machine for a few weeks, without any problems at all. The upgrade was almost smooth as well, just had a bit of python hassle.

Compiz on ATI X300 using AIGLX and Dual Screens!

Wednesday, September 20th, 2006

I used the default Xorg 7.1 that ships with Edgy, and Compiz & friends from Quinnstorms Edgy repositories.

Section "Module"
   Load  "bitmap"
   Load  "ddc"
   Load  "dri"
   Load  "extmod"
   Load  "freetype"
   Load  "glx"
   Load  "int10"
   Load  "type1"
   Load  "vbe"
EndSection

Section "Device"
   Identifier  "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
   Driver      "ati"
   BusID    "PCI:1:0:0"

  Option "XAANoOffscreenPixmaps"
  Option "backingstore" "true"
  Option "ColorTiling" "on"
  Option "EnablePageFlip" "true"
  Option "SubPixelOrder" "none"
  Option "RenderAccel" "true"
  Option "AGPMode" "4"
  Option "DynamicClocks" "on"
  Option "mtrr" "on"
  Option "VideoOverlay" "on"
  Option "OpenGLOverlay" "off"
  Option "RendelAccel"   "true"
  Option "MergedFB"   "true"
  Option "OverlayOnCRTC2" "true"
  Option "CRT2Position" "RightOf"
  Option "MetaModes" "1280x1024-1280x1024"
EndSection

Section "Screen"
   Identifier  "Default Screen"
   Device      "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
   Monitor     "DELL E171FP"
   DefaultDepth   24
   SubSection "Display"
      Depth    24
      Modes    "1280x1024"
      Virtual  2560 1024
    EndSubSection
EndSection

Section "ServerFlags"
#  Option "Xinerama" "ON"
EndSection

Latest Linux ATI driver & XGL

Saturday, July 29th, 2006

ATI Proprietary Linux Release Notes

> Resolution of an XGL startup issue that prevented users from starting XGL on display :0. Further details can be found in topic number 737-22841

Woho. No more fiddling with :1 to get Xgl running. If only they would support bigger than 2048×2048 blits I could actually finally start using it at work.

Angelic Penguins: SLED Menu For Ubuntu (Uslab) Now In Repo

Wednesday, July 26th, 2006

Angelic Penguins: SLED Menu For Ubuntu (Uslab) Now In Repo

Schweeet!

SUSE Linux Enterprise Desktop 10

Tuesday, July 4th, 2006

NOVELL: Novell Announces Next Generation Desktop: SUSE Linux Enterprise Desktop

> SUSE Linux Enterprise Desktop 10 enables organization to gain flexibility in their IT infrastructure, have greater control of their environment, improve end-user security and dramatically reduce operational costs.

> It is the only enterprise-quality Linux desktop on the market designed for general-purpose business. Developed and backed by Novell, SUSE Linux Enterprise Desktop provides market-leading usability, seamless interoperability with existing enterprise computer systems, and dozens of essential office applications.

A preview is available for download from the link above. It’s a hefty 5 CDs though, so I’m not sure if I’ll bother downloading and installing it even though it’s gotten plenty of rave reviews and is being hailed as an Ubuntu replacement. One feature it sports that will prompt quite a few people to install it is that Xgl is included and integrated. They’ve also included the new ’start-menu’ replacement, and good Beagle integration. All in all it looks like a very polished distribution, and it will be very interesting to see how it will work out for Novell when it’s finally released in a stable form.

Google Earth 4 for Linux and OSX

Thursday, June 15th, 2006

Google Earth - Download

Google is continuing their Linux support with a release of Google Earth for both Linux and Mac OSX. First Picasa, now this. I’m pretty happy about all this, even though they use Wine to ease the porting.

Ubuntu Dapper Drake Released

Thursday, June 1st, 2006

My OS of choice has finally left beta and entered stable. Download Ubuntu 6.06 LTS here:

  United States:
    http://us.releases.ubuntu.com/releases/6.06/

  Europe:
    http://se.releases.ubuntu.com/6.06/   (Sweden)
    http://fr.releases.ubuntu.com/6.06/   (France)
    http://releases.ubuntu.com/6.06/      (All)

  Rest of the World:
    http://releases.ubuntu.com/6.06/

I’ve installed a version on my parents new desktop machine, and I’m planning on letting them try it out to see how it goes. Will be quite interesting to see how it pans out.