Debian This forum is for the discussion of Debian Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-23-2006, 06:22 PM
|
#1
|
Member
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380
Rep:
|
Wootness! Etch + KDE + Xgl + Compiz + NVIDIA working!
Woohoo! I got Xgl and Compiz to work properly with KDE 3.5.5 and my NVIDIA card on my Debian Etch box! Here's how:
1. Add these to your /etc/apt/sources.list
deb http://ftp.us.debian.org/debian/ experimental main contrib non-free
deb-src http://ftp.us.debian.org/debian/ experimental main contrib non-free
deb http://www5.autistici.org/debian-xgl/debian/ binary-i386/
2. sudo apt-get update
3. sudo apt-get -t experimental install nvidia-kernel-source module-assistant
4. sudo module-assistant prepare
5. sudo module-assistant build nvidia-kernel-source
6. sudo module-assistant install nvidia-kernel-source
7. sudo apt-get -t experimental install nvidia-glx
8. sudo apt-get install xgl compiz cgwd-themes
9. Make these changes to your xorg.conf:
In section "Extensions," add
Option "DAMAGE" "Enable"
Option "RENDER" "True"
Option "Composite" "Enable"
In section "Screen," add
Option "AddARGBGLXVisuals" "True"
In section "Device," add
Driver "nvidia"
Option "RenderAccel" "true"
Option "backingstore" "true"
Option "AllowGLXWithComposite" "true"
Option "NvAgp" "1"
Option "XAANoOffscreenPixmaps"
Also, use a 24-bit color depth.
10. In your /etc/kde3/kdm/kdmrc file, comment out "ServerCmd=/usr/bin/Xorg -br" and replace it with "ServerCmd=/usr/bin/Xgl :1 -fp /usr/share/fonts/X11/misc -fullscreen -ac -accel glx buffer -accel xv buffer -br"
11. Restart X
12. Open your favorate terminal emulator when KDE starts and run "start-compiz"
13. (optional) To start compiz all the time, add this script to ~/.kde/Autostart/ and call it compiz.desktop
[Desktop Entry]
Encoding=UTF-8
Exec=compiz-start
GenericName[en_US]=
StartupNotify=false
Terminal=false
TerminalOptions=
Type=Application
X-KDE-autostart-after=kdesktop
Let me know if there are any other questions.
Last edited by pda_h4x0r; 10-23-2006 at 06:46 PM.
|
|
|
10-29-2006, 06:52 AM
|
#2
|
Member
Registered: Sep 2006
Posts: 74
Rep:
|
I would love to have Compiz
There is nothing else that I have tied more than having Compiz on my system and It's something that I haven't achived, I'm kind of frustated, but don't worry I will never leave linux.
Well here is my case, I have Debian Etch + KDE 3.5 but with GDM, and I also use an Nvidia Card (GeForce FX 5500 256 MB).
Ok my question is that I have installed the lastest Nvidia drivers (the beta drivers), So I wonder If even so I have to install all what you said.
If thanks to you I achive to run compiz on my system I'm gonna kiss you on the mouth !
Greetings...
|
|
|
10-29-2006, 07:47 AM
|
#3
|
Member
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180
Rep:
|
Isn't Xorg (7.1) supposed to have this ability now as well? Would it be possible to get all the effects with xorg 7.1 and compiz, etc?
|
|
|
10-29-2006, 04:09 PM
|
#5
|
Member
Registered: Dec 2004
Location: San Antonio, TX
Distribution: Debian-AMD64 Sid
Posts: 481
Rep:
|
Quote:
Originally Posted by RodWC
Isn't Xorg (7.1) supposed to have this ability now as well? Would it be possible to get all the effects with xorg 7.1 and compiz, etc?
|
The Debian version has AIGLX built in
|
|
|
10-29-2006, 07:23 PM
|
#6
|
Member
Registered: Sep 2006
Posts: 74
Rep:
|
How do I check my Xorg version ?
I need to know If I have 7.1 version.
|
|
|
10-29-2006, 10:58 PM
|
#7
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep:
|
Quote:
Originally Posted by megaprog
I need to know If I have 7.1 version.
|
Code:
debian:~# apt-cache policy xserver-xorg
xserver-xorg:
Installed: 1:7.1.0-5
Candidate: 1:7.1.0-5
Version table:
*** 1:7.1.0-5 0
500 ftp://mirrors.kernel.org sid/main Packages
100 /var/lib/dpkg/status
|
|
|
10-29-2006, 11:29 PM
|
#8
|
Member
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380
Original Poster
Rep:
|
I used X.org 7.1 for this (just add an Unstable repository to /etc/apt/sources.list). I haven't tried it with AIGLX, but it should work (in theory). I think you will need to pass additional arguments to compiz-start, like in Beryl.
Speaking of Beryl, I never got it running--on the off-chance it DIDN'T crash, I just got a white cube (otherwise my frame buffer got corrupted; even the virtual consoles were illegible).
To launch Xgl from GDM, add this to /etc/gdm/gdm.conf:
Code:
[servers]
0=Xgl
[server-Xgl]
name=Xgl
command=/usr/bin/Xgl :1 -fp /usr/share/fonts/X11/misc -fullscreen -ac -accel glxbuffer -accel xvbuffer -br
flexible=true
I haven't tested it, but it should work in theory.
|
|
|
10-29-2006, 11:36 PM
|
#9
|
Member
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380
Original Poster
Rep:
|
Quote:
Originally Posted by megaprog
Well here is my case, I have Debian Etch + KDE 3.5 but with GDM, and I also use an Nvidia Card (GeForce FX 5500 256 MB).
Ok my question is that I have installed the lastest Nvidia drivers (the beta drivers), So I wonder If even so I have to install all what you said.
|
If you're already running a 1.0.9xxx series NVIDIA driver and are using the corresponding nvidia-glx, you should be fine. Just add the repositories and install compiz, xgl, and cgwd-themes, and modify your xorg.conf and /etc/gdm/gdm.conf files. You may need to get X.org 7.1 from Debian SID--I haven't tested Compiz on previous versions of X.
Quote:
Originally Posted by megaprog
If thanks to you I achive to run compiz on my system I'm gonna kiss you on the mouth !
|
That won't be necessary
|
|
|
11-04-2006, 10:35 PM
|
#10
|
Member
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380
Original Poster
Rep:
|
Hmmm...I got Beryl running with AIGLX enabled in X.org 7.1, and it uses a LOT less memory and CPU time. Cool--now I don't have to use Novell products (especially after betraying the Linux community by allying with M$).
Last edited by pda_h4x0r; 11-04-2006 at 10:42 PM.
|
|
|
11-04-2006, 11:10 PM
|
#11
|
Member
Registered: Sep 2006
Posts: 74
Rep:
|
Quote:
Originally Posted by pda_h4x0r
Hmmm...I got Beryl running with AIGLX enabled in X.org 7.1, and it uses a LOT less memory and CPU time. Cool--now I don't have to use Novell products (especially after betraying the Linux community by allying with M$).
|
I'm totally agreed with you ! Beryl is much more eficient and so much easier to install.
All you need is the lastest version of XORG (7.1 at this moment), the lastest nvidia drivers (beta), and beryl + esmerald theme, for me beryl runs GREAT, even when it has buggy out a couple of times, but nothig serious.
Compiz can go to sleep now...
|
|
|
11-06-2006, 12:14 AM
|
#12
|
Member
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380
Original Poster
Rep:
|
I like your website, and I can understand it too (I took four years of Spanish in high school). What is your connection with it (webmaster, sysadmin, CEO, etc)?
|
|
|
11-06-2006, 06:26 PM
|
#13
|
Member
Registered: Sep 2006
Posts: 74
Rep:
|
Quote:
Originally Posted by pda_h4x0r
I like your website, and I can understand it too (I took four years of Spanish in high school). What is your connection with it (webmaster, sysadmin, CEO, etc)?
|
Thanks, I'm the webmaster, the web is oriented to the free software, in fact I would love to make an english edition of the web, in fact I used to have it, but because the forum was so unvisited I let it go, but now I feel like internationaling it
|
|
|
All times are GMT -5. The time now is 10:11 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|