pantz.org banner
Favorite programs for X and terms
Posted on 09-20-2007 00:13:00 UTC | Updated on 09-20-2007 00:13:00 UTC
Section: /software/X/ | Permanent Link

My favorite Unix programs I use with x.org with either Gnome or KDE. I also threw in a few useful terminal programs.

ProgramDescription
gFTPGraphical FTP/SFTP Client.
RdesktopClient program used to connect to M$ RDP (Terminal Server).
OpenOfficeWordprocessing/Spreadsheet/HTML Editor/Drawing/Math Formulas/Presentation Programs.
Vi or Pico or Emacs or NanoTerminal text editors.
GimpGraphics editing/manipulation.
QivQuick picture viewer
PanNewsgroup reader.
gThumb or GwenviewImage viewers with thumbnail viewers.
Sylpheed or Mutt or Evolution or Kmail or ThunderbirdE-mail clients.
Quanta Plus or NVUHTML Editors.
XChat or BitchXIRC chat programs. One for Xfree86 and one for a terminal respectively.
Mozilla or Firefox or OperaWeb browser/E-mail Client/HTML Editor.
XMMSMusic Player.
PidginChat program that works with AOL but has plugins for most other popular chat programs.
XMAMEPlays old arcade games (ROMS). You need to have ROM images for it to work.
XPDFPDF reader.
XCHM or arCHMageCFM (M$ compiled HTML file) reader. Files have .chm extention.
MGT (Multi Gnome Terminal) or KonsoleTerminal programs with tabs.
Mplayer or Xine or VideolanVideo/DVD player (AVI,MOV,MPEG,WMV,ASF,DIVIX).
ScribusPage layout and desktop publishing.
Gnu CashAccounting program. Track bank accounts, stocks, income and expenses.
Blender3D modeller/renderer.
Network Shark or tcpdumpA Network Protocol Analyzer.
MusEMIDI/Audio sequencer with recording and editing capabilities. Complete multitrack virtual studio.
AvidemuxA graphical tool to edit video (filter/re-encode/split)
Snow NewsTerminal based RSS news reader.
k9copyDVDShrink like program. Rips dvd's and if need be compresses them to fit onto one dvd.
K3bCD/DVD burning program
EasytagMp3 renaming program
GTKPodTransfer files to your ipod
Bittornado,Bittorrent,rtorrentBittorrent clients
Photorec and TestdiskOpensource file recovery software (on knoppix cd)
ConkySystem resource monitor
MultitailTo watch multiple system logs at once.
QemuGeneric and open source machine emulator and virtualizer.
StellariumPlanetarium software that shows exactly what you see when you look up at the stars.
MythTvMythTV is a homebrew PVR software.

Reddit!

Related stories

X.org config file for 3 monitors
Posted on 11-20-2006 02:13:00 UTC | Updated on 11-20-2006 02:13:00 UTC
Section: /software/X/ | Permanent Link

This is an Xorg Version 11, Revision 0, Release 6.8.2 config file. The config file xorg.conf is configured for two Nvidia cards. Both use the binary driver from Nvidia. The first video card is a dual head GeForce2 MX 400. The second card is a single head GeForce4 4000. Monitors are hooked up to all three heads and Xinearama is being used to make one big screen (desktop).

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

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

Section "Device"
        Identifier      "NVIDIA GeForce2 MX 400 head 1"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Screen          0 #For separate screen dual heads

# Everything below here added to enable 2nd monitor on the second head.
# Uncomment if you want to do what Xienarama does but with the Nvidia driver for
# only dual head card.
# Then take out the entrys for the second monitor,screen,device, and server sections below. 
#        Option          "TwinView"
#        Option          "SecondMonitorHorizSync" "28-80"
#        Option          "SecondMonitorVertRefresh" "43-76"
#        Option          "MetaModes" "1280x1024, 1280x1024"
#        Option          "TwinViewOrientation" "LeftOf"

EndSection

Section "Device"
        Identifier      "NVIDIA GeForce2 MX 400 head 2"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Screen          1 #For separate  dual heads
EndSection

Section "Device"
        Identifier      "NVIDIA GeForce4 4000"
        Driver          "nvidia"
        BusID           "PCI:2:1:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       30-117
        VertRefresh     50-180
EndSection

Section "Monitor"
        Identifier      "Generic Monitor1"
        Option          "DPMS"
        HorizSync       31.5-80
        VertRefresh     56-75
EndSection

Section "Monitor"
        Identifier      "Generic Monitor2"
        Option          "DPMS"
        HorizSync       31.5-80
        VertRefresh     56-75
EndSection

Section "Screen"
        Device          "NVIDIA GeForce2 MX 400 head 1"
        Identifier      "Screen0"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Device          "NVIDIA GeForce2 MX 400 head 2"
        Identifier      "Screen1"
        Monitor         "Generic Monitor1"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Device          "NVIDIA GeForce4 4000"
        Identifier      "Screen2"
        Monitor         "Generic Monitor2"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen 0 "Screen0" 0 0
        Screen 1 "Screen1" LeftOf "Screen0"
        Screen 2 "Screen2" RightOf "Screen0"
        Option "Xinerama"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

Reddit!

Related stories

Nvidia driver on Debian with X.org 7
Posted on 08-22-2006 15:20:00 UTC | Updated on 08-22-2006 15:20:00 UTC
Section: /software/X/ | Permanent Link

If your installed the newest Xorg 7 with Debian or possibly with any distro you will need to do a little something different when you install the Nvidia module kernel module for your vid card. The new Xorg version 7 has switched to a modular driver type with a new path. If you don't give the "--x-module-path" option to the Nvidia installer you will get this error when trying to start your new X server "(EE) Failed to load module "nvidia" (module does not exist, 0)". If you do then you have to reinstall the Nvidia module with the option below. It should fix your problem.

sh NVIDIA-Linux-x86-1.0-8762-pkg1.run --x-module-path=/usr/lib/xorg/modules

Reddit!

Related stories


RSS Feed RSS feed logo

About


3com

3ware

alsa

alsactl

alsamixer

amd

android

apache

areca

arm

ati

auditd

awk

badblocks

bash

bind

bios

bonnie

cable

carp

cat5

cdrom

cellphone

centos

chart

chrome

chromebook

cifs

cisco

cloudera

comcast

commands

comodo

compiz-fusion

corsair

cpufreq

cpufrequtils

cpuspeed

cron

crontab

crossover

cu

cups

cvs

database

dbus

dd

dd_rescue

ddclient

debian

decimal

dhclient

dhcp

diagnostic

diskexplorer

disks

dkim

dns

dos

dovecot

drac

dsniff

dvdauthor

e-mail

echo

editor

emerald

encryption

ethernet

expect

ext3

ext4

fat32

fedora

fetchmail

fiber

filesystems

firefox

firewall

flac

flexlm

floppy

flowtools

fonts

format

freebsd

ftp

gdm

gmail

gnome

google

gpg

greasemonkey

greylisting

growisofs

grub

hacking

hadoop

harddrive

hba

hex

hfsc

html

html5

http

https

hulu

idl

ie

ilo

intel

ios

iperf

ipmi

iptables

ipv6

irix

javascript

kde

kernel

kickstart

kmail

kprinter

krecord

kubuntu

kvm

lame

ldap

linux

logfile

lp

lpq

lpr

maradns

matlab

memory

mencoder

mhdd

mkinitrd

mkisofs

moinmoin

motherboard

mouse

movemail

mplayer

multitail

mutt

myodbc

mysql

mythtv

nagios

nameserver

netflix

netflow

nginx

nic

ntfs

ntp

nvidia

odbc

openbsd

openntpd

openoffice

openssh

openssl

openvpn

opteron

parted

partimage

patch

perl

pf

pfflowd

pfsync

photorec

php

pop3

pop3s

ports

postfix

power

procmail

proftpd

proxy

pulseaudio

putty

pxe

python

qemu

r-studio

raid

recovery

redhat

router

rpc

rsync

ruby

saltstack

samba

schedule

screen

scsi

seagate

seatools

sed

sendmail

sgi

shell

siw

smtp

snort

solaris

soundcard

sox

spam

spamd

spf

spotify

sql

sqlite

squid

srs

ssh

ssh.com

ssl

su

subnet

subversion

sudo

sun

supermicro

switches

symbols

syslinux

syslog

systemd

systemrescuecd

t1

tcpip

tcpwrappers

telnet

terminal

testdisk

tftp

thttpd

thunderbird

timezone

ting

tls

tools

tr

trac

tuning

tunnel

ubuntu

unbound

vi

vpn

wget

wiki

windows

windowsxp

wireless

wpa_supplicant

x

xauth

xfree86

xfs

xinearama

xmms

youtube

zdump

zeromq

zic

zlib