Pages : 1
#1 Le 12/04/2006, à 05:17
- sentinel
xgl+compiz sur X800 Pro c ok
Bonjour bon j'ai installer Xgl+compiz sur une config avec une ATI X800 Pro
voici ma manip
1)install de dapper drake flight 6 (via cd-rom)
2) # gedit /etc/apt/sources.list
dans le sources.list décommander les serveur universe.
3)# apt-get update et apt-get dist-upgrade
dapper drake est en last verssion ;-)
4)on reboot ;-)
5)# gedit /etc/apt/sources.list
dans sources.list on rajoute ce qui suit.
deb http://www.beerorkid.com/compiz dapper main (pour la last verssion de compiz)
deb http://compiztools.free.fr/debian unstable main (pour le logiciel compiztools)
6)# apt-get update
7)# wget http://www.futuredesktop.org/dapper/inst_xgl.sh (télécharger le script d'install automatique ;-))
8)# sh inst_xgl.sh (lancer le script)
9)on reboot
10)# sh inst_xgl.sh (on relance le script pour finaliser l'install)
à l'étape 10 configuration de xgl, suiver les instruction à l'ecran pour les carte ATI choisire fglrx
11)# apt-get install compiz compiz-gnome (install de la last de compiz 0.0.9)
12)# apt-get install compiztools (install de compiz tools pour remplacer gconf-editor)
13)$ gconf-editor
dans /apps/compiz/plugins/fade/screen0/options (anlever la clef spash)
pour anlever le bug du switcher
14)pour anlever le bug de la fenêtre de connections(toutes brouiller) il faut changer cette dite fenêtres avec le logiciel intégé dans ubuntu, alez faire un tours sur http://www.gnome-look.org/index.php?xcontentmode=160
vous pouvez également changer le plash screens avec gtweakUI
# apt-get install gtweakUI
utiliser le module session du logiciel.
voilà
Hors ligne
#2 Le 18/04/2006, à 18:10
- newrikk
Re : xgl+compiz sur X800 Pro c ok
Merci bien pour compiztools , j'avais deja installé non sans mal compiz sur ma machine, j'espere que des gens testeront ton tuto pour juger de son efficacité,j'ai plus le courage de tout désinstaller pour essayer moi , mais n'hésite pas à faire un petit up de temps en temps, y'a tellement de topics à ce sujet qu'il est possible que des gens l'aient pas vu tout simplement , et qu'ils seraient heureux de le voir .
Eric
Hors ligne
#3 Le 19/04/2006, à 02:15
- timbolchevik
Re : xgl+compiz sur X800 Pro c ok
pas mal je ne sais quelle c*nnerie j'ai bien pu faire mais il a installé plein de trucs sympa, avant de tout virer y compris la plupart de mon système... ca doit être ma noobitude
#4 Le 19/04/2006, à 11:27
- newrikk
Re : xgl+compiz sur X800 Pro c ok
pas mal je ne sais quelle c*nnerie j'ai bien pu faire mais il a installé plein de trucs sympa, avant de tout virer y compris la plupart de mon système... ca doit être ma noobitude
Moi ausis ça m'a dit de redémarrer puis ça s'est mis à tout désinstaller , gnome-desktop y compris, on doit avoir à faire à un mauvais plaisantin à mon avis, ça doit etre le script qui doit foirer quelque part .
Hors ligne
#5 Le 19/04/2006, à 20:50
- timbolchevik
Re : xgl+compiz sur X800 Pro c ok
bah je vais tenter un truc bourrin l'interrompre en pleine desinstalle (pas grand risque je peux reinstaller comme hier, c'est une partition test de 8g... breezy est toujours là bien propre).
Parceque j'ai tout de même noté l'installation de menus dans systeme qui semble permettre de gerer le graphique donc ben va tester, il y a des chances que ce soit une blague mais qui sait... je tiens au courant!
#6 Le 19/04/2006, à 22:05
- DuKiCloCk
Re : xgl+compiz sur X800 Pro c ok
attention !!!!!
ce scripte est bizzar ! apres avoir installer "plein de trucs" il commence a en supprimer beaucoup d'autre comme open office ... pres de 600Mo a desinstaller ... je trouve ca louche !!
Hors ligne
#7 Le 19/04/2006, à 22:32
- DEoT
Re : xgl+compiz sur X800 Pro c ok
j'ai regardé le script
Je m'y connais pas trop mais il n'y a pas de trucs vraiment louche
je le copie ici
#!/bin/bash # inst_xgl.sh: # # Install OpenGL and Xgl support for ATI [and NVIDIAs] graphic cards. # Particular tasks are: # - Upgrade Linux-kernel to the latest version. # - Install OpenGL drivers for ATI or nVidia. # ATI's fglrx driver supports Radeon 8500+ and the X-series cards up to X850. # - Install Xgl modules for Xorg.7 # - Install some other gadgets such as wallpaper, desktop search(beagle) and firestarter. # # This code modifies the following files. You'll find a backup in the same directory as the file itself. # /etc/apt/sources.list # /etc/X11/xorg.conf # /etc/gdm/gdm.conf # /etc/gdm/gdm.conf-custom # $HOME/.Xsession # # Return the files into their original state if you're going to follow other Xgl-guides. # # Usage: # $ sudo sh inst_xgl.sh # # Related information: # https://wiki.ubuntu.com/XglHowto # # http://placelibre.ath.cx/keyes/ # # http://www.ubuntuforums.org/showthread.php?t=148351 # http://www.ubuntuforums.org/showthread.php?t=131267 # http://ubuntuforums.org/showthread.php?t=127090 # # ATI: http://wiki.cchtml.com/index.php/Ubuntu_Installation_Guide#Ubuntu_6.04_.28Dapper_Drake.29 # # NVIDIA: http://easylinux.info/wiki/Ubuntu_dapper#How_to_install_Xgl.2FCompiz_.28Nvidia.29 # http://ueluei.blogspot.com/2006/03/xgl-on-ubuntu-for-nvidia-users.html # # I you run KDE/Kubuntu: http://www.ubuntuforums.org/showthread.php?t=131253 # # SuSE has these instructions: http://www.suseblog.com/?p=62 # # ------------------------------------------------------------------------ # History: # 15.march.2006 moma : # + Version 0.1 of this bash script. # 16.march.2006 moma : # + Improved identification of CPU type in the upgrade_kernel() function. # + Fixed error on backup of /etc/gdm/gdm.conf* and $HOME/.Xsession. # + Thanks to Ufc (forum.ubuntu-fi.org). # # + Removed unnecessary usage of sudo. Sudo/root privilege is checked by check_root(). # + Check the presence of ATI or NVIDIA cards before any other actions. # + Thanks to LittleLion (forum.ubuntu-fi.org). # # + Added support for NVIDIA video cards. # # 19.march.2006 moma : # + GNOME-desktop is now compulsory. Added check_GNOME() function. # + My impression is that Xgl/Compiz on KDE doesn't work very well yet. # # + Added a penguin (svg image) on the roof of the cube. # + You can change the image. # + Start 'gconf-editor' and browse to: apps -> compiz -> plugins -> cube... # # + Downloaded some nice wallpapers into $HOME/wallpaper/ # + Install advanced tools for local desktop search (beagled, beagle-search). # # 27.march.2006 moma : # + I had to comment out some "apt-get remove ..." statements because they also # + removed drivers for nvidia. You can bring the drivers back by doing: # + sudo apt-get install --reinstall linux-686 (or linux-k7). # # 28.march.2006 moma : # + check_distro_release() function will now accept both Ubuntu 6.04 and 6.06. # ------------------------------------------------------------------------ # This must be "GNOME" DESK="GNOME" # If 1, then install skydome effects; background image and a svg-image # on the top side of the cube. Study: http://macslow.thepimp.net/?p=31 INST_SKYDOME=1 SKYDOME_FILES="http://www.ubuntuforums.org/attachment.php?attachmentid=6740&d=1141567636" # Templates and utilities on http://www.futuredesktop.org/dapper/ UTILITY_DIR="http://home.online.no/~osmoma/dapper/" check_root () { xit=$1;shift msg=$@ if [ "$UID" -ne "0" ]; then echo $msg if [ ${xit:-"0"} -eq "1" ]; then exit -1 fi fi } # ------------------------------------------ die () { echo "Error:$1" exit -1 } # ------------------------------------------ debug () { if test ${DEBUG_INST:-0} -ne 0; then echo "$@" fi } # ------------------------------------------ get_User() { if [ -n "$USERNAME" ]; then echo "$USERNAME" else echo $(echo $HOME | sed 's/^.*home\///' | sed 's/\/.*$//') fi } # ------------------------------------------ backup_file() { fil="$1"; shift if [ ! -f "$fil" ]; then echo "Error: \"$fil\" does not exist !" return -1 fi cp --backup=t "$fil" "$fil.backup" } # ------------------------------------------ upgrade_kernel() { echo "Checking kernel version." kern=$(uname -r) case $kern in *-386) if (cat /proc/cpuinfo | grep -i "model name" | grep "AMD"); then new_kern="AMD Linux-k7" apt-get -y install --reinstall linux-k7 linux-restricted-modules-k7 linux-restricted-modules-$(uname -r) else new_kern="Linux-686" apt-get -y install --reinstall linux-686 linux-restricted-modules-686 linux-restricted-modules-$(uname -r) fi echo "Installation of new kernel ($new_kern) is ready." echo; echo echo echo "Reboot your PC and choose the latest kernel by selecting the top-most menu-selection from the GRUB-menu. Re-run this script after reboot to complete the setup of Xgl. (\"sudo sh $0\")" echo exit 2 ;; *-k7) apt-get -y install linux-restricted-modules-k7 linux-restricted-modules-$(uname -r) apt-get -y install --reinstall linux-k7 echo "Kernel $kern is OK." ;; *-686*) apt-get -y install linux-restricted-modules-686 linux-restricted-modules-$(uname -r) apt-get -y install --reinstall linux-686 echo "Kernel $kern is OK." ;; esac } # ------------------------------------------ check_distro_release() { rel="$1"; shift msg="$@" echo -e "Checking Linux distribution and version. Expecting Ubuntu 6.04 or 6.06.\n" cat /etc/*release* echo; echo if (! cat /etc/*release* | egrep -qi "$rel"); then echo "Error: $msg" exit -2 fi echo -e "Distro and version are OK.\n" } # ------------------------------------------ check_GNOME() { msg="$@"; shift if [ -f /etc/init.d/gdm ] || [ -d /etc/gdm/ ]; then return 0 else echo -e "\n${msg}\n"; exit -4; fi } update_system() { pushd . # Check sources.list if (! grep -qi "Dapper Drake:" /etc/apt/sources.list ); then # make backup backup_file /etc/apt/sources.list cd /tmp rm sources.list wget -c "$UTILITY_DIR/sources.list" if [ -f sources.list ]; then cp sources.list /etc/apt fi fi echo -e "Updating system and program files.\n" dpkg --configure -a apt-get update apt-get -y upgrade echo -e "\nSystem is now up-to-date.\n" popd } # ------------------------------------------ check_ATI_Nvidia() { msg=$1; shift CARD=$( graphic_card ) if test "x$CARD" = "x"; then echo -e "\n$msg\n" exit -3 fi } graphic_card() { # ATI # NVIDIA # or not supported card lspci | egrep -i "VGA|Display" | grep -qi "ATI Technologies" if [ $? -eq 0 ]; then echo "ATI" fi lspci | egrep -i "VGA|Display" | grep -qi "Nvidia" if [ $? -eq 0 ]; then echo "NVIDIA" fi echo "" } # ------------------------------------------ setup_OpenGL_NVIDIA() { echo -e "\n Install Nvidia's graphic driver\n" # Make backup backup_file /etc/X11/xorg.conf apt-get -y remove xorg-common # Reinstall apt-get -y install nvidia-kernel-common nvidia-glx # Load 'nvidia' at next boot chmod 0666 /etc/modules grep nvidia /etc/modules || echo nvidia >> /etc/modules chmod 0644 /etc/modules nvidia-glx-config enable # Modify /etc/X11/xorg.conf # Comment out 'Load "dri" ' sed -e 's/^[ \t]*Load[ \t]*"dri"/## Load "dri"/' -i /etc/X11/xorg.conf # Comment out 'Load "GLcore" ' sed -e 's/^[ \t]*Load[ \t]*"GLcore"/## Load "GLcore"/' -i /etc/X11/xorg.conf # Driver "nvidia" sed -e 's/"nv"/"nvidia"/' -i /etc/X11/xorg.conf # Driver "nvidia" sed -e 's/"vesa"/"nvidia"/' -i /etc/X11/xorg.conf # Final fix nvidia-xconfig } # ------------------------------------------ setup_OpenGL_ATI() { echo -e "\n Install ATI's fglrx graphic driver\n" # make backup backup_file /etc/X11/xorg.conf apt-get -y remove xorg-common # Purge it first # apt-get -y remove --purge xorg-driver-fglrx xorg-driver-fglrx-dev xserver-xorg-driver-ati # Reinstall apt-get -y install --reinstall xorg-driver-fglrx xorg-driver-fglrx-dev xserver-xorg-driver-ati # Load 'fglrx' at next boot chmod 0666 /etc/modules grep fglrx /etc/modules || echo fglrx >> /etc/modules chmod 0644 /etc/modules # Generate initial values aticonfig --initial # Configure xorg.conf manually sudo dpkg-reconfigure xserver-xorg # Replace 'ati' with 'fglrx' sed -e 's/"ati"/"fglrx"/' -i /etc/X11/xorg.conf } # ------------------------------------------ setup_OpenGL() { case $( graphic_card ) in ATI*) echo "Found an ATI graphic card..." setup_OpenGL_ATI ;; NVI*) echo "Found a NVIDIA graphic card..." setup_OpenGL_NVIDIA ;; *) echo -e "Your graphic card is not supported!"; exit -1 ;; esac } # ------------------------------------------ setup_Xgl() { apt-get update # Purge it apt-get -y remove --purge libglitz1 libglitz-glx1 xserver-xgl compiz compiz-gnome compiz-kde # Reinstall apt-get -y install --reinstall libgl1-mesa libglitz1 libglitz-glx1 xserver-xgl compiz case "$DESK" in [Kk][dD][eE]*) apt-get -y install --reinstall compiz-kde ;; *) apt-get -y install --reinstall compiz-gnome ;; esac # Set transparency of a window (transset 0.5) apt-get -y install transset # ----------------------------------------------- # Skydome effects if test $INST_SKYDOME -eq 1; then pushd . cd /tmp rm -fr compiz* wget --force-html -O compizskydome.tar.gz "$SKYDOME_FILES" tar -xvzf compizskydome.tar.gz cd compiz_* # Remove KDE related debs rm *-kde*deb # Update compiz and libsvg* for GNOME if [ -s compiz-gnome* ]; then INSTALLED_VERSION=$(dpkg -I /var/cache/apt/archives/compiz-gnome* | grep Version) THIS_VERSION=$(dpkg -I compiz-gnome*deb | grep Version) echo "Installed Compiz is: $INSTALLED_VERSION ---- This Compiz is: $THIS_VERSION" if [[ "$THIS_VERSION" > "$INSTALLED_VERSION" ]]; then dpkg -i *deb fi fi popd fi # ----------------------------------------------- # Get a beautiful splash image. It is shown immediately after the login dialog. pushd . cd /tmp rm -fr background* *svg *png wget -c "$UTILITY_DIR/background.tar.gz" tar -xvzf background.tar.gz mv -f background.png /usr/share/compiz/ # --- # Put a SVG-image on the top of the cube. D/L it from http://openclipart.org wget http://openclipart.org/clipart/animals/emperor_penguin_ralf_ste_01.svg if test ! -f emperor_penguin_ralf_ste_01.svg; then wget http://upload.wikimedia.org/wikipedia/en/1/15/Svg.svg mv Svg.svg /usr/share/compiz/roof_image.svg else mv emperor_penguin_ralf_ste_01.svg /usr/share/compiz/roof_image.svg fi popd # ----------------------------------------------- # Config files CARD=$( graphic_card ) # Get USER ACTUAL_USER=$(get_User) # ------Edit $HOME/.Xsession---------------------- XSESS="$HOME/.Xsession" touch "$XSESS" backup_file "$XSESS" pushd . cd /tmp rm Xsession* $XSESS 2>/dev/null wget "$UTILITY_DIR/Xsession.$CARD" cp -f "Xsession.$CARD" "$XSESS" chmod +x "$XSESS" chown -R $ACTUAL_USER:$ACTUAL_USER "$XSESS" # Add keyboard layout KB=$(grep XkbLayout /etc/X11/xorg.conf | sed 's/^.*Layout"//' | sed 's/[" \t]//g') # sudo echo "xmodmap /usr/share/xmodmap/xmodmap.${KB}" >> "$XSESS" sed -e "s/KBD-REPLACE-THIS/$KB/" -i "$XSESS" # Create initial $HOME/.gconf/apps/compiz folder (for 'gconf-editor') wget "$UTILITY_DIR/compiz.tar" tar -xvf compiz.tar -C $HOME/.gconf/apps/ chown -R $ACTUAL_USER:$ACTUAL_USER $HOME/.gconf/apps/compiz popd # ------Get /etc/gdm/gdm.conf* -------------------- backup_file "/etc/gdm/gdm.conf" backup_file "/etc/gdm/gdm.conf-custom" pushd . cd /tmp rm gdm.conf* # Download either: gdm.conf.ATI or gdm.conf.NVIDIA etc. wget -c "$UTILITY_DIR/gdm.conf.$CARD" wget -c "$UTILITY_DIR/gdm.conf-custom.$CARD" cp -f "gdm.conf.$CARD" /etc/gdm/gdm.conf cp -f "gdm.conf-custom.$CARD" /etc/gdm/gdm.conf-custom popd # Prepare directory list over dynamic libraries (/etc/ld.so.conf) touch /etc/ld.so.conf grep -qi "/usr/lib" /etc/ld.so.conf || echo "/usr/lib" >> /etc/ld.so.conf grep -qi "/usr/local/lib" /etc/ld.so.conf || echo "/usr/local/lib" >> /etc/ld.so.conf grep -qi "/usr/X11R6/lib" /etc/ld.so.conf || echo "/usr/X11R6/lib" >> /etc/ld.so.conf # update library cache ldconfig } # ------------------------------------------ setup_necessities() { # To set Norwegian keyboard support apt-get -y install xkbsel xkbutils # Basic compilers apt-get -y install build-essential # FTP-file transafer, manuals and mc(file manager) apt-get -y install gftp manpages mc # Cd/DVD burner apt-get -y install gnomebaker streamtuner streamripper # Firestarter firewall front-end & BUM (service manager) apt-get -y install firestarter bum # Load a some nice wallpaper pushd . mkdir $HOME/wallpaper; cd $HOME/wallpaper wget -c "ftp://mirror.linuxsoft.cz/wallpapers/69/wall--12120013022003.jpg" wget -c "ftp://mirror.linuxsoft.cz/wallpapers/242/928-2.jpg" wget -c http://[color=red][b][Merci de relire les règles][/b][/color]/bkyo2 http://[color=red][b][Merci de relire les règles][/b][/color]/b5f9z http://[color=red][b][Merci de relire les règles][/b][/color]/7bkso wget -c "http://art.gnome.org/download/backgrounds/gnome/1221/GNOME-GnomeGallery_1280x1024.png" ACTUAL_USER=$(get_User) sudo -u "$ACTUAL_USER" gconftool-2 --set --type=string /desktop/gnome/background/picture_filename "$HOME/wallpaper/GNOME-GnomeGallery_1280x1024.png" # "$HOME/wallpaper/928-2.jpg" chown -R $ACTUAL_USER:$ACTUAL_USER "$HOME/wallpaper/" echo "You'll find other wallpapers in $HOME/wallpaper/" # ---- # Install tools for advanced desktop search. Get Beagle (beagle-search). apt-get -y install beagle # Create an icon and shortcut echo "[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Exec=beagle-search TryExec= Icon=/usr/share/pixmaps/system-search.png X-GNOME-DocPath= Terminal=false Name[en_NO]=Desktop search GenericName[en_NO]= Comment[en_NO]=" > "$HOME/Desktop/Desktop search.desktop" # Change owner chown "$ACTUAL_USER":"$ACTUAL_USER" "$HOME/Desktop/Desktop search.desktop" # Re/start beagle dameon sudo -u "$ACTUAL_USER" beagled --replace & popd # Refresh panels & menus killall gnome-panel } # ------------------------------------------ xorg_config() { echo -e "\n1) Check your /etc/X11/xorg.conf. The \"Modules\" and keyborad's \"InputDevice\" sections should be similar to this:\n" CARD=$( graphic_card ) if test "$CARD" = "NVIDIA"; then cat << EOF Section "Module" Load "bitmap" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "Device" # Note! This identifier name is used in the "Screen" section. Identifier "nVidia display driver" # Note! Use "nvidia" instead of "nv". (use "vesa" in case of problems) Driver "nvidia" # Check wheather these options work with your nVidia card. Option "AllowGLXWithComposite" "true" Option "RenderAccel" "true" # Wanna see the nVidia's logo? # Option "NoLogo" EndSection EOF # ATI card else cat << EOF Section "Module" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "Device" # Note! This identifier name is used in the "Screen" section. Identifier "ATI Technologies, Inc. Radeon R350 NH [Radeon 9800 Pro]" # Note! Use "fglrx" driver instead of "ati". (use "vesa" in case of problems) Driver "fglrx" BusID "PCI:1:0:0" EndSection EOF fi cat << EOF Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "no" EndSection EOF echo "! However, replace the norwegian keyboard line (\"XkbLayout\" \"no\") with correct one." echo echo "! You may also check the \"xmodmap /usr/share/xmodmap/xmodmap.no\" line in \"$HOME/.Xsession\" file. Replace .no with the country code for your language and keyboard." } # ------------------------------------------ # main() # Has ATI or Nvidia? check_ATI_Nvidia "Error: You must have ATIs or NVIDIAs graphic card to use this script." # Is GNOME? check_GNOME "Error: This setup script works on GNOME-desktop only. Apt-get \"gnome-desktop\" first." # Run as sudo/root? check_root 1 "Error: You must run this script with admin privileges. Like: sudo sh $0." # Ubuntu 6.04/06? check_distro_release "=6.04|=6.06" "Wrong distro or version. You must run a development or final release of Ubuntu 6.04 or 6.06 (Dapper Drake)." # apt-get upgrade update_system # Install -686(intel) or k7(AMD) kernel. upgrade_kernel # Just apt-get some necessary tools setup_necessities # Setup OpenGL drivers and prepare /etc/X11/xorg.conf setup_OpenGL # Setup Xgl (X server) and Compiz (window manager) setup_Xgl # Inform about xorg.conf xorg_config echo "-------------------------------------------------------------" echo -e "2) Backup:" echo "This script backed up and modified the following files:" echo echo "/etc/apt/sources.list" echo "/etc/X11/xorg.conf" echo "/etc/gdm/gdm.conf" echo "/etc/gdm/gdm.conf-custom" echo "$HOME/.Xsession" echo echo "The backup is in the same directory as the original." echo "-------------------------------------------------------------" echo "3) SETUP OF XGL & COMPIZ IS DONE & READY. REBOOT YOUR COMPUTER." echo -e "RTFM: http://en.opensuse.org/Compiz/ has a good guide on howto maneuver in your 3D-boosted desktop environment.\n" echo "-------------------------------------------------------------" echo "Do NOT forget to configure your Firestarter! Firestarter is a GUI for Linux' iptables firewall." echo "Do menu selection: Applications -> System Tools -> Firestarter." echo echo "Check also this Dapper 6.06 starter guide: http://easylinux.info/wiki/Ubuntu_dapper"
"Les jeux vidéos n'affectent pas les enfants : je veux dire si Pac-Man nous avait influencé étant enfant, nous devrions tous courrir en rond dans des pièces sombres, en gobant des pillules magiques tout en écoutant de la musique répétitive."
Hors ligne
#8 Le 19/04/2006, à 22:55
- timbolchevik
Re : xgl+compiz sur X800 Pro c ok
ouais je confirme le plantage viens des installation qu'on tente avant, pas vraiment du script, j'ai re-tenté avec une install sans rien, juste les mises à jour, ca fonctionne, enfin du moins ca ne degage plus rien, et l'affichage et niquel du moins jusqu au reboot.... bon heu par contre j'ai merdé après, ecran genre canal+, rien à faire, j'ai tenté re-installe d'un tas de composants et bref eu marre donc: 30mn l'install= j'ai formaté lol, donc je m'y repenche tout de suite, d'autant que ca doit fonctionner au moins dans certains cas.
par contre heu les trucs que j'avais vu durant la premiere install n'apparaaissaient plus dans system etc... donc j'ai rebooté mais pour lka suite je ne sais guère vu que j'ai mal reglé le problème de l'ecran dont il est question dans le tuto. Ha un truc aussi compiz n'apparaissait pas encore dans gconf-editor, après reboot je n'en sais rien enfin je continue de chercher lol si jamais quelqu un a une radeon 9200 ces remarques peuvent lui servir
Dernière modification par timbolchevik (Le 19/04/2006, à 23:01)
#9 Le 20/04/2006, à 00:35
- timbolchevik
Re : xgl+compiz sur X800 Pro c ok
bon ben tout est ok reste à configurer pour avoir enfin la transparence tout ca...
en revanche je me permet de signaler que choisir fglrx pour une radeon 9200 avec ce tuto, n'est pas l'ideal, du moins si on veux avoir un bureau, donc j'ai pris ati pour le moment.
Dernière modification par timbolchevik (Le 20/04/2006, à 01:38)
#10 Le 20/04/2006, à 01:46
- SaMz0r
Re : xgl+compiz sur X800 Pro c ok
mouais ben ton tuto a fait partir en couille tout ma dapper ...
il a effacé gdm, et quand je tape " startx " il me sort une erreur :
Waiting for X server to shut down FreeFontPath: FPE "usr/share/X11/fonts/misc" refcount is 2, should be 1; fixing.
Hors ligne
#11 Le 20/04/2006, à 16:49
- timbolchevik
Re : xgl+compiz sur X800 Pro c ok
mouais ben ton tuto a fait partir en couille tout ma dapper ...
il a effacé gdm, et quand je tape " startx " il me sort une erreur :
Waiting for X server to shut down FreeFontPath: FPE "usr/share/X11/fonts/misc" refcount is 2, should be 1; fixing.
hum on est donc 3 a avoir eu ce probleme, j'ai posté un truc sur le tuto, un peu plus haut, le membre qui la fait a du le faire avec une install "neuve", avec des elements pre-installé de xgl ou je ne sais quoi nous sommes 2 de plus a s'être retrouvé sans gdm, etc...
#12 Le 02/05/2006, à 16:16
- sentinel
Re : xgl+compiz sur X800 Pro c ok
dsl j'ai plus suivit mon tuto lol.
Non ce n'est pas une mauvaise blague lol
je précise qu'il faut suivre ce tuto avec une install de dapper toutes fraiche, si non le script vire plains de logiciels... :-(
timbolchevik pour avoir compiz dans gconf il faut taper $ gconf-editor et non #gconf-editor (pas en root donc)
pour une radeon 9200 j'ai jamais tester.
je fait un ptit up je vien de passer à compiz 0.0.10-ubuntu 6 et tout planté le PC sniff, je suis repasser à la 0.0.9
voilà
Hors ligne
#13 Le 25/06/2006, à 21:27
- zebu14
Re : xgl+compiz sur X800 Pro c ok
Salut a tous !
Voila, je possede moi aussi une Ati X800 Pro et je n'arrive pas a obtenir l'accélération 3D malgré que tout soit reconnu.
Ainsi, dès que j'installe XGL et compiz, lors du reboot le logon screen clignote et change sans cesse entre le login console et le login graphique.....
Autrment dit tout plante !!
Une solution ???
au moins pour l'accélération graphique ....?
Pages : 1