DemocracyTV Player

Top 10 Kubuntu Apps Part 2

I’m going to highlight my top 10 Kubuntu apps that are not a part of the base install system. This post is more advanced, and some of the software listed may require compiling from source.

  1. Miro - instant access to recorded video from internet sources such as Google Video, YouTube, etc. Formerly known as DemocracyTV player, this gets you relevant video news in an instant.
  2. Transkode - transKode I use to convert my OGG and FLAC files to MP3 for use on my Rio Carbon. This might not be as essential for everyone else, but there’s definitely some divergence as far as the best convertor, and I really think transKode needs the recognition it deserves for expertly accomplishing such a task.
  3. amarok - It’s better than kaffeine. It’s a little slow, but is completely feature packed. It’s able to get ID3 tag info from MusicBrainz, for example is a feature which I have really been enjoying.
  4. kmymoney - If you need to keep up with your money on something other than your bank’s page, this is a great, free way to do it. It is an excellent open source alternative to the major commercial software, which has become more of a marketing vehicle for other products.
  5. inkscape - a scalable vector graphics editor. Use this program to draw using vector graphics, Inkscape is much more than a bitmap editor. If you’re familiar with Macromedia/Adobe Fireworks, then you’ll have an easy transition into Inkscape. While the interface is not identical, much of the concepts are the same.
  6. ksquirrel - a quicker replacement for the included GwenView. I find GwenView notoriously slow, so I choose ksquirrel instead.
  7. BasKet note pads - Integrates into Kontact, and allows you to work with notepads. I consider this an awesome alternative to Microsoft’s OneNote application. It’s superior to kNotes or even Tomboy.
  8. Tellico - If you’ve got a collection of anything, and want to track that collection’s information, this is the best software to use for documenting that collection.
  9. Quanta+ is an impeccable Web Development suite. It features integrated real time previews, syntax highlighting for several different languages, project management, and templates.
  10. AllTray is there for you when you want to iconize a piece of software. I’ll use it to remove clutter caused by the bittornado windows.
  11. Moblock is this issue’s bonus. It’s just good layer of protection to keep your computer away from remote prying eyes.
  12. XSane is great for the ability to perfectly scan. It seems to be an often overlook function during conversations, however if you have a need to scan from paper sources, this program does a bang up job.

Amarok
Audio
DNS
DemocracyTV Player
Gutsy Gibbon
GwenView
Image Viewer
Inkscape
Kubuntu
Miro
Quanta+
Software Reviews
Tellico
XSane
kMyMoney
ksquirrel
moblock
mp3
transKode

Comments (0)

Permalink

nVidia TwinView Dual Display Monitor Orientation Configuration and Setup

Was a real pain. The nvidia-settings program has always crashed on me, with two different video cards. I finally got it the way I wanted. One big large desktop/screen across my LCD and my TV. My LCD is on the right of my TV, and the orientation was the most troublesome for me. It seems that xorg.conf is rather forgiving, and literally allows us to describe the arrangement. I did so such as:


Option "TwinViewOrientation" "CRT-0 RightOf TV"

The best source of information is here and here. All of the other forums posts are pages upon pages of people struggling with other problems. Fortunately the official TwinView documentation is top-notch.

Below are the contents of my entire xorg.conf now:


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type “man xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section “ServerLayout”
Identifier “Default Layout”
Screen 0 “Default Screen” 0 0
InputDevice “Generic Keyboard”
InputDevice “Configured Mouse”
InputDevice “stylus” “SendCoreEvents”
InputDevice “cursor” “SendCoreEvents”
InputDevice “eraser” “SendCoreEvents”
EndSection

Section “Files”

# path to defoma fonts
FontPath “/usr/share/fonts/X11/misc”
FontPath “/usr/share/fonts/X11/cyrillic”
FontPath “/usr/share/fonts/X11/100dpi/:unscaled”
FontPath “/usr/share/fonts/X11/75dpi/:unscaled”
FontPath “/usr/share/fonts/X11/Type1″
FontPath “/usr/share/fonts/X11/100dpi”
FontPath “/usr/share/fonts/X11/75dpi”
FontPath “/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
EndSection

Section “Module”
Load “i2c”
Load “bitmap”
Load “ddc”
Load “extmod”
Load “freetype”
Load “int10″
Load “vbe”
Load “glx”
Load “v4l”
EndSection

Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc105″
Option “XkbLayout” “us”
EndSection

Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2″
Option “ZAxisMapping” “4 5″
Option “Emulate3Buttons” “true”
EndSection

Section “InputDevice”
Identifier “stylus”
Driver “wacom”
Option “Device” “/dev/input/wacom”
Option “Type” “stylus”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSection

Section “InputDevice”
Identifier “eraser”
Driver “wacom”
Option “Device” “/dev/input/wacom”
Option “Type” “eraser”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSection

Section “InputDevice”
Identifier “cursor”
Driver “wacom”
Option “Device” “/dev/input/wacom”
Option “Type” “cursor”
Option “ForceDevice” “ISDV4″# Tablet PC ONLY
EndSection

Section “Monitor”
Identifier “VA1912wb”
DisplaySize 1440 900
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 85.0
ModeLine “1440×900_70.00″ 127.0 1440 1536 1688 1936 900 901 904 937 -hsync +vsync
ModeLine “1440×900_60.00″ 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
Option “DPMS”
EndSection

Section “Monitor”
#
Identifier “monitor1″
Gamma 1
EndSection

Section “Device”
Identifier “Generic Video Card”
Driver “nvidia”
VendorName “NVIDIA”
BoardName “NVIDIA GeForce 6 Series”
BusID “PCI:1:0:0″
Screen 0
Option “ConnectedMonitor” “TV,CRT”
EndSection

Section “Screen”
Identifier “Default Screen”
Device “Generic Video Card”
Monitor “VA1912wb”
DefaultDepth 24
Option “TwinView”
Option “TwinViewOrientation” “CRT-0 RightOf TV”
Option “TVOutFormat” “SVIDEO”
Option “TVStandard” “NTSC-M”
Option “MetaModes” “1440×900,640×480; 1440×900,NULL; 1024×768,NULL; 800×600,NULL; 640×480,NULL”
SubSection “Display”
Depth 24
Modes “1440×900_70.00″ “1440×900_60.00″
EndSubSection
EndSection

Section “Extensions”
Option “Composite” “Enable”
EndSection

DemocracyTV Player
Feisty Fawn
Multimedia
Nvidia
TV
TwinView
Video
X11

Comments (0)

Permalink