How to get 1280×1024 res on Philips 190S LCD monitor with Ubuntu 10.04 (Lucid)

Thanks to my pal Amet (9W2AZV), I manage to get my self a cheapish 19″ LCD monitor for one of my computers. The trouble is, Ubuntu is only able to give 1024×768 (or lower) resolution on this monitor, which is a shame because of its display size. The problem is related to Ubuntu failing to recognize the monitor capability and thus unable to assign appropriate values necessary to obtain the optimum monitor resolution.

Philips 190s monitor settings

After a couple of hours googling, I found several websites which list correct settings for Philips 190s.

What you need to do is to create (or edit) the “/etc/X11/xorg.conf” file as root and modifies the “Monitor” and “Screen” section details inside the xorg.conf files. Here is the example of my xorg.conf Philips 190S settings

After that, save the file and restart X server.

A word of caution: Changing xorg.conf is risky. I only tested this solution on my computer which runs on Ubuntu 10.04 (Lucid Lynx) and Ubuntu 9.10 (Karmic Koala) operating system. Be warned, your mileage may vary.

Reference:
1 – my xorg.conf for Philips 190S config

How to convert *.docx files (Microsoft Office 2007) online for free

Sometimes you might have no choice except to open Microsoft Office 2007 (*.docx) files that you’ve just received in your email. The problem is, you do not have any other application that support Office 2007 format.

Here’s an easy way to (kinda) solve that problem, you can convert Microsoft Office 2007 files online, using Google Docs.

Google Docs Logo

The steps are easy, you need to login into your Google Docs account, then upload the Office 2007 files. After that, you can choose the “Download file as” option to convert the file to your favorite document format (typically OpenDocument or older *.doc Microsoft Office word document).

Bear in mind that the conversion is not 100% perfect and there will be parts of document that won’t look exactly as the original ones.

Create Ubuntu Live USB Drive easily with uSbuntu

uSbuntu is a tool that let you create Live USB Drive Ubuntu system using iso image files. The tool is inuitive to use and it can be downloaded from any of these sites :

  1. Official website
  2. Mirror 1 (softpedia)
  3. Mirror 1 (4shared)
  4. Mirror 1 (softronic)
uSbuntu

uSbuntu works on Windows XP as well as Vista operating system and can work with any USB drive with 1GB or more space. The creator of uSbuntu has stated that the project would be evolved to support other Linux distribution too under the name LiLi (Linux USB Live Creator) which can be downloaded from LinuxLiveUSB.com

vrms – check your Ubuntu for Non-free packages (Virtual Richard M Stallman)

vrms is an application that checks for non-free packages or components installed in your Debian-based system (including Ubuntu) and subsequently display a statistic of how many percentage of your system is non-free.

vrms can be installed using Synaptic Package Manager :

VRMS - Virtual Richard Stallman

To execute it, just type “vrms” in the terminal, here’s an example of vrms output for my system :
[javascript]
mypapit@mypapit-desktop:~$ vrms
Non-free packages installed on mypapit-desktop

bsdgames-nonfree rogue, the classic dungeon exploration game
Reason: No commercial use
fglrx-modaliases Identifiers supported by the ATI graphics driver
latex2html LaTeX to HTML translator
linux-generic Complete Generic Linux kernel
linux-restricted-modules- Non-free Linux 2.6.28 modules helper script
linux-restricted-modules- Restricted Linux modules for generic kernels
nvidia-173-modaliases Modaliases for the NVIDIA binary X.Org driver
nvidia-180-modaliases Modaliases for the NVIDIA binary X.Org driver
nvidia-71-modaliases Modaliases for the NVIDIA binary X.Org driver
nvidia-96-modaliases Modaliases for the NVIDIA binary X.Org driver
rar Archiver for .rar files
sun-java6-bin Sun Java(TM) Runtime Environment (JRE) 6 (architecture
sun-java6-demo Sun Java(TM) Development Kit (JDK) 6 demos and example
sun-java6-jdk Sun Java(TM) Development Kit (JDK) 6
sun-java6-jre Sun Java(TM) Runtime Environment (JRE) 6 (architecture
sun-java6-plugin The Java(TM) Plug-in, Java SE 6
tangerine-icon-theme Tangerine Icon theme

Contrib packages installed on mypapit-desktop

jetty Java servlet engine and webserver
nvidia-common Find obsolete NVIDIA drivers
openttd reimplementation of Transport Tycoon Deluxe with enhan

17 non-free packages, 1.1% of 1601 installed packages.
3 contrib packages, 0.2% of 1601 installed packages.
[/javascript]

So if you prefer a completely free (as in freedom!) operating system, you can use install gNewsense instead of Ubuntu.