달력

52024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

'xgl'에 해당되는 글 1건

  1. 2006.09.21 Xgl on Fedora core5 + nvidia 1


Xgl on Fedora core5 + nvidia

■ Configuring Yum
Here's how to configure your yum:
1. Open a Terminal.
2. Become root:
  #su root
3. Run these commands to remove your yum.conf file and replace it with a fresh one (Updated 1 May 2006):
  #cd /etc
  #mv -f yum.conf yum.conf.bak
  #wget
http://www.fedorafaq.org/samples/yum.conf
4. Now, install my yum configuration (Updated 9 May 2006), using this command:
  #rpm -Uvh
http://www.fedorafaq.org/yum http://rpm.livna.org/livna-release-5.rpm
■ Install 3D driver [nvidia]
#su root
#yum install kmod-nvidia or (dual core) yum install kmod-nvidia-smp
#sesebool -p allow_execmod=1
#init 3 (?)  (shutdown X)
#nvidia-cofig-display enable
#shutdown -r now  (restart)
if you have ATI
http://www.fedorafaq.org/#radeon

■ Install Xgl on FEDORA core5
▶[Package list to install]
compiz OR compiz-quinn
xorg-x11-server-Xgl
fedora-xgl-settings
gset-compiz
xgl-hardware-list
glitz
libsvg-cairo
libsvg
#su root
-Install Fedora Xgl Repository
#rpm -Uvh
http://fedoraxgl.tuxfamily.org/repository/fedora-xgl-repository-1.0-3.noarch.rpm
-Import GPG Key
#rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-AL-CAPCOM
-Install Xgl and Compiz packages
# yum --enablerepo=fedora-xgl install compiz xorg-x11-server-Xgl
// Result of this Command: Package xorg-x11-server-Xgl-1.1.99.1-3.i386.rpm is not signed Installation Failed :(May
try cd /var/cache/yum/fedora-xgl/packages rpm -ivh * (actually may need to rpm -ivh one by one...)
Just to get you by change in /etc/yum.repos.d/fedora-xgl.repo gpgcheck=1 to gpgcheck=0
Run the yum command above again. //
[modifier]
▶[Configure the system]
-Check your system capability
#gnome-xgl-info
" G nVidia Corporation
  1 kmod-nvidia is installed for the kernel release 1.2111_FC5
  1 -accel glx:pbuffer -accel xv "
//
First line is:
CardStatus [CardName]
where CardStatus is: G(ood), B(ad), S(low), or U(nknown)
Second line is:
3DStatus [Missing or installed Packages]
where 3DStatus is 0 or 1
Third line is:
XglStatus [RecommendedOptions]
where XglStatus is 0 or 1 and RecommendedOptions is set if the hardware is detected as compatible.
//

-Enable Xgl
#gnome-xgl-switch --enable-xgl --auto
-Configure Compiz
#gset-comp


                                                                                             By.tigerks
                                                                                         mung's world


################################################################
reference
################################################################
http://fedoraxgl.tuxfamily.org/index.php?title=Installation_en
http://www.fedorafaq.org/#nvidia
http://fedora-xgl.blogspot.com/
################################################################


Posted by TIGER™
|