To run the Windows Manager (Desktop Environment) of your choice the following have to be in the users home directory .xinitrc file.
XFCE4
exec startxfce4
Gnome
exec gnome-session
KDE
exec startkde
Tags: x.org
Posted by Hans-Henry Jakobsen
Getting modelines can be done by calculating them yourself or using a online calculator like this one. But still, you have to get all this information about your monitor. You wonder, why can’t the monitor itself just supply them? Well, it can. You can get it by using the EDID information.
(more…)
Tags: x.org
Posted by Hans-Henry Jakobsen
Her er ei samling av tips for å få min bærbare PC til å fungere tilfredsstillende i Linux, oppdateres fortløpende.
The solution is editing xorg.conf and adding “HorizSync 36-52″ and “VertRefresh 36-60″ in “Section Monitor”. Giving a startx, the desktop appears with normal resolution for the vesa driver (cannot use radeon driver on this machine).
Also, a sudo dpkg-reconfigure xserver-xorg, even accepting all default choices, solves the problem.
Trådløs/Wireless oppsett
I Debian 4.0 (Etch) trenger man å installere følgende programvare for å få det til å fungere:
VPN oppsett
Last ned VPN programvaren fra http://vpn.cc.uit.no og pakk den ut.
Installer av programvaren gjøres ved å kjøre vpn_install:
./vpn_install
Deretter legger du inn følgende linje i /etc/rc.local
/etc/init.d/vpnclient_init start
Det er ei oppdatert webside på http://fp.ath.cx/nc8430-linux-howto.html som tar for seg oppsett av 3D i Ubuntu (Compiz), Cisco VPN, wireless osv.
Tags: Debian, Etch, HP, nc8430, VPN, x.org
Posted by Hans-Henry Jakobsen