Debian4.0testing install compiz

Source: Internet
Author: User
Debian4.0testing: Install compiz-Debian Technology for Linux release. For details, refer to the following section. I used to want to get BERYL, but I couldn't install it! Cannot run! Hey, this time 8.42 is out, and COMPIZ can be enabled after the driver is installed. Hey hey! Install the driver in UBUNTU! I tried the article in this version, but it won't work on my computer!

Record it to avoid forgetting it!

1. If a driver has been installed before, delete it!
My kernel is 2.6.22. I installed a driver on the 2.6.18 kernel two days ago. After the upgrade, the 3D driver of ATI was gone. I got a new one and deleted all the packages related to fglrx, after the restart, X cannot be entered. get the conf file/etc/X11.

2. Prepare the compiling environment:
Apt-get install module-assistant build-essential fakeroot dh-make debhelper debconf libstdc ++ 5 linux-headers-$

2. Download the driver and generate the DEB package!
/Ati-driver-installer-8.42.3-x86.x86_64 -- buildpkg Debian/testing

3. installation:
Dpkg-I *. deb

4. Compile and install the kernel module:
Module-assistant prepare
Module-assistant update
Module-assistant build fglrx
Cd/usr/src
Dpkg-I fglrx-kernel -*
Depmod-

5. Modify xorg. conf
Gedit/etc/X11/xorg. conf
Replace ati in Driver with fglrx

Add two sections:
Section "Extensions"
Option "Composite" "1"
EndSection

Section "ServerLayout"
Option "AIGLX" "on"
EndSection

6. Restart the instance! Run the command: fglrxinfo
# Fglrxinfo
Display: 0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon 9550/X1050 Series
OpenGL version string: 2.0.6958 Release

Run glxinfo | grep render. The information is as follows!
# Glxinfo | grep render
Direct rendering: Yes
OpenGL renderer string: ATI Radeon 9550/X1050 Series

This information is successful!

Then COMPIZ

Add to source: And download and install the public key:
Deb http://download.tuxfamily.org/shames...ktopfx/stable ./

Apt-get install compiz-gnome
Apt-get install compizconfig-settings-manager (this is changed to ccsm)
Apt-get install compiz-fusion -*
Apt-get install fusion-icon

After that, restart the notebook and click compiz fusion icon from the menu to start running the 3D desktop!

The first time I run the task without borders, I open Emerald Theme Manager, which has a topic, select one, export it, and then import it in Emerald Theme Manager. Now, the border is displayed, I don't know what is going on. Now I can select the topic and change it!

(The xorg. conf file has no borders. If there are two lines missing, you can see the xorg. conf file below, which is underlined)

I just learned about DEBIAN and made it out!

Paste the xorg. conf file:
# Xorg. conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# Values from the debconf database.
#
# Edit this file with caution, and see the xorg. conf manual page.
# (Type "man xorg. conf" at the shell prompt .)
#
# This file is automatically updated on xserver-xorg package upgrades * only *
# If it has not been modified since the last upgrade of the xserver-xorg
# Package.
#
# If you have edited this file but wowould like it to be automatically updated
# Again, run the following command:
# Sudo dpkg-reconfigure-phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection

Section "Device"
Identifier "ATI Technologies Inc RV350 AS [Radeon 9550]"
Driver "fglrx"
BusID "PCI: 1: 0: 0"
VideoRam 131072
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "XaaNoOffscreenPixmaps)
EndSection

Section "Monitor"
Identifier "Universal Display"
Option "DPMS"
HorizSync 30-85
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AS [Radeon 9550]"
Monitor "general purpose display"
DefaultDepth 24
SubSection "Display"
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "1"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "on"
EndSection

In short, it seems a little unstable to use compiz.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.