I’m finally able to use Kubuntu for an extended time! I told myself that I’d stay for as long as I could if linux started supporting my dual screen display (I spent hours previously with little to no luck on getting dual screen to work) and supported GMod above 800×600 resolution. It now does both! I have now used Kubuntu without booting into Windows once for 10 days. In order to share my joy with whoever may read this blog entry, I’ll share some tips I learned along my travels.
- Always use envy to install your drivers. For whatever reason, the default restricted installer doesn’t install a very good driver.
- Use “sudo apt-get build-dep wine” to get the dependencies for building wine. I like to compile wine from scratch, so this has come in handy.
- Use “uname -a” to get your current kernel version
- Did you display configuration go bonkers and now you can’t do anything? Use “dpkg-reconfigure -phigh xserver-xorg” to reset the config.
- Do you get a black screen on startup? Install package “startupmanager”, run it under sudo, change the resolution to something lower. You probably also want to enable text display in there, comes in handy.
Last, not included on the list because it’s pretty random, you can output to sound using /dev/dsp. Ex, file > /dev/dsp will “play” a file through your soundcard. Pointless but cool.