Wednesday, April 25, 2012

LaztAppz : GDM 2.20 (Legacy) for Natty, Oneiric, Precise(32bit)

Hi. This time we will discuss "How to install GDM 2:20 in the Maverick and the newer" Because this is very much want this version, we will accelerate.

1. Download his file HERE

2. (do not forget it) Remove the "Display Manager" who has been there before. ex: lightdm, lxdm, gdm3, kdm, and others.

   (If you miss it you will get an error message!)

3. Install GDM in the following ways.

- Open the Terminal.
- Run this command.

         cd (which you store the file .deb)
         sudo dpkg -i --force-all gdm-2.20.11-4_i386.deb
         sudo apt-get install -f

4. Reboot

Done

Note : There are two bugs that may make your stress: 
-libpng error: Read Error
-GDM not running
- another X-space

Thursday, April 19, 2012

LaztAppz : Remastersys 3.0.0-2-fix Ubuntu Lucid, Maverick, Natty, Oneiric, Precise (noarch)

You want to remaster ubuntu distro? Hm .... an application is suitable for you who want to remaster ubuntu through that have been installed. Remastersys, Yes this is a tool to remaster ubuntu that is not updated anymore.

Download HERE

changelog

Remastersys repair so as not to remove the ubiquity in the system.
Remastersys repair so as not to put a lot of applications.
Enjoy! :)

Monday, April 2, 2012

HowTo: Avant Window Navigator for XFCE

Want to Avant Window Navigator on XFCE Desktop you? this way, but only in Ubuntu and its derivatives.

Run this command into your terminal emulator :


sudo aptitude install --without-recommends awn-settings awn-applet-animal-farm awn-applet-awn-notification-daemon awn-applet-awn-system-monitor awn-applet-awnterm awn-applet-bandwidth-monitor awn-applet-battery-applet awn-applet-cairo-clock awn-applet-cairo-main-menu awn-applet-comics awn-applet-common-folder awn-applet-cpufreq awn-applet-dialect awn-applet-feeds awn-applet-file-browser-launcher awn-applet-garbage awn-applet-hardware-sensors awn-applet-indicator awn-applet-mail awn-applet-media-control awn-applet-media-icon-applet awn-applet-media-player awn-applet-notification-area awn-applet-quit-applet awn-applet-related awn-applet-shinyswitcher awn-applet-showdesktop awn-applet-stack awn-applet-thinkhdaps awn-applet-todo awn-applet-volume-control awn-applet-weather awn-applet-webapplet


Then run your AWN

 Wualla! and you can customize your AWN

(maybe you can run on other desktop)

Monday, January 9, 2012

HowTo : Install Nvidia 96 for Natty, Oneiric (intel)

Hi all this time we will discuss how to install the nvidia-96 in ubuntu Natty do the following steps:


1. Download the Driver, here are two links:


Nvidia 96 and Nvidia glx 96


2. Open Terminal 
3. Move to where you downloaded the file
4. Install the driver using the following command:

sudo dpkg -i nvidia-96_96.43.20-0ubuntu1~natty1_i386.deb nvidia-glx-96_96.43.20-0ubuntu1~natty1_i386.deb 

5Edit "/etc/default/grub":

sudo nano /etc/default/grub

6.  Change this line:

GRUB_CMDLINE_LINUX=""

To this :

GRUB_CMDLINE_LINUX="nopat"

7After saving changes to the file, update your GRUB configuration by typing the following into the command line:

sudo update-grub

8Run the following command:

sudo nvidia-xconfig

9Edit xorg.conf

sudo nano /etc/X11/xorg.conf

10Add the following section:
Section "Extensions"
Option         "Composite" "Enable"
EndSection
Section "Module"
Load           "extmod"
Load           "glx"
EndSection
11. Add the following lines (above the "EndSection" in the "Section" Monitor "):

    Option  "AddARGBGLXVisuals" "True"

12Replace Depth in SubSection "Display" to 24

    SubSection     "Display"
        Depth       24
    EndSubSection

13Change the DefaultDepth in Section "Screen" to 24


    DefaultDepth    24


14. Reboot


Done!


With this Compiz and OpenGL became more gentle and stable. If there is a problem put it in the comments box.


For the above version of ubuntu Natty its drivers below

oneiric



Nvidia 96 sorry for the nvidia-glx-96 is not yet available. (but, it's ok)


Precise


nVidia 96 sorry for the nvidia-glx-96 is not yet available. (but, it's ok)