LINUX Mandriva 2008-One Control Blocks
This is an extension to the LINUX Mandriva 2008-One Systems Handbook
Compiled by: Waldis Jirgens. Latest update: 7rd August, 2010.
The usual disclaimer applies:
Use the information on this page AT YOUR OWN RISK. Don't blame me,
if you, your data, or your PC get hurt!
Contents
Hardware Set-up
/etc/X11/app-defaults/Xfm
Current /etc/fstab
Current /etc/modprobe.conf
Current /etc/modules
Current /etc/X11/xorg.conf
GTK Configuration File $HOME/.gtkrc-2.0
/etc/lilo.conf
Boot Messages
$HOME/.xawtv
/etc/mozpluggerrc
Start-up Windowmanagers Control Files
Mwm Control File $HOME/.mwmrc
Hardware Set-up
Advanced Setup:
Quick Boot: Enabled,
S.M.A.R.T. for hard drives: Disabled,
System BIOS casheable: Disabled,
SDR/DDR CAS Latency: SPD,
SDR/DDR RAS Active Time: 6T,
SDR/DDR RAS Precharge Time: 4T,
Auto Detect DIMM/PCI Clk: Enabled,
CLK Gen Spread Spectrum: Disabled.
Features:
Parallel Port Mode: EPP,
USB Function for DOS: Disabled.
/etc/X11/app-defaults/Xfm
!***********************************************************************
! Application defaults for xfm.
! Most of these are the defaults anyway, but they are listed here so you can
! change them if necessary.
!***********************************************************************
! Search paths for icon files
Xfm*bitmapPath: /usr/X11R6/lib/X11/xfm/bitmaps:/usr/include/X11/bitmaps
Xfm*pixmapPath: /usr/X11R6/lib/X11/xfm/icons:/usr/X11R6/lib/X11/xfm/pixmaps:/usr/include/X11/pixmaps
! Default applications file to be loaded at startup
Xfm*applicationDataFile: ~/.xfm/Apps
! Directory in which new application files are created
Xfm*applicationDataDir: ~/.xfm
! Clipboard for Cut/Copy/Paste operations in application window
Xfm*applicationDataClip: ~/.xfm/.XfmClip
! Configuration file (where the file types are specified)
Xfm*configFile: ~/.xfm/xfmrc
! Device configuration file (floppies and such)
Xfm*devFile: ~/.xfm/xfmdev
! Magic headers configuration file (files you recognize by their header)
Xfm*magicFile: ~/.xfm/magic
! Double click time in milliseconds
Xfm*doubleClickTime: 300
! Time interval in milliseconds for automatic folder updates (set to zero to
! disable this feature)
Xfm*updateInterval: 10000
! stat the directory every hardUpdateTicks*updateInterval millisecs
! to discover changed modes or links to deleted files
! (set to zero to disable this feature)
Xfm*hardUpdateTicks: 10
!You can specify the name of the shell you want XFM to use here.
!Only if this fails (eg. by commenting out) $SHELL will be used.
Xfm*shellCommand: /bin/sh
! Just two examples -- you should not need this
!Xfm*BourneShells: AUTO
!Xfm*BourneShells: /bin/sh, /usr/local/bin/bash
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!The separator (arbitrary string) to be used when transferring
!the paths of the selected files to the requestor of the PRIMARY
!selection. This string will be used between individual paths,
!the default being a space character (note the quoting by '\')
!
!Xfm*selectionPathsSeparator:\
! Some settings for the log window
Xfm*fmLog.title: Xfm output log
!
! You can enable the horizontal scrollbar if you want:
Xfm*fmLog*Text.scrollHorizontal: whenNeeded
!
! The initial value of the 'auto popup' toggle which
! determines if the Log window pops up automatically
! when new data is available.
Xfm*fmLog*Auto Flag.state: False
!***********************************************************************
! Preferences
!***********************************************************************
! Geometry for application and initial file manager windows
Xfm.Geometry: 620x440+0+0
Xfm.initGeometry: 515x345+5+130
! Geometry for subsequent file windows
Xfm.file window.Geometry: 515x345
! The dimensions of the Log window on startup
Xfm*fmLog.width:515
Xfm*fmLog.height:200
! If you do not want to go chasing dialog popups around the screen, but rather
! have them in a fixed location, uncomment the following (recommended)
!Xfm*TransientShell.geometry: 320x200+400+400
! The following removes borders from the main menu buttons (my own preference)
Xfm*file window*button box.?.borderWidth: 0
! NOTE: The background color of icons is determined from the Xfm.background
! resource. Make sure that this resource is always given a value appropriate
! for *both* application and file windows.
! The background color for file and application windows
Xfm*background: grey77
! The foreground color for icon toggles; this is also used when an icon toggle
! is highlighted or marked
Xfm.highlightColor: midnight blue
! Some nice settings for the log window
xfm*fmLog*background: white
xfm*fmLog.form.background: grey77
xfm*fmLog*Command*background: grey77
xfm*fmLog*Label*background: grey77
xfm*fmLog*Toggle*background: grey77
xfm*fmLog*Scrollbar*background: grey77
! Use these only if you have the 75dpi fonts. (recommended)
Xfm*boldFont: -adobe-helvetica-bold-r-*-*-12-*
Xfm*iconFont: -adobe-helvetica-medium-r-*-*-10-*
Xfm*buttonFont: -adobe-helvetica-medium-r-*-*-12-*
Xfm*menuFont: -adobe-helvetica-medium-r-*-*-12-*
Xfm*labelFont: -adobe-helvetica-medium-r-*-*-12-*
Xfm*statusFont: -adobe-helvetica-medium-r-*-*-12-*
! The font for the log window's text widget
! you might like afixed width font
Xfm*fmLog*AsciiSink.font: -*-lucidatypewriter-medium-r-*-*-12-*
! This must be a fixed width font
Xfm*cellFont: fixed
! Specify the sizes of the different icon toggles. The following values
! are appropriate for the icons supplied with xfm.
Xfm*appIconWidth: 48
Xfm*appIconHeight: 40
Xfm*fileIconWidth: 48
Xfm*fileIconHeight: 40
Xfm*treeIconWidth: 48
Xfm*treeIconHeight: 32
! Confirmation for various operations
Xfm*confirmDeletes: true
Xfm*confirmDeleteFolder: true
Xfm*confirmCopies: true
Xfm*confirmMoves: true
Xfm*confirmOverwrite: true
Xfm*confirmQuit: false
! Echo actions on stderr (useful for debugging purposes)
Xfm*echoActions: false
! What should be shown by the text view
! (can be changed interactively by the options menu)
Xfm*showOwner: true
Xfm*showDate: true
Xfm*showPermissions: true
Xfm*showLength: true
Xfm*showInode: false
Xfm*showType: true
Xfm*showLinks: true
Xfm*showGroup: true
! The type of the first and subsequent file windows
! valid values are Tree, Icons and Text
Xfm*initialDisplayType: Icons
Xfm*defaultDisplayType: Icons
! The type of sorting used by default
! valid values are SortBy{Name,Size,Date}
Xfm*defaultSortType: SortByName
! The default editor to use
Xfm*defaultEditor: exec xedit
! The default viewer to use
Xfm*defaultViewer: exec nedit
! The default xterm to use
Xfm*defaultXterm: exec xterm
! Some settings for the path history menu
Xfm*fm_history.label: Path history
Xfm*fm_history*SmeLine.lineWidth: 1
! This is the max. number of entries
Xfm*historyMaxN: 30
!***********************************************************************
! Miscellaneous settings (see also FmMain.c)
! Normally you won't have to change these.
!***********************************************************************
Xfm*Command.cursor: hand2
Xfm*MenuButton.cursor: hand2
Xfm*viewport.forceBars: False
!Xfm.awform.viewport.borderWidth : 0
Xfm*popup form*bitmap.borderWidth : 0
Xfm*popup form*label.borderWidth : 0
Xfm*button box.orientation: horizontal
Xfm*button box.borderWidth: 0
!Xfm*file window*viewport.borderWidth: 0
Xfm*viewport.icon box*Label.borderWidth : 0
Xfm*viewport.icon box.Command.borderWidth : 0
Xfm*viewport.icon box.Form.borderWidth : 0
Xfm*viewport.icon box*Toggle.borderWidth : 1
Xfm*viewport.TextFileList.borderWidth: 1
Xfm*viewport.TextFileList.entrySep: 2
Xfm*viewport.TextFileList.topSep: 2
Xfm*viewport.TextFileList.leftSep: 2
Xfm*viewport.TextFileList.tabSep: 4
Xfm*viewport.TextFileList.dragTimeout: 200
Xfm*viewport.IconFileList.borderWidth: 1
Xfm*viewport.IconFileList.entrySep: 2
Xfm*viewport.IconFileList.topSep: 2
Xfm*viewport.IconFileList.leftSep: 2
Xfm*viewport.IconFileList.labelSep: 2
Xfm*viewport.IconFileList.dragTimeout: 200
Xfm*chmod*Label.borderWidth : 0
Xfm*info*Label.borderWidth : 0
Xfm*error*Label.borderWidth : 0
Xfm*confirm*Label.borderWidth : 3
Xfm*TextField.baseTranslations:#override\n<Btn3Down>:FocusSet() FmUpdateHistory(fm_history)MenuPopup(fm_history) \n Shift <Key>Tab:FocusTraverse(b)\n <Key>Tab:FocusTraverse()\n <FocusIn>:Detail_NotifyAncestor(CursorState,a)\n <FocusOut>:Detail_NotifyAncestor(CursorState,i)\n <Btn1Up>:FocusSet() HighlightExtend() MakeSelection(PRIMARY)\n <Btn2Up>:FocusSet() MoveCursor() InsertSelection(PRIMARY)\n <Enter>:\n <Leave>:\n <Key>Escape: \n <Key>Return: \n <Key>Linefeed:\n
! shadow widths for Xaw3d
Xfm*file window*folderlabel.shadowWidth: 2
Xfm*file window*folderlabel.borderWidth: 0
Xfm*icon box*shadowWidth: 0
Xfm*MenuButton.highlightThickness: 0
Xfm*Command.highlightThickness: 0
Xfm*Toggle.highlightThickness: 0
Xfm*Label.ShadowWidth: 0
Xfm*Label*borderWidth: 0
Xfm*status*shadowWidth: 2
Xfm*file window*icon box*tree_icon.baseTranslations: #override\n <Enter> : fileHighlight()\n <Leave> : resetCursor()\n Shift <Btn1Down>,<Btn1Up> : fileToggle()\n <Btn1Down>,<Btn1Up> : fileSelect()\n <Btn1Down>,<Leave> : fileBeginDrag(1,move)\n <Btn2Down>,<Btn2Up> : fileToggle()\n <Btn2Down>,<Leave> : fileBeginDrag(2,copy)\n <Btn3Down> : dirPopup()\n
Xfm*awform*icon box*icon.baseTranslations:#override\n <Enter> : appMaybeHighlight()\n <Leave> : unhighlight()\n <Btn1Up>(2) : runApp()\n <Btn1Down>,<Btn1Up> : appSelect()\n <Btn1Down>,<Leave> : appBeginDrag(1,move)\n <Btn2Down>,<Btn2Up> : appToggle()\n <Btn2Down>,<Leave> : appBeginDrag(2,copy)\n
Xfm*awform*icon box.baseTranslations: #override\n <Btn2Up> : dummy()\n <Btn3Up> : dummy()\n <Btn3Down> : appPopup()\n
Xfm*file window*folderlabel.baseTranslations: #override\n <Enter> : trackCursor()\n <Leave> : trackCursor()\n<Btn3Down>: FmUpdateHistory(fm_history)MenuPopup(fm_history) \n <Btn1Up>(2) : fileRefresh()\n
Xfm*file window*viewport.baseTranslations:#override\n <Enter>: trackCursor()\n <Leave>: trackCursor()\n
Xfm*IconFileList*baseTranslations: #override\n <Enter> : dispatchDirExeFile(fileHighlight,fileHighlight,fileMaybeHighlight,"")\n <Leave> : resetCursor()\n Shift <Btn1Down>,<Btn1Up> : fileToggle()\n <Btn1Up>(2) : dispatchDirExeFile(fileOpenDir,fileExecFile,fileExecAction,"")\n <Btn1Down>,<Btn1Up> : fileSelect()\n <Btn1Down>,<Motion> : fileBeginDrag(1,move)\n <Btn2Down>,<Btn2Up> : fileToggle()\n <Btn2Down>,<Motion> : fileBeginDrag(2,copy)\n <Btn3Down> : dispatchDirExeFilePopup(dirPopup,filePopup,filePopup,"")\nShift <Key>n : notify(*folder*new)\nShift <Key>g : notify(*folder*goto)\nShift <Key>h : notify(*folder*home)\nShift <Key>u : notify(*folder*up)\nShift <Key>c : notify(*folder*clone)\nShift <Key>q : notify(*folder*close)\nCtrl <Key>r : notify(*view*tree)\nCtrl <Key>i : notify(*view*icons)\nCtrl <Key>t : notify(*view*text)\nCtrl <Key>n : notify("*view*sort by name")\nCtrl <Key>s : notify("*view*sort by size")\nCtrl <Key>d : notify("*view*sort by mtime")\nCtrl <Key>f : notify(*view*filter)\nCtrl <Key>h : notify("*view*hide folders")\nCtrl <Key>m : notify("*view*mix folders/files")\nCtrl <Key>u : notify("*view*show hidden files")\nCtrl <Key>l : notify("*view*show log")\n <Key>n : notify(*file*new)\n <Key>m : notify(*file*move)\n <Key>c : notify(*file*copy)\n <Key>l : notify(*file*link)\n <Key>d : notify(*file*delete)\n <Key>Delete : notify(*file*delete)\n <Key>BackSpace : notify(*file*delete)\n <Key>s : notify(*file*select)\n <Key>a : notify("*file*select all")\n <Key>u : notify("*file*deselect all")\n <Key>o : notify("*file*own Selection")\n <Key>x : notify(*file*xterm)\n <Key>q : notify(*file*quit)\n
Xfm*TextFileList*baseTranslations: #override\n <Enter> : dispatchDirExeFile(fileHighlight,fileHighlight,fileMaybeHighlight,"")\n <Leave> : resetCursor()\n Shift <Btn1Down>,<Btn1Up> : fileToggle()\n <Btn1Up>(2) : dispatchDirExeFile(fileOpenDir,fileExecFile,fileExecAction,"")\n <Btn1Down>,<Btn1Up> : fileSelect()\n <Btn1Down>,<Motion> : fileBeginDrag(1,move)\n <Btn2Down>,<Btn2Up> : fileToggle()\n <Btn2Down>,<Motion> : fileBeginDrag(2,copy)\n <Btn3Down> : dispatchDirExeFilePopup(dirPopup,filePopup,filePopup,"")\nShift <Key>n : notify(*folder*new)\nShift <Key>g : notify(*folder*goto)\nShift <Key>h : notify(*folder*home)\nShift <Key>u : notify(*folder*up)\nShift <Key>c : notify(*folder*clone)\nShift <Key>q : notify(*folder*close)\nCtrl <Key>r : notify(*view*tree)\nCtrl <Key>i : notify(*view*icons)\nCtrl <Key>t : notify(*view*text)\nCtrl <Key>n : notify("*view*sort by name")\nCtrl <Key>s : notify("*view*sort by size")\nCtrl <Key>d : notify("*view*sort by mtime")\nCtrl <Key>f : notify(*view*filter)\nCtrl <Key>h : notify("*view*hide folders")\nCtrl <Key>m : notify("*view*mix folders/files")\nCtrl <Key>u : notify("*view*show hidden files")\nCtrl <Key>l : notify("*view*show log")\n <Key>n : notify(*file*new)\n <Key>m : notify(*file*move)\n <Key>c : notify(*file*copy)\n <Key>l : notify(*file*link)\n <Key>d : notify(*file*delete)\n <Key>Delete : notify(*file*delete)\n <Key>BackSpace : notify(*file*delete)\n <Key>s : notify(*file*select)\n <Key>a : notify("*file*select all")\n <Key>u : notify("*file*deselect all")\n <Key>o : notify("*file*own Selection")\n <Key>x : notify(*file*xterm)\n <Key>q : notify(*file*quit)\n
Xfm*button box*cancel.accelerators:#override\n<ClientMessage>WM_PROTOCOLS: set() notify() unset()\n<Key>Escape: set() notify() unset()\n
Xfm*about*button box*ok.accelerators:#override\n<ClientMessage>WM_PROTOCOLS: set() notify() unset()\n<Key>Escape: set() notify() unset()\n
Xfm*button box*ok.accelerators:#override\n<Key>Return: set() notify() unset()\n<Key>Linefeed: set() notify() unset()\n
Xfm*button box*replace.accelerators:#override\n<Key>Return: set() notify() unset()\n<Key>Linefeed: set() notify() unset()\n
Xfm*button box*install.accelerators:#override\n<Key>Return: set() notify() unset()\n<Key>Linefeed: set() notify() unset()\n
Xfm*fmLog*Hide.accelerators:#override\n<ClientMessage>WM_PROTOCOLS: set() notify() unset()\n<Key>Return: set() notify() unset()\n<Key>Linefeed: set() notify() unset()\n
Xfm*fmLog*Clear Log.accelerators:#override\n<Key>Delete: set() notify() unset()\n
! dont change the version number
Xfm.appDefsVersion: "1.4.3"
Current /etc/fstab
/dev/hda1 / ext3 relatime 1 1
/dev/hda8 /home ext3 relatime 1 2
/dev/hdb1 /media/hd vfat umask=0022,users,sync,noauto,exec 0 0
/dev/hdb5 /media/hd2 vfat umask=0022,users,sync,noauto,exec 0 0
/dev/hdb6 /media/hd3 ext2 sync,relatime 1 2
/dev/hdb7 /media/hd4 ext2 sync,relatime 1 2
/dev/hdb9 /media/hd5 ext2 sync,relatime 1 2
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
/dev/hda6 /usr ext3 relatime 1 2
/dev/hda7 /var ext3 relatime 1 2
/dev/hda5 swap swap defaults 0 0
/dev/hdb8 swap swap defaults 0 0
Current /etc/modprobe.conf
alias eth0 8139too
alias sound-slot-0 snd_emu10k1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-2 snd-seq-midi
alias sound-service-0-12 snd-pcm-oss
alias sound-slot-1 snd-virmidi
options bttv tuner=2 card=37 gbuffers=4
install ide-controller /sbin/modprobe sis5513; /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ohci_hcd; /bin/true
alias pci:v000010ECd00008139sv000010ECsd00008139bc02sc00i00 8139too
options gspca autoexpo=0 usbgrabber=0 compress=0
Current /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a `#', and everything on the line after them are ignored.
bttv
bt878
Current /etc/X11/xorg.conf
# For the vesa s3 driver:
# File generated by XFdrake (rev 239302)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
#DontZap # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "lv"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "StudioWorks 7 00S"
HorizSync 30-70
VertRefresh 50-160
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "S3 Inc."
BoardName "S3 8xx / 9xx / Trio / Aurora64V+-based cards"
Driver "vesa"
VideoRam 2048
Option "DPMS"
Option "DGA"
Option "RenderAccel" "false"
Option "NoAccel"
Option "IgnoreEDID" "1"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
GTK Configuration File $HOME/.gtkrc-2.0
# Edit these colors and fonts however you like.
style "default"
{
fg[NORMAL] = "#190C18"
fg[ACTIVE] = "#190C12"
fg[PRELIGHT] = "#190C15"
fg[SELECTED] = "#F5FAF7"
fg[INSENSITIVE] = "#4C7F5D"
bg[NORMAL] = "#59B9C9"
bg[ACTIVE] = "#C0C0C0"
bg[PRELIGHT] = "#7DB381"
bg[SELECTED] = "#B3D0D0"
bg[INSENSITIVE] = "#B0B0B0"
text[NORMAL] = "#000000"
text[ACTIVE] = "#190C12"
text[PRELIGHT] = "#190C15"
text[SELECTED] = "#FFFFFF"
text[INSENSITIVE] = "#000000"
base[NORMAL] = "#BEBEBE"
base[ACTIVE] = "#7DB39C"
base[PRELIGHT] = "#B37B81"
base[SELECTED] = "#B3B3B3"
base[INSENSITIVE] = "#597F5C"
GtkRange::slider_width = 12
GtkRange::stepper_size = 12
GtkScrollbar::min_slider_length = 14
GtkCheckButton::indicator_size = 12
engine "clearlooks" {
menubarstyle = 2
}
}
class "*" style "default"
style "ToolTip"
{
bg[NORMAL] = "#597F5C"
base[NORMAL] = "#597F5C"
text[NORMAL] = "#190C18"
fg[NORMAL] = "#190C18"
}
widget "gtk-tooltips" style "ToolTip"
style "MenuItem"
{
bg[PRELIGHT] = { 1.000, 0.867, 0.463 }
}
class "*MenuItem" style "MenuItem"
Beware: Some windowmanagers like AfterStep change this file at start!
XFM Configuration File xfmrc
#
# xfm configuration file 20071027 WJI
#
# for use with the 3dicons collection from the contrib dir
#
##########################################################
# some nice icons for current and parent dir ...
<DIR>.:folder.xpm::
<DIR>..:folder_up.xpm::
# ... and some special directories
<DIR>.xfm:system.xpm::
<DIR>bin:tools.xpm::
<DIR>mail:mailfolder.xpm::
<DIR>Mail:mailfolder.xpm::
# standard directory icons
<DIR>:folder.xpm::
<DIR LNK>:folder_link.xpm::
# standard suffixes
*.xpm:teddy.xpm:exec xpaint $1:
*.htm:html.xpm:exec navigator file\:$PWD/$1:
*.html:html.xpm:exec navigator file\:$PWD/$1:
*.HTM:html.xpm:exec navigator file\:$PWD/$1:
*.HTML:html.xpm:exec navigator file\:$PWD/$1:
*.abw:book.xpm:exec abiword $1:
*.rtf:book.xpm:exec abiword $1:
*.RTF:book.xpm:exec abiword $1:
*.DOC:write.xpm:exec abiword $1:
*.doc:write.xpm:exec abiword $1:
*.kwd:book.xpm:exec kword $1:
*.txt:text.xpm:exec nedit $1:
*.TXT:text.xpm:exec nedit $1:
*.mp3:music.xpm:exec mplayer $1:
*.MP3:music.xpm:exec mplayer $1:
*.wav:sound.xpm:exec play $1:
*.WAV:sound.xpm:exec play $1:
*.mid:sound.xpm:exec timidity $1:
*.midi:sound.xpm:exec timidity $1:
*.MID:sound.xpm:exec timidity $1:
*.MIDI:sound.xpm:exec timidity $1:
*.avi:video.xpm:exec mplayer -fs $1:
*.AVI:video.xpm:exec mplayer -fs $1:
*.mov:video.xpm:exec mplayer -fs $1:
*.MOV:video.xpm:exec mplayer -fs $1:
*.sdw:calc2.xpm:exec ooffice2.0 $1:
*.pps:stuff.xpm:exec ooffice2.0 $1:
*.PPS:stuff.xpm:exec ooffice2.0 $1:
*.ppt:stuff.xpm:exec ooffice2.0 $1:
*.PPT:stuff.xpm:exec ooffice2.0 $1:
*.xls:calc2.xpm:exec gnumeric $1:
*.XLS:calc2.xpm:exec gnumeric $1:
*.sdc:calc2.xpm:exec ooffice2.0 $1:
*.sxc:calc2.xpm:exec ooffice $1:
*.sxw:write.xpm:exec ooffice $1:
*.xml:calc2.xpm:exec gnumeric $1:
*.gnumeric:calc2.xpm:exec gnumeric $1:
*.ksp:calc2.xpm:exec kspread $1:
*.rpm:stuff.xpm:exec xterm -e urpmi $1:
*.bmp:tiff.xpm:exec xv $1:
*.BMP:tiff.xpm:exec xv $1:
*.jpg:jpeg.xpm:exec xv $1:
*.jpeg:jpeg.xpm:exec xv $1:
*.JPG:jpeg.xpm:exec xv $1:
*.gif:gif.xpm:exec xv $1:
*.GIF:gif.xpm:exec xv $1:
*.png:tiff.xpm:exec xpaint $1:
*.tif:tiff.xpm:exec xpaint $1:
*.tiff:tiff.xpm:exec xpaint $1:
*.pdf:ghost.xpm:exec xpdf $1:
*.PDF:ghost.xpm:exec xpdf $1:
# executables
<EXEC>:app.xpm::
<EXEC LNK>:app_link.xpm::
# temporary files
\#*:tmpfile.xpm:exec nedit $1:
*~:tmpfile.xpm:exec nedit $1:
# X-related stuff
<ascii>.Xresources:res.xpm:exec nedit $1:
<ascii>.Xdefaults:res.xpm:exec nedit $1:
<ascii>.X*:x.xpm:exec nedit $1:
# various info files
<ascii>readme:readme.xpm:exec nedit $1:
<ascii>read.me:readme.xpm:exec nedit $1:
<ascii>README:readme.xpm:exec nedit $1:
<ascii>README*:readme.xpm:exec nedit $1:
<ascii>*.README:readme.xpm:exec nedit $1:
<ascii>magic:magic.xpm:exec nedit $1:
<ascii>INSTALL:text.xpm:exec nedit $1:
<ascii>NEWS:text.xpm:exec nedit $1:
<ascii>ChangeLog:text.xpm:exec nedit $1:
# core dumps
<data>core:core.xpm:exec ddd $1:
# common file types
<MAIL>:mail.xpm:exec xmailtool -file $1:
<BDF>:font.xpm:exec nedit $1:
<MAN>:manpage.xpm:groff -TX100 -man -mX -P-geometry -P655x860 $1:
<data>*.a:dot_a.xpm:exec nedit $1:
<ascii>*.c:dot_c.xpm:exec nedit $1:
<ascii>*.cc:dot_cc.xpm:exec nedit $1:
<data>*.dvi:dvi.xpm:exec xdvi $1:
<ascii>*.h:dot_h.xpm:exec nedit $1:
<data>*.o:dot_o.xpm::
<ascii>*.tex:tex.xpm:exec nedit $1:
<ascii>*.txi:tex.xpm:exec nedit $1:
<ascii>*.texi:tex.xpm:exec nedit $1:
<ascii>*.texinfo:tex.xpm:exec nedit $1:
# Makefiles
<ascii>Imakefile:make.xpm:xmkmf; echo "*** imake done ***":
<ascii>Makefile:make.xpm:make; echo "*** make done ***":
<ascii>Makefile.*:make.xpm:make -f $*; echo "*** make done ***":
<ascii>makefile:make.xpm:make; echo "*** make done ***":
<ascii>makefile.*:make.xpm:make -f $*; echo "*** make done ***":
# archives, compressed files and such
<ascii>*.tar:tar.xpm:tar xfv $1; echo "*** tar done ***":tar cfv $*; echo "*** tar done ***"
<data>*.zip:zip.xpm:unzip $1; echo "*** zip done ***":zip -r $*; echo "*** zip done ***"
<COMPRESS>*.tar.Z:tar.xpm:tar xfvZ $1; echo "*** tar done ***":tar cfvZ $*; echo "*** tar done ***"
<COMPRESS>:compressed.xpm:exec uncompress $1:
*.tar.gz:tar.xpm:tar xfvz $1; echo "*** tar done ***":tar cfvz $*; echo "*** tar done ***"
*.taz:tar.xpm:tar xfvz $1; echo "*** tar done ***":tar cfvz $*; echo "*** tar done ***"
*.tgz:tar.xpm:tar xfvz $1; echo "*** tar done ***":tar cfvz $*; echo "*** tar done ***"
*.tar.z:tar.xpm:tar xfvz $1; echo "*** tar done ***":tar cfvz $*; echo "*** tar done ***"
*.gz:compressed.xpm:exec gunzip $1:
<UUENC>:uu.xpm:exec uudecode $1:
# default entries
<unreadable>:file_bad.xpm::
<ascii>:file.xpm:exec nedit $1:
<data>:hex.xpm:exec nedit $1:
<empty>:empty.xpm:exec nedit $1:
/etc/lilo.conf
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file
default="linux"
boot=/dev/hda
map=/boot/map
install=menu
keytable=/boot/us.klt
menu-scheme=wb:bw:wb:bw
compact
prompt
nowarn
timeout=100
message=/boot/message
image=/boot/vmlinuz
label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append=" resume=/dev/hda5 splash=silent"
vga=0
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda1
initrd=/boot/initrd.img
append=" resume=/dev/hda5"
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda1
initrd=/boot/initrd.img
append=" failsafe"
other=/dev/hdb1
label="windows"
table=/dev/hdb
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
image=/media/hd3/linux24
root=/dev/hdb6
label="DSL"
initrd=/media/hd3/syslinux.cfg
Boot Messages:
Linux version 2.6.22.9-desktop586-1mdv (lcapitulino@n5.mandriva.com) (gcc version 4.2.2 20070909 (prerelease) (4.2.2-0.RC.1mdv2008.0)) #1 SMP Thu Sep 27 03:58:17 CEST 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
BIOS-e820: 000000000fff0000 - 000000000fff8000 (ACPI data)
BIOS-e820: 000000000fff8000 - 0000000010000000 (ACPI NVS)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ffee0000 - 00000000fff00000 (reserved)
BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
255MB LOWMEM available.
Entering add_active_range(0, 0, 65520) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 65520
early_node_map[1] active PFN ranges
0: 0 -> 65520
On node 0 totalpages: 65520
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 479 pages used for memmap
Normal zone: 60945 pages, LIFO batch:15
DMI 2.3 present.
ACPI: RSDP 000FA300, 0014 (r0 AMI )
ACPI: RSDT 0FFF0000, 0028 (r1 AMIINT SiS735XX 1000 MSFT 100000B)
ACPI: FACP 0FFF0030, 0074 (r1 AMIINT SiS735XX 1000 MSFT 100000B)
ACPI: DSDT 0FFF0100, 32F9 (r1 SiS 735 100 MSFT 100000D)
ACPI: FACS 0FFF8000, 0040
ACPI: PM-Timer IO Port: 0x808
Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000f0000
swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000
Built 1 zonelists. Total pages: 65009
Kernel command line: BOOT_IMAGE=linux root=301
Local APIC disabled by BIOS -- you can enable it with "lapic"
mapped APIC to ffffd000 (0120b000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 1024 (order: 10, 4096 bytes)
Detected 1145.195 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 254544k/262080k available (2128k kernel code, 6812k reserved, 690k data, 276k init, 0k highmem, 0k BadRAM)
virtual kernel memory layout:
fixmap : 0xfffb5000 - 0xfffff000 ( 296 kB)
vmalloc : 0xd0800000 - 0xfffb3000 ( 759 MB)
lowmem : 0xc0000000 - 0xcfff0000 ( 255 MB)
.init : 0xc03c8000 - 0xc040d000 ( 276 kB)
.data : 0xc0314303 - 0xc03c0c64 ( 690 kB)
.text : 0xc0100000 - 0xc0314303 (2128 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 2291.26 BogoMIPS (lpj=1145630)
Security Framework v1.0.0 initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383f9ff c1cbf9ff 00000000 00000000 00000000 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After all inits, caps: 0383f9ff c1cbf9ff 00000000 00000420 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 12k freed
Early unpacking initramfs... done
Freeing initrd memory: 971k freed
ACPI: Core revision 20070126
ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
ACPI: setting ELCR to 0200 (from 1c20)
CPU0: AMD Athlon(tm) Processor stepping 02
SMP motherboard not detected.
Local APIC not detected. Using dummy APIC emulation.
Brought up 1 CPUs
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfdb01, last bus=1
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S4 S5)
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
Enabling SiS 96x SMBus.
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 *12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 *10 11 12 14 15)
ACPI: Power Resource [URP1] (off)
ACPI: Power Resource [URP2] (off)
ACPI: Power Resource [FDDP] (off)
ACPI: Power Resource [LPTP] (off)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 10 devices
ACPI: ACPI bus type pnp unregistered
PnPBIOS: Disabled
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
Time: tsc clocksource has been installed.
PCI: Bridge: 0000:00:01.0
IO window: disabled.
MEM window: c7e00000-c7efffff
PREFETCH window: c7c00000-c7cfffff
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 98304 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
audit: initializing netlink socket (disabled)
audit(1262509993.176:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Boot video device is 0000:00:09.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Generic RTC Driver v1.07
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize
PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
PNP: PS/2 controller doesn't have AUX irq; using default 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
TCP cubic registered
NET: Registered protocol family 1
Using IPI No-Shortcut mode
BIOS EDD facility v0.16 2004-Jun-25, 2 devices found
Freeing unused kernel memory: 276k freed
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
SIS5513: IDE controller at PCI slot 0000:00:02.5
SIS5513: chipset revision 208
SIS5513: not 100% native mode: will probe irqs later
SIS5513: SiS735 ATA 100 (2nd gen) controller
ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
input: AT Translated Set 2 keyboard as /class/input/input0
Switched to high resolution mode on CPU 0
hda: ST340810A, ATA DISK drive
hdb: IBM-DTLA-305040, ATA DISK drive
hda: selected mode 0x45
hdb: selected mode 0x45
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: CW099D ATAPI CD-R/RW, ATAPI CD/DVD-ROM drive
hdd: BENQ DVD DD DW1640, ATAPI CD/DVD-ROM drive
hdc: selected mode 0x42
hdd: selected mode 0x42
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes not supported
hda:hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hdb: DMA disabled
ide0: reset: success
hda1 hda2 < hda5 hda6 hda7 hda8 >
hdb: max request size: 128KiB
hdb: 66055248 sectors (33820 MB) w/380KiB Cache, CHS=65531/16/63
hdb: cache flushes not supported
hdb: hdb1 hdb2 < hdb5 hdb6 hdb7 hdb8 hdb9 >
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
ide0: reset: success
8139too Fast Ethernet driver 0.9.28
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 12
PCI: setting IRQ 12 as level-triggered
ACPI: PCI Interrupt 0000:00:11.0[A] -> Link [LNKB] -> GSI 12 (level, low) -> IRQ 12
eth0: RealTek RTL8139 at 0xd081af00, 00:08:54:3c:fa:2a, IRQ 12
eth0: Identified 8139 chip type 'RTL-8100B/8139D'
gameport: EMU10K1 is pci0000:00:0b.1/gameport0, io 0xdc00, speed 1217kHz
hdc: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Linux video capture interface: v2.00
Linux agpgart interface v0.102 (c) Dave Jones
sis630_smbus 0000:00:02.0: SIS630 comp. bus not detected, module not inserted.
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
PCI: setting IRQ 5 as level-triggered
ACPI: PCI Interrupt 0000:00:02.2[D] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5
ohci_hcd 0000:00:02.2: OHCI Host Controller
ohci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:02.2: irq 5, io mem 0xcbfee000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
bttv: driver version 0.9.17 loaded
bttv: using 4 buffers with 2080k (520 pages) each for capture
agpgart: Detected SiS chipset - id:1845
agpgart: AGP aperture is 4M @ 0xd0000000
sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x0c00
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:02.3[A] -> Link [LNKH] -> GSI 10 (level, low) -> IRQ 10
ohci_hcd 0000:00:02.3: OHCI Host Controller
ohci_hcd 0000:00:02.3: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:02.3: irq 10, io mem 0xcbfef000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
bttv: Bt8xx card found (0).
ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5
bttv0: Bt878 (rev 17) at 0000:00:0f.0, irq: 5, latency: 64, mmio: 0xc7dfe000
bttv0: using: Prolink PixelView PlayTV pro [card=37,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00ffc0ff [init]
bttv0: using tuner=2
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: i2c: checking for TDA9887 @ 0x86... not found
usb 1-1: new full speed USB device using ohci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
tuner 1-0061: chip found @ 0xc2 (bt878 #0 [sw])
tuner 1-0061: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles))
tuner 1-0061: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles))
hub 1-1:1.0: 4 ports detected
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: PLL: 28636363 => 35468950 .. ok
ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKB] -> GSI 12 (level, low) -> IRQ 12
usb 1-1.1: new full speed USB device using ohci_hcd and address 3
usb 1-1.1: configuration #1 chosen from 1 choice
usb 1-1.2: new low speed USB device using ohci_hcd and address 4
usb 1-1.2: configuration #1 chosen from 1 choice
usbcore: registered new interface driver hiddev
input: PS/2+USB Mouse as /class/input/input1
input: USB HID v1.11 Mouse [PS/2+USB Mouse] on usb-0000:00:02.2-1.2
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
usbcore: registered new interface driver usbmouse
drivers/hid/usbhid/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
bt878: AUDIO driver version 0.0.0 loaded
bt878: Bt878 AUDIO function found (0).
ACPI: PCI Interrupt 0000:00:0f.1[A] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5
bt878_probe: card id=[0x0], Unknown card.
Exiting..
ACPI: PCI interrupt for device 0000:00:0f.1 disabled
bt878: probe of 0000:00:0f.1 failed with error -22
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
EXT3 FS on hda1, internal journal
Adding 1172704k swap on /dev/hda5. Priority:-1 extents:1 across:1172704k
Adding 522072k swap on /dev/hdb8. Priority:-2 extents:1 across:522072k
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda8, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
loop: module loaded
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (2047 buckets, 16376 max)
No dock devices found.
Removing netfilter NETLINK layer.
input: Power Button (FF) as /class/input/input2
ACPI: Power Button (FF) [PWRF]
input: Sleep Button (CM) as /class/input/input3
ACPI: Sleep Button (CM) [SLPB]
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
Mobile IPv6
NET: Registered protocol family 17
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
parport_pc 00:09: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
lp0: using parport0 (interrupt-driven).
lp0: console ready
usbcore: registered new interface driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
eth0: no IPv6 routers present
$HOME/.xawtv:
[global]
ratio = 4:3
freqtab = australia
pixsize = 128 x 96
pixcols = 1
jpeg-quality = 75
keypad-ntsc = no
keypad-partial = yes
osd = yes
osd-position = 30 , 20
use-wm-fullscreen = yes
# [Station name]
# capture = overlay | grabdisplay | on | off
# input = Television | Composite1 | S-Video | ...
# norm = PAL | NTSC | SECAM | ...
# channel = #
# fine = # (-128..+127)
# key = keysym | modifier+keysym
# color = #
# bright = #
# hue = #
# contrast = #
[defaults]
group = main
norm = PAL
input = Television
capture = grabdisplay
color = 88%
contrast = 46%
bright = 64%
hue = 71%
audio = mono
[TEN]
channel = 7
[ABC]
channel = 9
[SBS]
channel = 28
[WIN]
channel = 31
[PRIME]
channel = 34
[Camera]
channel = 0
input = Composite1
norm = NTSC
color = 50%
hue=90%
bright=90%
key = K
/etc/mozpluggerrc:
# Configure file for MozPlugger 1.10
# Version: January 4, 2008
#
# Commands which are not installed on your system will not be used.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
###################
### m4 macros ###
###################
changequote([,])
### Helpers
#define(ENABLE_HELPERS)
ifdef([ENABLE_HELPERS],[
define(HELPER,[nokill noisy: $1])
],[
define(HELPER,[])
])
### MPlayer
define(MP_CMD,[mplayer -really-quiet -nojoystick -nofs -zoom -vo xv,x11 -ao esd,alsa,oss,arts,null -osdlevel 0 $1 </dev/null])
define(MP_EMBED,[embed noisy ignore_errors: MP_CMD(-xy $width -wid $window $1)])
define(MP_NOEMBED,[noembed noisy ignore_errors maxaspect swallow(MPlayer): MP_CMD($1)])
define(MP_VIDEO_STREAM,[stream MP_EMBED($1 "$file")
stream MP_NOEMBED($1 "$file")])
define(MP_VIDEO_PLAYLIST, [fmatch($1) stream MP_EMBED(-playlist "$file")
fmatch($1) stream MP_NOEMBED(-playlist "$file")])
# Special case for Quicktime
define(MP_LINKS,[stream links controls noisy ignore_errors: MP_CMD($1)])
define(MP_AUDIO,[mplayer -really-quiet -nojoystick $1 </dev/null])
define(MP_AUDIO_STREAM,[controls stream noisy ignore_errors: mplayer -really-quiet -nojoystick $1 "$file" </dev/null])
ifelse(esyscmd([mplayer -afm help 2>&1 | grep vorbis]),[],[
define(MP_NO_VORBIS)
],[
define(MP_VORBIS)
])
### Totem
define(TM_CMD,[totem $1</dev/null])
define(TM_EMBED,[embed noisy ignore_errors hidden fill swallow(Totem): TM_CMD(--toggle-controls $1)])
define(TM_NOEMBED,[nokill noembed noisy ignore_errors: TM_CMD($1)])
define(TM_VIDEO_STREAM,[stream TM_EMBED("$file")
stream TM_NOEMBED("$file")])
# Special case for Quicktime
define(TM_LINKS,[stream links controls nokill noembed noisy ignore_errors: TM_CMD($1)])
define(TM_AUDIO_STREAM,[controls stream noisy ignore_errors: TM_CMD("$file")])
### OpenOffice
define([OO],[swallow(VCLSalFrame) fill: ooffice2.0 -nologo -norestore -view $1 "$file"
swallow(VCLSalFrame) fill: ooffice -nologo -norestore -view $1 "$file"
swallow(VCLSalFrame) fill: soffice -nologo $1 "$file"])
### GV
define(GV_OPTS,[--safer --quiet --antialias -geometry +9000+9000])
define(GV_FLAGS,[repeat noisy swallow(gv) fill])
define(GV,[GV_FLAGS(): gv GV_OPTS() "$file"])
###################
### Video ###
###################
video/mpeg:mpeg,mpg,mpe:MPEG animation
video/x-mpeg:mpeg,mpg,mpe:MPEG animation
video/x-mpeg2:mpv2,mp2ve:MPEG2 animation
MP_VIDEO_STREAM()
TM_VIDEO_STREAM()
HELPER(xine -pq "$file")
loop: mtvp -l -W$window "$file"
: mtvp -W$window "$file"
video/mp4:mp4:MPEG4 animation
MP_VIDEO_STREAM()
TM_VIDEO_STREAM()
HELPER(xine -pq "$file")
video/msvideo:avi:AVI animation
video/x-msvideo:avi:AVI animation
video/fli:fli,flc:FLI animation
video/x-fli:fli,flc:FLI animation
MP_VIDEO_STREAM()
TM_VIDEO_STREAM()
HELPER(xine -pq "$file")
application/x-mplayer2:*:Windows Media video
video/x-ms-asf:asf,asx:Windows Media video
video/x-ms-wm:wm:Windows Media video
video/x-ms-wmv:wmv:Windows Media video
video/x-ms-wvx:wvx:Windows Media video
video/x-ms-asf-plugin:*:Window Media video
MP_VIDEO_PLAYLIST(%.asx)
MP_VIDEO_STREAM()
TM_VIDEO_STREAM()
application/asx:asx:Windows Media video
MP_VIDEO_STREAM(-playlist)
TM_VIDEO_STREAM()
application/x-quicktimeplayer:mov:Quicktime animation
image/x-macpaint:pntg,mov:Quicktime animation
video/quicktime:mov,qt:Quicktime animation
video/x-quicktime:mov,qt:Quicktime animation
MP_VIDEO_STREAM()
MP_LINKS("$file")
TM_VIDEO_STREAM()
TM_LINKS("$file")
HELPER(xine -pq "$file")
stream links controls : xine -pq "$file"
video/x-theora:ogg:OGG stream with video
video/theora:ogg:OGG stream with video
video/ogg:ogg:OGG stream with video
video/x-ogg:ogm,ogv:OGG stream with video
ifdef([MP_VORBIS],[ MP_VIDEO_STREAM()
]) TM_VIDEO_STREAM()
video/dl:dl:DL animation
video/x-dl:dl:DL animation
video/sgi-movie:movie,movi,mv:SGI animation
video/x-sgi-movie:movie,movi,mv:SGI animation
video/anim:iff,anim5,anim3,anim7:IFF animation
video/x-anim:iff,anim5,anim3,anim7:IFF animation
video/quicktime:m4v quicktime movie
loop: mplayer "$file"
: mplayer "$file"
##################
### Audio ###
##################
audio/mid:midi,mid:MIDI audio file
audio/x-mid:midi,mid:MIDI audio file
audio/midi:midi,mid:MIDI audio file
audio/x-midi:midi,mid:MIDI audio file
# controls noisy stream: timidity -Od "$file"
: plmidi "$file"
audio/mod:mod:Soundracker audio Module
audio/x-mod:mod:Soundracker audio Module
controls loop noisy: mikmod -q --interpolate "$file"
controls noisy: mikmod -q --interpolate "$file"
audio/mp2:mp2:MPEG audio
audio/x-mp2:mp2:MPEG audio
: mpg123 "$file"
audio/mp3:mp3:MPEG audio
audio/x-mp3:mp3:MPEG audio
audio/mpeg2:mp2:MPEG audio
audio/x-mpeg2:mp2:MPEG audio
audio/mpeg3:mp3:MPEG audio
audio/x-mpeg3:mp3:MPEG audio
audio/mpeg:mpa,abs,mpega:MPEG audio
audio/x-mpeg:mpa,abs,mpega:MPEG audio
: mpg123 "$file"
audio/mpeg-url:m3u:MPEG music resource locator
audio/x-mpeg-url:m3u:MPEG music resource locator
audio/mpegurl:m3u:MPEG music resource locator
audio/x-mpegurl:m3u:MPEG music resource locator
audio/mpeg-url:m3u:MPEG music resource locator
audio/x-mpeg-url:m3u:MPEG music resource locator
audio/x-scpls:pls:Shoutcast Playlists
: mpg123 -q "$file"
# controls: mpg123 -q "$file"
audio/x-ogg:ogg:OGG audio
application/x-ogg:ogg:OGG audio
application/ogg:ogg:OGG audio
ifdef([MP_VORBIS],[ MP_AUDIO_STREAM()
]) TM_AUDIO_STREAM()
controls stream noisy: ogg123 -q -b 128 "$file"
HELPER(xmms -e -p "$file")
audio/x-flac:flac:FLAC audio
application/x-flac:flac:FLAC audio
MP_AUDIO_STREAM()
HELPER(xmms -e -p "$file")
audio/basic:au,snd:Basic audio file
audio/x-basic:au,snd:Basic audio file
controls: play "$file"
controls: sox "$file" -t .au - > /dev/audio
audio/wav:wav:Microsoft wave file
audio/x-wav:wav:Microsoft wave file
audio/x-pn-wav:wav:Microsoft wave file
audio/x-pn-windows-acm:wav:Microsoft wave file
controls: play "$file"
audio/x-pn-realaudio-plugin:rpm:RealPlayer Plugin Metafile
audio/x-pn-realaudio:ra,rm,ram:Realaudio-plugin resource locator
audio/x-realaudio:ra,rm,ram:RealAudio file
application/vnd.rn-realmedia:rm:RealMedia file
application/smil:smi:RealPlayer
audio/vnd.rn-realaudio:ra,ram:RealAudio file
audio/vnd.rn-realvideo:rv:RealVideo file
nokill stream: realplay "$file"
audio/x-ms-wax:wax:Windows Media Audio
MP_AUDIO_STREAM(-playlist-playlist))
TM_AUDIO_STREAM()
audio/x-ms-wma:wma:Windows Media Audio
MP_AUDIO_STREAM()
TM_AUDIO_STREAM()
#######################
### Documents ###
#######################
image/sun-raster:rs:SUN raster image
image/x-sun-raster:rs:SUN raster image
image/x-rgb:rgb:RGB Image
image/x-portable-pixmap:ppm:PPM Image
image/x-portable-graymap:pgm:PGM Image
image/x-portable-bitmap:pbm:PBM Image
image/x-portable-anymap:pnm:PBM Image
image/tiff:tiff,tif:TIFF image
image/x-tiff:tiff,tif:TIFF image
exits: display -window $window -backdrop "$file"
repeat noisy swallow(gqview) fill: gqview -t "$file"
swallow(:) maxaspect: xv -ima -igeom +9000+9000 -geometry +9000+9000 "$file"
repeat swallow(display): display "$file"
repeat swallow(Sdtimage) fill: sdtimage "$file"
swallow(*qiv:) fill maxaspect: qiv -n "$file"
image/x-xcf:xcf:Gimp Image
image/xcf:xcf:Gimp Image
application/x-gimp:xcf:Gimp Image
application/gimp:xcf:Gimp Image
exits: display -window $window -backdrop "$file"
repeat swallow(display) fill: display "$file"
application/photoshop:psd:PhotoShop Image
application/x-photoshop:psd:PhotoShop Image
exits: display -window $window -backdrop "$file"
repeat swallow(display) fill: display "$file"
application/pdf:pdf:PDF file
application/x-pdf:pdf:PDF file
text/pdf:pdf:PDF file
text/x-pdf:pdf:PDF file
: xpdf "$file"
# repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
# GV()
application/x-postscript:ps:PostScript file
application/postscript:ps:PostScript file
GV()
repeat noisy swallow(evince) fill: evince "$file"
application/x-rtf:rtf:Rich Text Format
application/rtf:rtf:Rich Text Format
text/rtf:rtf:Rich Text Format
OO()
repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
repeat noisy swallow(kword): kword "$file"
repeat noisy swallow(Ted) fill: Ted "$file"
application/x-msword:doc,dot:Microsoft Word Document
application/msword:doc,dot:Microsoft Word Document
OO()
repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
application/vnd.ms-excel:xls,xlb:Microsoft Excel Document
OO()
repeat swallow(Gnumeric) fill: gnumeric "$file"
# OpenOffice MimeTypes (http://framework.openoffice.org/documentation/mimetypes/mimetypes.html)
application/vnd.sun.xml.writer:sxw:OpenOffice Writer 6.0 documents
application/so7_vnd.sun.xml.writer:sxw:OpenOffice Writer 7.0 documents
application/vnd.sun.xml.writer.template:stw:OpenOffice Writer 6.0 templates
application/vnd.sun.xml.writer.global:sxg:OpenOffice Writer 6.0 global documents
application/vnd.stardivision.writer:sdw:StarWriter 5.x documents
application/vnd.stardivision.writer-global:sgl:StarWriter 5.x global documents
application/x-starwriter:sdw:StarWriter 4.x documents
OO()
application/vnd.sun.xml.calc:sxc:OpenOffice Calc 6.0 spreadsheets
application/so7_vnd.sun.xml.calc:sxc:OpenOffice Calc 7.0 spreadsheets
application/vnd.sun.xml.calc.template:stc:OpenOffice Calc 6.0 templates
application/vnd.stardivision.calc:sdc:StarCalc 5.x spreadsheets
application/x-starcalc:sdc:StarCalc 4.x spreadsheets
application/vnd.lotus-1-2-3: 123, wk1: Lotus 1-2-3 Document
OO()
application/vnd.sun.xml.draw:sxd:OpenOffice Draw 6.0 documents
application/so7_vnd.sun.xml.draw:sxc:StarOffice Draw 7.0 documents
application/vnd.sun.xml.draw.template:std:OpenOffice Draw 6.0 templates
application/vnd.stardivision.draw:sda:StarDraw 5.x documents
application/x-stardraw:sda:StarDraw 4.x documents
OO()
application/vnd.sun.xml.impress:sxi:OpenOffice Impress 6.0 presentations
application/so7_vnd.sun.xml.impress:sxi:StarOffice 7.0 Impress presentations
application/vnd.sun.xml.impress.template:sti:OpenOffice Impress 6.0 templates
application/vnd.stardivision.impress:sdd:StarImpress 5.x presentations
application/vnd.stardivision.impress-packed:sdp:StarImpress Packed 5.x files
application/x-starimpress:sdd:StarImpress 4.x presentations
application/vnd.ms-powerpoint:ppt:PowerPoint Slideshow
application/mspowerpoint:ppt,ppz,pps,pot:PowerPoint Slideshow
OO()
application/vnd.sun.xml.math:sxm:OpenOffice Math 6.0 documents
application/so7_vnd.sun.xml.math:sxm:StarOffice 7.0 Math documents
application/vnd.stardivision.math:smf:StarMath 5.x documents
application/x-starmath:smf:StarMath 4.x documents
OO()
application/vnd.oasis.opendocument.text:odt,ODT:OASIS OpenDocument Text
OO()
application/vnd.oasis.opendocument.spreadsheet:ods,ODS:OASIS OpenDocument SpreadSheet
OO()
application/vnd.oasis.opendocument.presentation:odp,ODP:OASIS OpenDocument Presentation
OO()
Start-up Windowmanagers Control Files
.Xj:
cd
./appointk &
aumix-text -L &
idesk &
exec jwm
.Xi:
cd
./appointk &
aumix-text -L &
idesk &
exec icewm
.Xk:
aumix-text -L &
exec startkde
exit
.Xm:
cd
./appointk &
aumix-text -L &
xosview +net +cpu -load -disk -ints -page -mem -swap -geometry 165x50+860+675 &
idesk &
exec mwm
.Xo:
cd
./appointk &
aumix-text -L &
tint2 &
idesk &
xosview +net +cpu -load -disk -ints -page -mem -swap -geometry 165x60+860+667 &
exec openbox
Mwm Control File $HOME/.mwmrc
!!
!! WJI Mwm RESOURCE DESCRIPTION FILE $HOME/.mwmrc
!!
!! Root Menu Description (this menu must be explicitly posted via f.menu)
!!
Menu DefaultRootMenu
{
"Root Menu" f.title
"Terminal" f.exec "xterm &"
"Windowlist" f.exec "xterm -e wlist &"
"Mandriva" f.menu "/Mandriva"
"Shuffle Up" f.circle_up
"Shuffle Down" f.circle_down
"Refresh" f.refresh
no-label f.separator
"Restart..." f.restart
"Quit..." f.quit_mwm
}
!!
!! Default Window Menu Description
!!
Menu DefaultWindowMenu
{
Restore _R Alt<Key>F5 f.restore
Move _M Alt<Key>F7 f.move
Size _S Alt<Key>F8 f.resize
Minimize _n Alt<Key>F9 f.minimize
Maximize _x Alt<Key>F10 f.maximize
Lower _L Alt<Key>F3 f.lower
no-label f.separator
Windowlist _w Alt<Key>F12 f.exec "xterm -e wlist &"
Terminal f.exec "xterm &"
Apps _A Alt<Key>F2 f.menu "/Mandriva"
Close _C Alt<Key>F4 f.kill
}
!!
!! Key Binding Description
!!
Keys DefaultKeyBindings
{
Shift<Key>Escape window|icon f.post_wmenu
Alt<Key>space window|icon f.post_wmenu
Alt<Key>Tab root|icon|window f.circle_down
Alt Shift<Key>Tab root|icon|window f.circle_up
Alt<Key>Escape root|icon|window f.circle_down
Alt Shift<Key>Escape root|icon|window f.exec scrotate
Alt Shift Ctrl<Key>exclam root|icon|window f.set_behavior
Alt<Key>F6 window f.next_key transient
Alt Shift<Key>F6 window f.prev_key transient
Shift<Key>F10 icon f.post_wmenu
! Alt Shift<Key>Delete root|icon|window f.restart
}
!!
!! Button Binding Description(s)
!!
Buttons DefaultButtonBindings
{
<Btn1Down> icon|frame f.raise
<Btn1Down> root f.window_list
<Btn2Down> icon|frame f.menu DefaultRootMenu
<Btn3Down> icon|frame f.post_wmenu
<Btn3Down> root f.menu DefaultRootMenu
}
Buttons ExplicitButtonBindings
{
<Btn1Down> frame|icon f.raise
<Btn1Down> root f.window_list
<Btn3Down> frame|icon f.post_wmenu
<Btn3Down> root f.menu DefaultRootMenu
<Btn1Up> icon f.restore
Alt<Btn1Down> window|icon f.lower
Alt<Btn2Down> window|icon f.resize
Alt<Btn3Down> window|icon f.move
}
Buttons PointerButtonBindings
{
<Btn1Down> frame|icon f.raise
<Btn3Down> frame|icon f.post_wmenu
<Btn3Down> root f.menu DefaultRootMenu
<Btn1Down> window f.raise
<Btn1Up> icon f.restore
Alt<Btn1Down> window|icon f.lower
Alt<Btn2Down> window|icon f.resize
Alt<Btn3Down> window|icon f.move
}
!!
!! END OF mwm RESOURCE DESCRIPTION FILE
!!
!include-menu-defs
# Automatically generated file. Do not edit (see /usr/share/doc/menu-*/html/index.html) Y not? WJi
Menu "/Mandriva/Internet/Chat"
{
"Chat" f.title
"Gaim" f.exec "gaim &"
}
Menu "/Mandriva/Internet/File Transfer"
{
"File Transfer" f.title
"gFTP" f.exec "/usr/bin/gftp &"
}
Menu "/Mandriva/Internet/Instant Messaging"
{
"Instant Messaging" f.title
"Gaim" f.exec "soundwrapper /usr/bin/gaim &"
"Kopete" f.exec "kopete &"
}
Menu "/Mandriva/Internet/Mail"
{
"Mail" f.title
"Thunderbird" f.exec "thunderbird &"
"KMail" f.exec "kmail &"
"Thunderbird AddressBook" f.exec "thunderbird -addressbook &"
"Seamonkey Mail" f.exec "seamonkey -mail &"
}
Menu "/Mandriva/Internet/News"
{
"News" f.title
"KNode" f.exec "kontact-knode.sh &"
"Seamonkey News" f.exec "seamonkey -news &"
}
Menu "/Mandriva/Internet/Remote Access"
{
"Remote Access" f.title
"Remote Desktop Connection" f.exec "krdc &"
"Telnet" f.exec "xterm -e telnet &"
}
Menu "/Mandriva/Internet/Web Browsers"
{
"Web Browsers" f.title
"Firefox" f.exec "firefox &"
"Konqueror" f.exec "konqueror --profile webbrowsing &"
"Opera" f.exec "opera &"
"Seamonkey" f.exec "seamonkey &"
}
Menu "/Mandriva/Internet/HTML Editors"
{
"HTML Editors" f.title
"BlueFish" f.exec "bluefish &"
"Seamonkey Composer" f.exec "seamonkey -edit &"
"Nvu" f.exec "nvu &"
"Abiword" f.exec "abiword &"
}
Menu "/Mandriva/Internet"
{
"Internet" f.title
"Chat" f.menu "/Mandriva/Internet/Chat"
"File Transfer" f.menu "/Mandriva/Internet/File Transfer"
"Instant Messaging" f.menu "/Mandriva/Internet/Instant Messaging"
"Mail" f.menu "/Mandriva/Internet/Mail"
"News" f.menu "/Mandriva/Internet/News"
"Remote Access" f.menu "/Mandriva/Internet/Remote Access"
"Web Browsers" f.menu "/Mandriva/Internet/Web Browsers"
"HTML Editors" f.menu "/Mandriva/Internet/HTML Editors"
}
Menu "/Mandriva/More Applications/Accessibility"
{
"Accessibility" f.title
"K Magnifier" f.exec "kmag &"
"KMouseTool" f.exec "kmousetool &"
"KMouth" f.exec "kmouth &"
"Xmag" f.exec "xmag &"
}
Menu "/Mandriva/More Applications/Development/Development Environments"
{
"Development Environments" f.title
"IDLE" f.exec "/usr/bin/idle &"
"Qt Linguist" f.exec "/usr/lib/qt3/bin/linguist &"
"Qt3 Designer" f.exec "/usr/bin/designer-qt3 &"
}
Menu "/Mandriva/More Applications/Development/Tools"
{
"Tools" f.title
"Gdb" f.exec "xvt -e gdb &"
}
Menu "/Mandriva/More Applications/Development"
{
"Development" f.title
"Development Environments" f.menu "/Mandriva/More Applications/Development/Development Environments"
"Tools" f.menu "/Mandriva/More Applications/Development/Tools"
}
Menu "/Mandriva/More Applications/Documentation"
{
"Documentation" f.title
"Howtos English" f.exec "seamonkey /usr/share/doc/mandriva/en/Drakxtools-Guide/index.html &"
}
Menu "/Mandriva/More Applications/Editors"
{
"Editors" f.title
"GEdit" f.exec "gedit &"
"Joe" f.exec "xterm -e joe &"
"KHexEdit" f.exec "khexedit &"
"KWrite" f.exec "kwrite &"
"Kate" f.exec "kate &"
"Nedit" f.exec "nedit &"
"XEdit" f.exec "xedit &"
}
Menu "/Mandriva/More Applications/Emulators"
{
"Emulators" f.title
"DOS Box" f.exec "dosbox &"
}
Menu "/Mandriva/More Applications/Finances"
{
"Finances" f.title
"GnuCash" f.exec "gnucash &"
}
Menu "/Mandriva/More Applications/Sciences/Mathematics"
{
"Mathematics" f.title
"Calculator" f.exec "xcalc &"
}
Menu "/Mandriva/More Applications/Sciences"
{
"Sciences" f.title
"Mathematics" f.menu "/Mandriva/More Applications/Sciences/Mathematics"
}
Menu "/Mandriva/More Applications"
{
"More Applications" f.title
"Accessibility" f.menu "/Mandriva/More Applications/Accessibility"
"Development" f.menu "/Mandriva/More Applications/Development"
"Documentation" f.menu "/Mandriva/More Applications/Documentation"
"Editors" f.menu "/Mandriva/More Applications/Editors"
"Emulators" f.menu "/Mandriva/More Applications/Emulators"
"Finances" f.menu "/Mandriva/More Applications/Finances"
"Sciences" f.menu "/Mandriva/More Applications/Sciences"
}
Menu "/Mandriva/Multimedia/Graphics"
{
"Graphics" f.title
"Digikam" f.exec "digikam &"
"FLPhoto (GPhoto 2)" f.exec "flphoto &"
"GPhoto (Use FLPhoto or GTKam with new cameras)" f.exec "gphoto2 &"
"GQview" f.exec "gqview &"
"GTKam (GPhoto 2)" f.exec "/usr/bin/gtkam &"
"Gnome Icon Editor" f.exec "/usr/bin/gnome-iconedit &"
"KSnapshot" f.exec "ksnapshot &"
"KView" f.exec "kview &"
"Kuickshow" f.exec "kuickshow &"
"The GIMP" f.exec "gimp &"
"Xpaint" f.exec "xpaint &"
}
Menu "/Mandriva/Multimedia/Sound"
{
"Sound" f.title
"Aumix" f.exec "aumix &"
"Grip" f.exec "grip &"
"Rosegarden" f.exec "rosegarden &"
"Sound Recorder" f.exec "gnome-sound-recorder &"
"TiMidity++" f.exec "timidity -ig &"
"Kmplayer" f.exec "soundwrapper kmplayer &"
}
Menu "/Mandriva/Multimedia/Video"
{
"Video" f.title
"Kdenlive" f.exec "kdenlive &"
"TVtime" f.exec "tvtime &"
"XawTV" f.exec "xawtv -noxv TEN &"
"Xine" f.exec "xine &"
"kdetv" f.exec "kdetv &"
}
Menu "/Mandriva/Multimedia/DVD-burners"
{
"DVD-burners" f.title
"k3b" f.exec "k3b &"
"xcdroast" f.exec "xcdroast &"
"Nero" f.exec "nero &"
}
Menu "/Mandriva/Multimedia"
{
"Multimedia" f.title
"Graphics" f.menu "/Mandriva/Multimedia/Graphics"
"Sound" f.menu "/Mandriva/Multimedia/Sound"
"Video" f.menu "/Mandriva/Multimedia/Video"
"DVD-burners" f.menu "/Mandriva/Multimedia/DVD-burners"
}
Menu "/Mandriva/Office/Accessories"
{
"Accessories" f.title
"GNOME Dictionary" f.exec "/usr/bin/gnome-dictionary &"
"KCalc" f.exec "kcalc &"
"KCharSelect" f.exec "kcharselect &"
"KJots" f.exec "kjots &"
"Kdict" f.exec "kdict &"
}
Menu "/Mandriva/Office/Address Books"
{
"Address Books" f.title
"Address Manager" f.exec "kontact-addressbook.sh &"
}
Menu "/Mandriva/Office/Communications/Fax"
{
"Fax" f.title
"KFax" f.exec "kfax &"
}
Menu "/Mandriva/Office/Communications/PDA"
{
"PDA" f.title
"J-Pilot" f.exec "jpilot &"
"KPilot" f.exec "kpilot &"
}
Menu "/Mandriva/Office/Communications/Phone"
{
"Phone" f.title
"K-Phone" f.exec "kphone &"
}
Menu "/Mandriva/Office/Communications"
{
"Communications" f.title
"Fax" f.menu "/Mandriva/Office/Communications/Fax"
"PDA" f.menu "/Mandriva/Office/Communications/PDA"
"Phone" f.menu "/Mandriva/Office/Communications/Phone"
}
Menu "/Mandriva/Office/Graphs"
{
"Graphs" f.title
"Diagrams" f.exec "dia &"
"OpenOffice.org Draw" f.exec "oodraw &"
}
Menu "/Mandriva/Office/Presentations"
{
"Presentations" f.title
"OpenOffice.org Impress" f.exec "ooimpress &"
}
Menu "/Mandriva/Office/Publishing"
{
"Publishing" f.title
"KGhostView" f.exec "kghostview &"
"XDitview" f.exec "xditview &"
"Xpdf" f.exec "xpdf &"
}
Menu "/Mandriva/Office/Spreadsheets"
{
"Spreadsheets" f.title
"Gnumeric" f.exec "gnumeric &"
"OpenOffice.org Calc" f.exec "oocalc &"
}
Menu "/Mandriva/Office/Tasks Management"
{
"Tasks Management" f.title
"Planner" f.exec "planner &"
}
Menu "/Mandriva/Office/Time Management"
{
"Time Management" f.title
"KAlarm" f.exec "kalarm &"
"KOrganizer" f.exec "kontact-korganizer.sh &"
}
Menu "/Mandriva/Office/Wordprocessors"
{
"Wordprocessors" f.title
"AbiWord" f.exec "abiword &"
"OpenOffice" f.exec "ooffice2.0 &"
}
Menu "/Mandriva/Office"
{
"Office" f.title
"Accessories" f.menu "/Mandriva/Office/Accessories"
"Address Books" f.menu "/Mandriva/Office/Address Books"
"Communications" f.menu "/Mandriva/Office/Communications"
"Graphs" f.menu "/Mandriva/Office/Graphs"
"Presentations" f.menu "/Mandriva/Office/Presentations"
"Publishing" f.menu "/Mandriva/Office/Publishing"
"Spreadsheets" f.menu "/Mandriva/Office/Spreadsheets"
"Tasks Management" f.menu "/Mandriva/Office/Tasks Management"
"Time Management" f.menu "/Mandriva/Office/Time Management"
"Wordprocessors" f.menu "/Mandriva/Office/Wordprocessors"
}
Menu "/Mandriva/System/Archiving/Backup"
{
"Backup" f.title
"Bshell" f.exec "rxvt -e bshell &"
}
Menu "/Mandriva/System/Archiving/CD Burning"
{
"CD Burning" f.title
"X-CD-Roast" f.exec "xcdroast &"
"K3B" f.exec "k3b &"
}
Menu "/Mandriva/System/Archiving/Compression"
{
"Compression" f.title
"Ark" f.exec "ark &"
"File-Roller" f.exec "file-roller &"
}
Menu "/Mandriva/System/Archiving"
{
"Archiving" f.title
"Backup" f.menu "/Mandriva/System/Archiving/Backup"
"CD Burning" f.menu "/Mandriva/System/Archiving/CD Burning"
"Compression" f.menu "/Mandriva/System/Archiving/Compression"
}
Menu "/Mandriva/System/Configuration/Boot and Init"
{
"Boot and Init" f.title
"GDM Configurator" f.exec "/usr/bin/gdmsetup &"
"GDM Photo Setup" f.exec "/usr/bin/gdmphotosetup &"
"New login with GDM" f.exec "/usr/bin/gdmflexiserver &"
}
Menu "/Mandriva/System/Configuration/Hardware"
{
"Hardware" f.title
"Floppy Formatter" f.exec "gfloppy &"
"MDK Control C" f.exec "drakconf &"
"KFloppy" f.exec "kfloppy &"
}
Menu "/Mandriva/System/Configuration/Networking"
{
"Networking" f.title
"Netstatus" f.exec "netstat &"
}
Menu "/Mandriva/System/Configuration/Other"
{
"Other" f.title
"Change Password" f.exec "userpasswd &"
"Discover custom services" f.exec "mdkonline &"
"LocaleDrake (System)" f.exec "drakconf --start-with=Localization &"
"LocaleDrake (User)" f.exec "localedrake &"
"User Administration" f.exec "userdrake &"
}
Menu "/Mandriva/System/Configuration/Packaging"
{
"Packaging" f.title
"Browse Available Software" f.exec "rpmdrake &"
"Install Software" f.exec "rpmdrake --root &"
"KPackage" f.exec "kpackage &"
"Mandrivalinux Update" f.exec "MandrivaUpdate &"
"Remove Software" f.exec "rpmdrake-remove --root &"
"Software Media Manager" f.exec "edit-urpm-sources.pl &"
}
Menu "/Mandriva/System/Configuration/Printing/Lexmark"
{
"Lexmark" f.title
"Change Cartridge in a Lexmark 1xxx" f.exec "xvt -e lm1100change &"
"Change Cartridge in a Lexmark 5xxx or 7xxx" f.exec "xvt -e changecartridge &"
"Command line tools for Lexmark 5xxx or 7xxx" f.exec "xvt -e lx.control &"
"Maintenance tool for Lexmark Z42, Z43, and Z52" f.exec "z42tool &"
"Park Cartridge in a Lexmark 1xxx" f.exec "xvt -e lm1100back &"
}
Menu "/Mandriva/System/Configuration/Printing"
{
"Printing" f.title
"Display printer test page (for colour adjustment)" f.exec "displaytestpage &"
"Lexmark" f.menu "/Mandriva/System/Configuration/Printing/Lexmark"
"Mtink - Epson inkjet printer maintenance and ink level monitor" f.exec "mtink &"
"XPP - X Printing Panel" f.exec "xpp &"
}
Menu "/Mandriva/System/Configuration"
{
"Configuration" f.title
"Boot and Init" f.menu "/Mandriva/System/Configuration/Boot and Init"
"Configure Your Computer" f.exec "drakconf &"
"Hardware" f.menu "/Mandriva/System/Configuration/Hardware"
"Networking" f.menu "/Mandriva/System/Configuration/Networking"
"Other" f.menu "/Mandriva/System/Configuration/Other"
"Packaging" f.menu "/Mandriva/System/Configuration/Packaging"
"Printing" f.menu "/Mandriva/System/Configuration/Printing"
}
Menu "/Mandriva/System/File Tools"
{
"File Tools" f.title
"FileRunner" f.exec "fr &"
"Nautilus" f.exec "nautilus --no-desktop &"
"Search for Files" f.exec "gnome-search-tool &"
}
Menu "/Mandriva/System/Monitoring"
{
"Monitoring" f.title
"GNOME System monitor" f.exec "gnome-system-monitor &"
"KDE System Guard" f.exec "ksysguard &"
"KDiskFree" f.exec "kdf &"
"Mtink - Epson inkjet printer maintenance and ink level monitor" f.exec "mtink &"
"System Log" f.exec "gnome-system-log &"
"XLoad" f.exec "xload &"
"Xcpustate" f.exec "xcpustate &"
"Xkill" f.exec "xkill &"
"Xosview" f.exec "xosview &"
"Xrefresh" f.exec "xrefresh &"
}
Menu "/Mandriva/System/Terminals"
{
"Terminals" f.title
"RXvt" f.exec "/usr/X11R6/bin/rxvt &"
"XTerm" f.exec "/usr/X11R6/bin/xterm &"
}
Menu "/Mandriva/System/Text Tools"
{
"Text Tools" f.title
"Font Selector" f.exec "xfontsel &"
}
Menu "/Mandriva/System"
{
"System" f.title
"Archiving" f.menu "/Mandriva/System/Archiving"
"Configuration" f.menu "/Mandriva/System/Configuration"
"File Tools" f.menu "/Mandriva/System/File Tools"
"Monitoring" f.menu "/Mandriva/System/Monitoring"
"Terminals" f.menu "/Mandriva/System/Terminals"
"Text Tools" f.menu "/Mandriva/System/Text Tools"
}
Menu "/Mandriva"
{
"Mandrivalinux" f.title
"Internet" f.menu "/Mandriva/Internet"
"More Applications" f.menu "/Mandriva/More Applications"
"Multimedia" f.menu "/Mandriva/Multimedia"
"Office" f.menu "/Mandriva/Office"
"System" f.menu "/Mandriva/System"
}
Click here to return to my Linux page
Click here to return to my home-page