Ubuntu Experiences Database

  • Top Posts

  • c

Archive for December 5th, 2006

Improved subpixel font rendering packages

Posted by maximillan on December 5, 2006

if you want ‘windows-like’ font rendering in ubuntu, just follow the steps.

before > after

open up System -> Administration -> Software Sources from the menu

click on the Third Party tab and click
the Add button.

Copy the following info and click Add Sources.

deb http://www.elisanet.fi/mlind/ubuntu edgy fonts
deb-src http://www.elisanet.fi/mlind/ubuntu edgy fonts

now open Terminal window enter these:

gpg –recv-keys 937215FF
gpg –export –armor 937215FF | sudo apt-key add -

sudo apt-get update

sudo apt-get dist-upgrade

and lastly :

sudo dpkg-reconfigure fontconfig-config

Be sure to set subpixel rendering to “always” on the second screen (and bitmap fonts to “No”). The amount of hinting applied can be adjusted in the Gnome Font Settings dialog.

also consider : commandline way to install this packages (easier)

good luck (:

Posted in Eye-candy, Howto, ubuntu | Leave a Comment »

Install Wine in Ubuntu

Posted by maximillan on December 5, 2006

System->Administration->Synaptic Package Manager) and selecting Settings->Repositories. Then click add, select custom, and enter one of the following:

For Ubuntu Edgy (6.10):

deb http://wine.budgetdedicated.com/apt edgy main

and open up Terminal run

apt-get update

to update APT’s package information. Finally, to install Wine, do

apt-get install wine

done !!

if you want configure Wine settings,

Winecfg

if u want detailed information:

Wine user guide

Posted in Howto, ubuntu | Leave a Comment »

Ubuntu Edgy (Nvidia) Installation Guide

Posted by maximillan on December 5, 2006

this article covers ubuntu edgy nvidia driver installation.

Read More..

Posted in Drivers, ubuntu | Leave a Comment »

Installing Beryl and Xgl

Posted by maximillan on December 5, 2006

Installing Xgl and Beryl in (X)ubuntu Edgy Eft is simple. just follow the steps:

This article covers graphical installation, also consider this :

How-to Installing Beryl and Xgl on Ati Graphic Cards (cline)

The Xgl X server requires 3D video acceleration. Most graphics cards should automatically support 3D acceleration in Edgy Eft; some graphics cards might need some tweaking though.

You can check whether direct rendering is enabled by invoking

$ glxinfo | grep direct

if something like:

direct rendering: Yes

For ATI Graphics-Card you can check with:

$ fglrxinfo

then you’re ready to install Xgl and Beryl. If it doesn’t, you might need to install the appropriate driver for your graphics card

check
Ubuntu Edgy (ATI) Installation Guide
Ubuntu Edgy (Nvidia) Installation Guide

The first thing we should do is to add the needed repositories to your
Ubuntu installation, this is done by starting
System -> Administration -> Software Sources from the menu

Now click on the Third Party tab and click
the Add button.

Copy the following info and click Add Sources.

deb http://ubuntu.beryl-project.org/ edgy main

Now we need to download and install the key used to verify the packages we are going to install are genuine, right click on this link and select Save Link As…
to save the key file needed.

if this is not work try this in terminal:


$ wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
$ wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -

Save the file on your computer, but remember where, I save it on my Desktop.

Then select the Authentication tab from the Software Sources program and click the Import Key File button to import the file.

Browse to the root@lupine.me.uk file, select it and
press OK to import.

Click Close to exit.

Now a dialog should ask you to reload your repositories, click Reload.

Free Image Hosting at www.ImageShack.us

If you see this notification when the reload is completed you should update your system before continuing…

Next we need to install Beryl and Xgl.
For this we will use Synaptic which is a graphical front-end to our package management system.
Start Synaptic from the menu
System -> Administration -> Synaptic Package Manager.

Now we need to find and install 3 key packages xserver-xgl, emerald-themes and beryl. the easiest way to do this is by searching and selecting as show on the pictures.

Then click Apply to install the selected packages, and a Summary screen should appear where you have to click Apply once again, do this to continue the installation.

Next we need to create 2 new files in order to be able to run Xgl, for this we will again use gedit.

1. File – press Alt+F2 and run

gksudo gedit /usr/bin/startxgl

Copy this contents into the file, save the document and exit the text editor.

For ATI Cards:

#!/bin/sh
Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &
DISPLAY=:1
exec dbus-launch –exit-with-session gnome-session

(for Xfce(Xubuntu) …..session startxfce4)

For Nvidia Cards:

#!/bin/sh
Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &
DISPLAY=:1
exec dbus-launch –exit-with-session gnome-session

Now press Alt+F2 again and type and click Run

gksudo nautilus /usr/bin

for Xubuntu

gksudo Thunar /usr/bin

Find the file startxgl which we just created, this can be done by just writing startxgl.
Now right click on the file and select Properties and select the Permissions tab, and in the bottom there, check the box “Allow executing file as a program” and
then click Close.

2. File – again press Alt+F2 and run

gksudo gedit /usr/share/xsessions/xgl.desktop

And copy the following contents into this file.


[Desktop Entry]
Encoding=UTF-8
Name=Xgl
Comment=Start an Xgl Session
Exec=/usr/bin/startxgl
Icon=
Type=Application

Save the document and exit the text editor.

The last changes we need is to get beryl to start up when logging in, this is done from the menu System -> Preferences -> Sessions under the tab Startup Programs we need to add the following entry

beryl-manager

Free Image Hosting at www.ImageShack.us

When you come to the login screen you will have to go down in the left corner and click sessions and select Xgl from the list and click Change Session.

Now you can login and try out Xgl and Beryl.

Free Image Hosting at www.ImageShack.us

By now you should see a fancy wobbely splash for Beryl, when it starts, and all the Beryl effects should be avaiable for you to use..

Posted in Eye-candy, ubuntu | 6 Comments »

Ubuntu Edgy (ATI) Installation Guide

Posted by maximillan on December 5, 2006

I ‘m completely moving this post to blogspot mirror,

why ? because stupid wordpress post editor.

can’t handle “”

anyway > Ubuntu Edgy ATI Installation Guide (fgrlx)

Posted in Drivers, ubuntu | 1 Comment »