个人工具

“UbuntuHelp:3DChessboard”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(以内容'{{From|https://help.ubuntu.com/community/3DChessboard}} {{Languages|UbuntuHelp:3DChessboard}} === Turning on 3D Chessboard (Gnome Chess) === This is a guide for turning on …'创建新页面)
 
 
第4行: 第4行:
 
This is a guide for turning on the 3D board in glChess included in Ubuntu.
 
This is a guide for turning on the 3D board in glChess included in Ubuntu.
 
==== Ubuntu 7.10 - 9.10 ====
 
==== Ubuntu 7.10 - 9.10 ====
# Install 3D drivers for your video card if you have not already. It may work without these drivers on some cards.
+
<ol><li>Install 3D drivers for your video card if you have not already. It may work without these drivers on some cards.
# Install dependences
+
</li><li>Install dependences</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install python-imaging python-opengl libgtkglext1 python-gtkglext1
 
sudo apt-get install python-imaging python-opengl libgtkglext1 python-gtkglext1
</nowiki></pre>
+
  </nowiki></pre>
# Launch '''Applications –> Games –> Chess'''
+
<ol><li>Launch '''Applications –> Games –> Chess'''
# Go to View menu and select '''3D'''
+
</li><li>Go to View menu and select '''3D'''</li></ol>
 +
 
 
==== Ubuntu 7.04 ====
 
==== Ubuntu 7.04 ====
# Install 3D drivers for your video card if you have not already. It may work without these drivers on some cards.
+
<ol><li>Install 3D drivers for your video card if you have not already. It may work without these drivers on some cards.
# Install dependences
+
</li><li>Install dependences</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install python2.4 python-imaging python2.4-opengl libgtkglext1
 
sudo apt-get install python2.4 python-imaging python2.4-opengl libgtkglext1
</nowiki></pre>
+
  </nowiki></pre>
# Download python-gtkglext1
+
<ol><li>Download python-gtkglext1</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
 
wget -c http://prdownloads.sourceforge.net/glchess/python-gtkglext1_1.1.0-2feisty_i386.deb
 
wget -c http://prdownloads.sourceforge.net/glchess/python-gtkglext1_1.1.0-2feisty_i386.deb
</nowiki></pre>
+
  </nowiki></pre>
# Install python-gtkglext1
+
<ol><li>Install python-gtkglext1</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo dpkg -i python-gtkglext1_1.1.0-2feisty_i386.deb
 
sudo dpkg -i python-gtkglext1_1.1.0-2feisty_i386.deb
</nowiki></pre>
+
  </nowiki></pre>
# Launch '''Applications –> Games –> Chess'''
+
<ol><li>Launch '''Applications –> Games –> Chess'''
# Go to View menu and select '''3D'''
+
</li><li>Go to View menu and select '''3D'''</li></ol>
 +
 
 
----
 
----
 
[[category:CategoryGames]]
 
[[category:CategoryGames]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 17:13的最新版本

Turning on 3D Chessboard (Gnome Chess)

This is a guide for turning on the 3D board in glChess included in Ubuntu.

Ubuntu 7.10 - 9.10

  1. Install 3D drivers for your video card if you have not already. It may work without these drivers on some cards.
  2. Install dependences
sudo apt-get install python-imaging python-opengl libgtkglext1 python-gtkglext1
   
  1. Launch Applications –> Games –> Chess
  2. Go to View menu and select 3D

Ubuntu 7.04

  1. Install 3D drivers for your video card if you have not already. It may work without these drivers on some cards.
  2. Install dependences
sudo apt-get install python2.4 python-imaging python2.4-opengl libgtkglext1
   
  1. Download python-gtkglext1
wget -c http://prdownloads.sourceforge.net/glchess/python-gtkglext1_1.1.0-2feisty_i386.deb
   
  1. Install python-gtkglext1
sudo dpkg -i python-gtkglext1_1.1.0-2feisty_i386.deb
   
  1. Launch Applications –> Games –> Chess
  2. Go to View menu and select 3D