- Reboot the machine.
- During the boot-up press e at the screen below.
- Look for the line with linux and add iomem=relaxed
https://forums.opensuse.org/showthread.php/514436-X-server-not-starting-after-update
$: su #: zypper refresh #: zypper update
$: su #: zypper install google-chrome-stable_current_i386.rpm
$: zypper search libpng
The following add-ins could not be started:The root of the trace shows
MonoDevelop.GnomePlatform,2.8A quick search shows that MonoDevelop depends on libgnomeui. This should have been part of dependencies when installing the application but well....
sudo /etc/init.d/ntp restart
sudo zypper addrepo http://download.opensuse.org/repositories/home:/muzlocker/openSUSE_11.4/ subpixel sudo zypper ref sudo zypper dup
cd ~ touch .Xdefaults kwrite .Xdefaults
Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintslight Xft.hinting: 1 Xft.antialias: 1 Xft.dpi: 96 Xft.rgba: rgb
cd ~ touch .fonts.conf kwrite .fonts.conf
rgb true hintslight true
Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...