Linux: kernel version 2.6.18.GNOME desktop games: some games in the heartbeat memories series are written in this article. It doesn't really mean that no one will actually play games in Linux. So you can also take a look at it.-_-Note: I: The command that needs to be entered in the command line below should be su switched to root first. Otherwise, some commands have insufficient permissions. II: some operations require decompression and file management, which is troublesome in the command line. Gksun is available.
Linux: Ubuntu Linux 7.10 kernel 2.6.18. GNOME Desktop
Games: some games
This article says "play", which has little practical significance.
No one will actually play games in Linux.
So you can also watch and play -_-
Note:
I: The command that needs to be entered in the command line below
Switch su to root first. Otherwise, some commands have insufficient permissions.
II: some operations require decompression and file management, which is troublesome in the command line. In this case, you can use the gksu nautilus command to open a file browser with root permissions, which is very convenient.
A heartbeat memories Forever With You PC (Simplified Chinese ):
I. Try to install Wine and run it directly in it,
After the configuration is complete, the system prompts Segment Fault (Segment error) and cannot continue.
Windows Simulators Based on wine core, such as wineX and Cedega, failed.
II wine is the only windows program simulator in Linux.
Then, you only need to try a virtual machine.
Virtual machines in Linux have multiple options (unlike windows, there are only two options: Vmware and Virtual PC)
Qemu is used here.
(This is an open-source free virtual machine)
1. Open the Bash window and switch su to root.
2. Run apt-get install qemu to automatically install the qemu package. Restart After installation
3. Enter a directory where VM files will be stored and sufficient hard disk space is required.
4. qemu-img create windows. img 2G to create a virtual disk. The file name is windows. img. The size is set to 2 GB.
5. Execute:
Qemu-hda window. img-m 128 M-cdrom/media/hdc8/windows. iso-boot d-no-kqemu
Description
-Hda specifies the Virtual Machine Hard Disk File
-M VM memory size
-The optical drive used by the cdrom virtual machine can use ISO. Load the ISO image of Windows 98 here
-Boot Mode. -C hard disk boot,-d disc boot
-No-kqemu disables acceleration. If this option is not enabled on the machine, an error is reported.
(For more options, including how to configure the Virtual Machine network, refer to the qemu manual page)
A Virtual Machine window is displayed.
Note:/media/hdc8/windows. iso is a windows installation disc image.