Posts tagged draft

KDE4 or GNOME dual monitor SOLVED

kde gnome dual monitorHi!

Interested in making your linux kde/gnome permanently dual monitor??

Today I had a problem making my changes permanent to the KDE desktop…

Well the sollution was pretty easy.

Just had to make a small script that runs on the startup list of kde or gnome:

#! /bin/sh
xrandr --output LVDS1 --mode 1280x800
xrandr --output VGA1 --mode 1280x1024
xrandr --output LVDS1 --left-of VGA1
You guys check with your configuration panel what outputs you have: either VGA1, LVDS1 or even HDMI1 etc
You can also make this permanent on:
/etc/kde4/kdm/Xsetup
or
/etc/gdm/Xsession
Enjoy!
(Send me a comment if you have problems)


Network cluster filesystem with GlusterFS

Need inexpensive and highly effective sollution for your high availability structure?

Look no more!

GlusterFS is an Opensource software running on any unix machine (Linux, Sun, MacosX…) . It is GPL and it gives you the power of very expensive sollutions out there for replicating, extending and managing storage on your servers. The only cost is: you have to install it…

Your own cloud Filesystem!




14 queries in 4.446 seconds.