Linux and Open Source Blog

  • Home
  • WordPress Plugins
  • About
  • Contact

Category Archives: linux and open source blog

Firefox 3 – New Location Bar

Posted on December 2, 2007 by Linewbie.com Posted in linux and open source blog, linux/unix/os distros, news .

Latest nightly build of Firefox 3 sports the  much improved location bar autocomplete, that unlike Firefox 2 which only looked for web addresses in my history, this one looks on visited and bookmarked page titles and tags along with web addresses.

The autocomplete list now shows page titles and addresses in two different lines and colors. The top line has the website’s icon, title name and a star (if the site is bookmarked by you). The second line is much smaller and has the URL of the website. As you type the matching portions of the title and URL are highlighted and underlined so that you can easily tell what matches.

Personally, I really liked the multi-line approach to the Location Bar, and if I am not mistaken it is the first browser to have this (maybe Opera has it).

1 Comment .

KDE 4.0 to be Released in January

Posted on December 2, 2007 by Linewbie.com Posted in linux and open source blog, linux/unix/os distros, news .

The KDE Release Team has decided to release KDE 4.0 this coming January. The release was originally planned for mid-December. The KDE developers want to solve a couple of essential issues before releasing. Having solved some of those issues, among which were glitches in the visual appearance, and in Konqueror, the KDE community hopes to have a KDE 4.0 that will live up to the high expectations for it. Read on for more details.
Meanwhile, the progress towards KDE 4.0 is astonishing. Most parts, such as the KDE Development Platform and a lot of applications are considered stable and well-usable.

Some parts of the desktop experience do not yet meet the KDE community’s quality standards and expectations for a stable release. There are also some issues which need to be addressed upstream, for example a bug in certain codecs of xine that cut off audio fragments prematurely. The developers are confident to be able to release a more polished and better working KDE 4.0 desktop in January. The changed plans involve releasing on January 11th, 2008.

At the same time, the release team’s call for participation is repeated. To make KDE 4.0 a success, your effort is needed. An overview of current showstoppers can be found on Techbase, KDE’s knowledge platform.

This is also a call to the wider Free Software community, and also to companies working with KDE. If you have the resources to contribute, assistance in fixing the remaining bugs is most welcome. -dot.kde.news

Related: KDE 4: some reasons for design decisions (very interesting article, especially to those who wonder what will be the vital differences between KDE 3 and 4)

Also check out a page on TechBase to track the porting status of Qt/KDE applications, which are not part of the KDE 4.0 release, with the applications that distributions tend to have in their default installation as a start.

Leave a comment .

Video: Kde 4 Preview – Plasma Containments (KDE Commit-Digest Issue 85)

Posted on November 24, 2007 by Linewbie.com Posted in linux and open source blog, linux/unix/os distros, news .

The video follows from KDE Commit-Digest, Issue 85, reviewing the Containments in Plasma, and other status updates.

Leave a comment .

AMD’s Native Quad-Core “Phenom” and “Spider” Platform Unveiled

Posted on November 24, 2007 by Linewbie.com Posted in linux and open source blog, linux/unix/os distros, news .

 Is your next brand new system going to run Phenom X4 … or X2 …. or X3?

Leave a comment .

Cool: Run Linux on Gmail … kinda

Posted on November 23, 2007 by Linewbie.com Posted in linux and open source blog, linux/unix/os distros, news .

Yes you read right. it’s possible to install Linux on Gmail. Richard Jones wrote some python that allows you to mount Linux within Gmail. You can use all kinds of Unix commands to communicate with Gmail like ls, rm, grep, cp, etc. it’s an ongoing project in development but it’s very cool and allows you basically a 2gb virtual drive of sorts. You’ll need to have libgmail and FUSE at hand to make it work properly. libgmail communicates with Gmail while FUSE provides the filesystem. Give it a shot, it looks like it’s progressing very nicely.

– Hack A Day

Leave a comment .

Cool and Funny: iPhone Auto-Correct Respects ‘Linux’ but not ‘microsoft’

Posted on November 23, 2007 by Linewbie.com Posted in linux and open source blog, linux/unix/os distros, news .

Check the following screenshots to understand what I mean. This is whenusing auto-correct built-in an iPhone.

3 Comments .

Firefox 3 Beta 1 is a Winner

Posted on November 22, 2007 by Linewbie.com Posted in linux and open source blog, linux/unix/os distros, news .

According to Mozilla’s blurb: “Firefox 3 Beta 1 is based on the new Gecko 1.9 Web rendering platform, which has been under development for the past 27 months and includes nearly 2 million lines of code changes, fixing more than 11,000 issues.” That means little to me. All I’m interested in is performance, reliability, look and feel. And from what I’ve seen so far, Firefox 3 Beta 1 succeeds spectacularly in all areas.

Upon loading the new beta release for the first time, one thing that impressed me, aside from its blinding speed, was that Mozilla has not attempted to fiddle with the look and feel of the interface. There are changes to be sure, but if you weren’t looking for them, you could easily believe you were running the previous version.

However, the differences are there, such as the one click “bookmark this page” star icon in the location bar, the download manager in the tools menu, the site identification icon also in the location bar, the ability to save tabs (very handy when you need to quit Firefox), the ability to add tags to bookmarks for later sorting, page zooming and many more new features.

Complete Article 

From Mozilla, just to let you know:

“We do not recommend that anyone other than developers and testers download the Firefox 3 Beta 1 milestone release,” outlined Mozilla interface designer Mike Beltzner in a note posted onto Mozilla Corp’s development centre. “It is intended for testing purposes only.”

Also check out another article: Firefox 3 Beta 1 — Packed With New Features And Rock Solid

    Leave a comment .

    Update: Running Compiz Fusion Using ATI Cards and AIGLX

    Posted on November 22, 2007 by Linewbie.com Posted in linux and open source blog, linux/unix/os distros, news .

    Notice: This is an UPDATE post to the original post, though back then it was running Compiz Fusion using Xgl.

    With the introduction of driver 8.42, ATI has brought AIGLX support, that is indirect rendering for running Compiz Fusion. For the mean time I am going to set aside all my experience and thoughts on this issue, i.e. how good/bad AIGLX is with 8.42 drivers (as of writing this), and rather instruct you how to setup Compiz Fusion.

    IMPORTANT: Please check for any UPDATES at the end of this blog before continuing.

    Before we start I hope that you understand that we need to have a properly working ATI driver. If you haven’t done so yet then head to openSUSE 10.3: AMD/ATI Drivers 8.42+ Installation before continuing.

    Once the ATI drivers have been setup, we need to modify, or rather tweak, the xorg.conf file. You will find this file in /etx/X11/ folder. Open file with any editor and insert the following in the file:

    1. Under Section “ServerFlags” add:

    Option “RENDER” “true”
    Option “Composite” “Enable”

    2. At the end of the file add the following:

    Section “Extensions”
    Option “DAMAGE” “true”
    Option “RENDER” “true”
    Option “Composite” “Enable”
    EndSection

    These are fundamental and necessary for desktop acceleration. The only one not really needed is the RENDER, but if you want 3d hardware rendering you need to add it, as this will definitely speed up the 3D desktop.

    3. Apart from these, you can also add the following in your xorg.conf file, under Section “Device”. Though I think this is not necessary, adding this should resolve few problems you might face.

    Option “HWCursor” “On”
    Option “CapabilitiesEx” “0×00000000″
    Option “XAANoOffscreenPixmaps” “true”
    Option “mtrr” “off”
    Option “no_accel” “no”
    Option “BlockSignalsOnLock” “on”
    Option “KernelModuleParm” “locked-userpages=0″
    Option “UseFastTLS” “0″
    Option “RenderAccel” “true”
    Option “AllowGLXWithComposite” “true”

    (notice that I have Device Identifier as “aticonfig-Device[0]”, reason being that while installing driver I didn’t use sax2 command, but the aticonfig –initial –input command).

    4. After we are done with xorg.conf file, we’ll need to modify compiz-manager file, which you will find in /usr/bin/ folder. Add the fglrx string under WHITELIST section:

    5. Last step will be to let Compiz use ATI’s LibGL (actually not exactly sure what exact functions are here). For this just run the following command, otherwise your Compiz Fusion will not get executed when logging to your desktop. If you have 64-bit version, like myself, then run both the command:

    mv /usr/lib/libIndirectGL.so.1.2 /usr/lib/libIndirectGL.so.1.2.old

    mv /usr/lib64/libIndirectGL.so.1.2 /usr/lib64/libIndirectGL.so.1.2.old

    6. Now to installing main packages, which 1-click will handle and do all the work for you. You will need internet connection for this as this will download and install all the required packages. Click on one of the buttons, corresponding to what you are running:

    • For KDE:
    • For Gnome:

    That’s it. Hopefully all went smoothlly and you will be running Compiz Fusion on your next log-in/reboot. Here is a snapshot of fusion-icon showing that Compiz Fusion is running using indirect rendering. Also a small video made through phone built-in camera:

    Running Benchmark plug-in I get the following (unfortunately don’t remember what I got with 8.40 + Xgl):

    For tips and troubleshooting, refer to my original post. That’s it.

    22.10.07: As of writing this, the combination of latest driver’s (ATI 8.42) AIGLX and Compiz Fusion is not what we expect, i.e. slow performance, bugs and unfortunately no Video !!! For the time being the combination of older 8.40.8.41 with Xgl is much better option. The good thing with AIGLX is that now with Compiz running you can run other applications that require access to OpenGL, such as Google Earth and GAMES (yey).

    Leave a comment .

    Update: AMD/ATI Drivers 8.42+ Installation (Now with AIGLX support)

    Posted on November 22, 2007 by Linewbie.com Posted in linux and open source blog, linux/unix/os distros, news .

    Notice: This is an update to my previous ATI/AMD Driver installation. Refer to that tutorial as well.

    As we all know, with release of 8.42 driver ATI has introduced the AIGLX (indirect rendering) which can be used to run Compiz/Compiz Fusion. While the latest driver brings some awesome performance gain, it also brings the pain when it comes to running Compiz. More on this issue refer to my this post. In the mean time here is how I managed to install 8.42 driver. I tried using the 1-click installtion that openSUSE provides, but to no avail.You can also try it out before proceeding with these instructions.

    Driver used here: 8.42 (first release featuring AIGLX support)

    Before following the tutorial make sure to go through the prerequites found in the original post.
    1. Download the latest available drivers from ATI Drivers and Software section. Choose your version of drivers: Linux x86 for 32 bit, Linux x86_64 for 64 bit.

    2. Once downloaded, copy to a folder that you wont forget. (let’s presume /home/me/ATI)

    # cd /home/me/temp

    3. Generate distribution specific package:

    For 32-bit users:

    # sh ./ati-driver-installer-x.xx.x-yy.run –buildpkg SuSE/SUSE103-IA32

    (where x.xx.x is the driver version number and yy the architecture)

    For 64-bit users:

    # sh ./ati-driver-installer-x.xx.x-yy.run –buildpkg SuSE/SUSE103-AMD64

    (64-bit version is presumed from now onwards for the tutorial (adjust according to your platform)

    4. Head to the location where installer has been created:

    # cd /usr/src/packages/RPMS/x86_64

    5. Once there we need to install the rpm package that we compiled:

    # rpm -Uvh fglrx*.rpm

    6. Hopefully the above command went well, without any error messaged and the drivers were installed. Now run the following command:

    # ldconfig

    7. Now we need to leave the cool graphical desktop and switch to console mode by typing (as root):

    # init 3

    8. Log-in as root and launch the following command:

    # aticonfig –initial –input=/etc/X11/xorg.conf –force

    9. Reboot(!) before you enter your DE (Destop Environenment).

    Once rebooted and back to your KDE/Gnome and logged in as user, launch few more commands to verify that all went good and OpenGL is working now at it’s max:

    ~> fglrxinfo

    If it states ATI Technologies Inc and the make of your card – excellent. Everything is setup correctly and working flawlessly. Time to relax and have a cup of coffee.

    As for OpenGL performance of this release, and hopefully the future releases, it got quite a performance boost. As an example, with 8.30 driver while running glxgears benchmark I was getting around 8500 FPS, while with 8.42 I am now getting around 10,000 FPS.

    Refer to Tips and Troubleshooting section if need arises, again, which can be found in the original post. As for running Compiz Fusion via AIGLX, expect a post update to my previous Compiz Fusion tutorial, soon.

    Leave a comment .
    « Previous Page

    Recent Posts

    • Does an un-confirmed Bitcoin transaction expire?
    • Looting of the Fox: The Story of Sabotage at ShapeShift
    • Decentralization, Scalability, and Fault Tolerance of Bitcoin
    • Stripe will soon accept Bitcoin payments
    • Zynga announces Bitcoin acceptance in game
    • How to import very large sql dump via phpmyadmin
    • How to compare the content of two folders automatically
    • Top 5 reasons to start experimenting with Linux
    • The day our mind became open sourced
    • Mark Shuttleworth wants to turn canonical (ubuntu) into the next Apple Inc.

    Categories

    • applications/software (26)
      • browsers (2)
      • development (1)
      • information management (1)
      • Mobility (1)
      • multimedia (5)
      • office suites (2)
      • security (6)
      • servers (6)
      • system (2)
    • audio/video/pics (3)
    • Bitcoin (3)
    • books & literature (1)
    • cms/portals (1)
    • desktop environments (7)
      • gnome (2)
      • kde (5)
    • events/shows (3)
      • interviews (1)
      • people (1)
      • surveys (1)
    • games & gaming (2)
    • general topics (4)
    • guides (112)
      • how to (105)
      • tips (87)
      • tutorials (86)
    • hardware (8)
      • desktop & laptop pc (5)
      • gadgets & mobiles (2)
    • howtoforge (47)
    • internet/web (4)
      • design & development (2)
    • linux and open source blog (49)
    • linux.com (76)
    • linux/unix/os distros (113)
      • debian/ubuntu based (10)
      • mac/osx (2)
      • other distros (3)
    • news (217)
    • open source (8)
      • business & foss (2)
    • other (26)
      • uncategorized (26)
    • Programming (3)
      • PHP (2)
    • quotes & thoughts (10)
    • random stuff (4)
      • cool stuff (3)
      • funny stuff (1)
    • review/preview/tests (7)
    • wordpress/blogging (3)

    Archives

    • July 2016
    • April 2016
    • January 2015
    • April 2014
    • January 2014
    • November 2013
    • February 2013
    • November 2012
    • April 2012
    • March 2012
    • January 2012
    • December 2011
    • August 2011
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2006

    Recent Posts

    • Does an un-confirmed Bitcoin transaction expire?
    • Looting of the Fox: The Story of Sabotage at ShapeShift
    • Decentralization, Scalability, and Fault Tolerance of Bitcoin
    • Stripe will soon accept Bitcoin payments
    • Zynga announces Bitcoin acceptance in game
    • How to import very large sql dump via phpmyadmin
    • How to compare the content of two folders automatically
    • Top 5 reasons to start experimenting with Linux
    • The day our mind became open sourced
    • Mark Shuttleworth wants to turn canonical (ubuntu) into the next Apple Inc.

    Categories

    • applications/software (26)
      • browsers (2)
      • development (1)
      • information management (1)
      • Mobility (1)
      • multimedia (5)
      • office suites (2)
      • security (6)
      • servers (6)
      • system (2)
    • audio/video/pics (3)
    • Bitcoin (3)
    • books & literature (1)
    • cms/portals (1)
    • desktop environments (7)
      • gnome (2)
      • kde (5)
    • events/shows (3)
      • interviews (1)
      • people (1)
      • surveys (1)
    • games & gaming (2)
    • general topics (4)
    • guides (112)
      • how to (105)
      • tips (87)
      • tutorials (86)
    • hardware (8)
      • desktop & laptop pc (5)
      • gadgets & mobiles (2)
    • howtoforge (47)
    • internet/web (4)
      • design & development (2)
    • linux and open source blog (49)
    • linux.com (76)
    • linux/unix/os distros (113)
      • debian/ubuntu based (10)
      • mac/osx (2)
      • other distros (3)
    • news (217)
    • open source (8)
      • business & foss (2)
    • other (26)
      • uncategorized (26)
    • Programming (3)
      • PHP (2)
    • quotes & thoughts (10)
    • random stuff (4)
      • cool stuff (3)
      • funny stuff (1)
    • review/preview/tests (7)
    • wordpress/blogging (3)

    Archives

    • July 2016
    • April 2016
    • January 2015
    • April 2014
    • January 2014
    • November 2013
    • February 2013
    • November 2012
    • April 2012
    • March 2012
    • January 2012
    • December 2011
    • August 2011
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2006
    Privacy Policy

    Est. 2002

    linewbie.com serving the linux and open source community since April 09, 2002

    CyberChimps WordPress Themes

    © Linux and Open Source Blog