IBM Thinkpad T61

From Edgar BV Wiki
Revision as of 13:50, 27 November 2008 by Red (talk | contribs) (New page: Installing Debian w compiz on the T61 make sure in tasksel it's installed as a laptop and desktop environment. Because it has an Nvidia Quadro NVS 140M graphics card you need to patch th...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installing Debian w compiz on the T61

make sure in tasksel it's installed as a laptop and desktop environment.

Because it has an Nvidia Quadro NVS 140M graphics card you need to patch the kernel.

apt-get install nvidia-glx nvidia-settings nvidia-kernel nvidia-kernel-source

in /usr/share/doc/nvidia-kernel-source/README.Debian it tells you how to patch your kernel.

make sure you

adduser user video

for the user who wants to use 3D effects.

to test if OpenGL is working run glxinfo or one of the other glx programs. NB. You must be running that as the user who is running the x-session, or you won't be able to open the display!

apt-get install compiz libgl1-mesa-dri

and also dselect to find more plugins to install.

In order to get compiz running you have to open a terminal and run

compiz --replace &

If you want to start up standard with compiz do

echo "export WINDOW_MANAGER=/usr/bin/compiz" >> ~/.gnomerc

The xscreensavers package adds a whole load of cool screensavers.

Some usefull hotkeys for Compiz:

  1. Switch desktops on cube: Ctrl + Alt + Left/Right Arrow
  2. Switch desktops on cube - with active window following: Ctrl + Shift + Alt + Left/Right Arrow
  3. Rotate cube manually: Ctrl + Alt + left-click
  4. Zoom-in once: Super-key + right-click
  5. Zoom-in manually: Super-key + wheel mouse up
  6. Zoom-out manually: Super-key + wheel mouse down
  7. Move window: Alt + left-click
  8. Slow-motion: Shift + F10
  9. Transparency: Put mouse cursor over the window then press Alt + wheel mouse down
  10. Expose effect: Ctrl + Alt + Up Arrow or Point the mouse in top right at screen
  11. Take screenshot: Super-key + left-click drag

from here