2008-06-12
2008-04-30
Xorg has a new config
Arghhh, I just got hammered by the new Xorg configuration. Ubuntu 8.04, Hardy Heron. The xorg.conf looks like:
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "ca" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "Device" Identifier "Configured Video Device" Driver "nvidia" Option "NoLogo" "True" EndSection Section "Monitor" Identifier "Configured Monitor" Vendorname "Viewsonic" Modelname "G90f" Horizsync 30-97 Vertrefresh 50-180 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" Defaultdepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" EndSection Section "Module" Load "glx" EndSection
2007-11-02
2007-08-20
Subversion server configuration
The file /etc/xinetd.d/svnserve should contain:
The path /xxxx/xxxx/xxxx is the SVN repository.
service svnserve
{
socket_type = stream
protocol = tcp
user = root
wait = no
disable = no
server = /usr/bin/svnserve
server_args = -i -r /xxxx/xxxx/xxxx
port = 3690
}
The path /xxxx/xxxx/xxxx is the SVN repository.
Ubuntu 7.04 Feisty repository
# Canonical commercial (vmware, etc.)
deb http://archive.canonical.com/ubuntu feisty-commercial main
# Subpixel font rendering
deb http://www.telemail.fi/mlind/ubuntu feisty fonts
deb-src http://www.telemail.fi/mlind/ubuntu feisty fonts main
# Compiz-Fusion
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
# Ubuntu Studio (theme, icons, etc.)
deb http://archive.ubuntustudio.org/ubuntustudio feisty main
deb-src http://archive.ubuntustudio.org/ubuntustudio feisty main
# Pidgin for Feisty
deb http://repository.debuntu.org/ feisty multiverse
deb-src http://repository.debuntu.org/ feisty multiverse
Subscribe to:
Posts (Atom)