Monday, February 25, 2013

Installing Salix without Lilo but with Grub2

I wanted to try slcakware but without the dreaded Lilo with which I have bad experiences.
After preparing the installation partition with gparted (with a differentCD) I installed without installing the bootloader.
Rebooted with the install cdrom and this boot specification:
huge.s root=/dev/sda15 rdinit= ro
Note the space after the last = sign.
In this way I was able to boot into the new installation.
Installed grub2 after updating the repos:
slapt-get -u && slapt-get -i grub2
Then: #grub-install /dev/sda15
Then updated grub in my main Archbang system with grub-optimizer.
After that I updated the Slackbuilds repolist with slapt-src -u and
installed my fav filemanager Spacefm with: slapt-src -i spacefm.
I failed to build chromium, see in next post how I succeeded with Google Chrome.


Slow booting and error 'Started Trigger flushing.."

"Started Trigger flushing of journal to persistent storage"    is the error message.
The cause mysterious tll I found this suggestion
I checked my swap UUID in fstab with #blkid and indeed it was wrong.
So solution:
Find out what partition your swap is
$ blkid
 
And alter the uuid to for instance:
/dev/sda7 

Saturday, February 9, 2013

Watching a movie and your screen turns black?

 Disable DPMS and prevent screen from blanking

Useful when watching movies or slideshows:

xset -dpms; xset s off

source: https://wiki.archlinux.org/index.php/Display_Power_Management_Signaling

Wednesday, January 30, 2013

Aptosid openbox font configuration

It is amazing what  some fonts can do for the looks of a window manager.
This is the fonts as found in obconfig, tab Appearance in my aptosid openbox install:
Active window title:    Avenir LT45  s14
Inactive window:        Title Cicle  Fina13
Menu header:             DejaVuSans ExtraLight 12
Menu Item:                  Liberation Sans 12
Active On-screen display:  DejaVuSans ExtraLight 12
Inactive On-screen display:  Sans 12
It should be added that this is shown on a 24 inch monitor, 1920x1200



Monday, January 28, 2013

Logout in openbox with keyboard keys

Sometimes I have my monitor shut down but leave my pc on for some downloading or transcoding or other job. It is nice to have a keyboard shortcut to do that, I use W+x and put this between the command bracket:

/home/user/.config/openbox/rc.xml
...
xterm -e "sudo shutdown -h +1"
...
 
Replace xterm if you are using another terminal. One minute is to give me the opportunity to have second thoughts and cancel with ctrl +t and
sudo shutdown -c.
In this post I give a solution for a better look of QT applications in an Openbx environment. Some things get easier
Adding in

~/.config/Trolltech.conf
...
[Qt]
style=GTK+
...


QT applications start to look like good looking gtk applications.

Saturday, October 6, 2012

Jpeg2pdf convert images to pdf Arch

 To install from AUR: packer -S jpeg2pdf
In terminal: jpeg2pdf -a  /home/paul/booklet  pdfbooklet.pdf

Blog Archive