免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1115 | 回复: 0
打印 上一主题 下一主题

slackware12+kde+compiz+ati [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-12-17 20:11 |只看该作者 |倒序浏览

                OpenGL driven 3D Desktop is a relatively new fancy feature of modern
window managers.
You need good graphics card (Nvidia, Intel, ATI) and proprietary Linux
drivers
Compiz in three steps:

1. Install drivers (pretty straightforward):
#
sh ati-driver-installer-8-12-x86.x86_64.run --buildpkg Slackware/All
#installpkg fglrx*
(install all the built packages)
#aticonfig --initial
2. Additional modifications are needed for xorg.conf. Add Option
directives to Device and Screen sections and new Section "Extensions":
Section
"Device"

...
     
Option         "RenderAccel"
"true"
     
Option        
"AllowGLXWithComposite" "true"

...
Section
"Screen"

...
     
Option        
"AddARGBGLXVisuals" "true"
     
Option        
"DisableGLXRootClipping" "true"

...
Section
"Extensions"
   
Option         "Composite"
"Enable"
EndSection
3. Create start script for compiz manager:
/usr/local/bin/startcompiz:
#!/bin/bash
#
Compiz startup script
LIBGL_ALWAYS_INDIRECT=TRUE
\
/usr/bin/compiz
--replace png svg decoration annotate water blur clone \
wobbly
fade minimize cube rotate zoom scale move resize place switcher & \
/usr/bin/kde-window-decorator
&
That's it. In KDE Konsole window run
# startcompiz
and enjoy 3D  desktop effects.  
Some of the hotkey
combinations:
  
   
      
      
      
      
   
   
      Ctrl-Alt+
      rotate the desktop Cube
LEFT/RIGHT
   
   
      Ctrl-Alt+
      
      press and drag the Cube
      
   
   
      Ctrl-Alt+
      expose all windows,click on a
window to bring it  to the front position
      
   
   
      Ctrl-Alt+
      
      unfold al the Cube sides
      
   
   
      LEFT_MOUSE_BUTTON
      
      drag any window using Titlebar
      
   
   
      Alt+LEFT_MOUSE_BUTTON
      
      drag any window using working
area
      
   
   
      Alt+MOUSE_WHEEL
      Window transparency
   
   
      WINKEY
      
      use mouse wheel or right-click
to zoom in
      
   
   
      Alt-WINKEY
      
      draw (red) over the screen
      
   
   
      Alt-WINKEY-k
      
      erase the drawing
      
   
   
      Ctrl-WINKEY
      
      water effect
      
   
   
      MOUSE POINTER to upper right
corner
               
               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/60340/showart_1726568.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP