October 27, 2008
So for most things seem pretty stable, or as stable as you could expect them to be right now. The most annoying things I’ve found so far is:
Pidgin – Just disappears, no crash report or anything (haven’t had the time to go through the logs though).
Network-manager – the support for 3G cards seems flaky. I’ve been trying seriously to get two of my cards to work, both requiring some sort of switching (usb_modeswitch for one card and RDEVCHG for the other). While testing this I’ve experienced hard hangs, with the computer completetly unaccessible. After a hard reset on two occacions my system has refused to mount /home and to start GDM / Xwindows. Gotta get this to work, will give it another shot soon.
Leave a Comment » |
Software, System settings | Tagged: Base System, Network Manager, Pidgin |
Permalink
Posted by johano
October 27, 2008
Found on the Tombuntu bloghttp://tombuntu.com/index.php/2008/10/15/tweak-your-font-rendering-for-better-appearance/
Tom describes ways of getting hinting to work by using the fonts.conf files – I wonder how this differs from my previous post about readability where I ran:
sudo ln -sf /etc/fonts/conf.avail/10-autohint.conf /etc/fonts/conf.d/
Found from another blog (http://maketecheasier.com/how-to-achieve-nice-font-rendering-in-ubuntu-hardy/2008/09/19)
Will test when I get bored…
Leave a Comment » |
System settings | Tagged: Base System, installing, Readability |
Permalink
Posted by johano
October 27, 2008
At home I’m using my laptop as well as a stationary computer running Windows. This computer is primarily used for keeping status screens of my work data center as well as my mail client running, nicely displayed on a 24-inch LCD positioned above my laptop screen.
I do want to be able to use this computer also, and this is where Synergy comes in. Synergy is a program that I run on both computers (QuickSynergy is the name of the Linux client, which is available in the regular Ubuntu repositories). Synergy takes the keyboard and mouse movements, and sends them, over the network to other computers.
What I do is that I tell synergy on my stationary computer to “Use another computer’s shared keyboard and mouse (client)” and enter the host-name of that computer in the field “Other Computer’s host name”.
On my laptop I run QuickSynergy and under the tab “Share” enters the computer name of the stationary computer in the field above the computer and hit Execute. After this I go back to my stationary computer and hit “Test” if everything works fine I can just press “stop” to end the test and hit “Start instead”.
What happens now it that as soon I move my mouse pointer up to the edge of my laptop screen it jumps over to the stationary computer, as well as moving focus for my keyboard to the stationary computer. It works exactly as having to screens attached to the same computer, ultra-cool if you ask me.
One thing I had to work a little with is the naming in Synergy. My stationary computer is a Windows machine, where I enter the hostname “johan-laptop” which can be found by writing “hostname” into a terminal or by just checking the portion after the @ in the terminal prompt:
johan@johan-laptop:~$
On the Windows machine I had to look by right-clicking the “my computer” choosing “properties” and hitting the tab “Computer name”. Full computer name is: johan-c234805.
What I did wrong was to enter that name without the period. Windows computer-names seem to include a period (.) in the end by default which might seem odd, but it works.
Leave a Comment » |
Software | Tagged: Software, Synergy |
Permalink
Posted by johano