LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 11-25-2006, 01:23 PM   #1
megaprog
Member
 
Registered: Sep 2006
Posts: 74

Rep: Reputation: 15
Beryl have arrived to Debian !


Now we the Debian users have Beryl at our own repositories, so no need anymore of downloading from other places...

So now installing Beryl is as easy as... (Only for Sid users by the moment)
Code:
# aptitude update
Code:
# aptitude dist-upgrade

Code:
# aptitude install beryl emerald
Code:
$ beryl-manager
We enjoy ! I hope you have a good time...

IMPORTANT: Don't forget you previously need to have installed your video card's drivers and configure your xorg.conf.

Any doubts don't play to ask. See you around.
 
Old 11-25-2006, 01:44 PM   #2
The Seeker 11
Member
 
Registered: Apr 2004
Location: Buxton, UK
Distribution: Debian Sid
Posts: 44

Rep: Reputation: 18
Code:
root@box:/home/gavin# apt-get install beryl emerald
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package beryl
root@box:/home/gavin#
No go for me, using Kanotix. I performed a dist-upgrade before trying the above command incidentally.
 
Old 11-25-2006, 03:03 PM   #3
megaprog
Member
 
Registered: Sep 2006
Posts: 74

Original Poster
Rep: Reputation: 15
What version ?

Quote:
Originally Posted by The Seeker 11
No go for me, using Kanotix. I performed a dist-upgrade before trying the above command incidentally.
What version are you using ? I said they are on the SID repositories, so add the sid repositories to the sources.list, and then install those packages, and don't forget quit those lines after installation.

Greetings.
 
Old 11-25-2006, 06:39 PM   #4
The Seeker 11
Member
 
Registered: Apr 2004
Location: Buxton, UK
Distribution: Debian Sid
Posts: 44

Rep: Reputation: 18
Quote:
Originally Posted by megaprog
What version are you using ?
Kanotix = Debian Sid.
 
Old 11-25-2006, 07:11 PM   #5
megaprog
Member
 
Registered: Sep 2006
Posts: 74

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by The Seeker 11
Kanotix = Debian Sid.
mmm I see, well I bet it's because of the repositories, and maybe you have another architecture, I have i386, try to use Debian repositories to see if you find the packages.
 
Old 11-25-2006, 07:33 PM   #6
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
megaprog, you might want to double check your /etc/apt/sources.list file. I suspect you have an unofficial repo in there. I also use debian sid and I can't find beryl. If you go to the official packages.debian.org site and search for beryl in the unstable repo it doesn't find it either.

Yanik
 
Old 11-25-2006, 09:16 PM   #7
FredGSanford
Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 1
Posts: 907
Blog Entries: 5

Rep: Reputation: 73
Do you have to have the nVidia or ATI binaries installed, or can you use the 'nv' driver for X?
 
Old 11-26-2006, 03:33 PM   #8
megaprog
Member
 
Registered: Sep 2006
Posts: 74

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by yanik
megaprog, you might want to double check your /etc/apt/sources.list file. I suspect you have an unofficial repo in there. I also use debian sid and I can't find beryl. If you go to the official packages.debian.org site and search for beryl in the unstable repo it doesn't find it either.

Yanik
Here you go with my repositories:

Code:
##############
###  ETCH  ###
##############
deb http://ftp.us.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.us.debian.org/debian/ etch main contrib non-free

deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free


##############
###  SID   ###
##############
deb http://ftp.us.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.us.debian.org/debian sid main contrib non-free
here is the result of my search:
Code:
rafael@Debian:~$ aptitude search beryl
i   beryl                                                         - Compositing window manager, decorator and theme support - Beryl
i   beryl-core                                                    - Compositing window manager - Beryl Project
i   beryl-dbus                                                    - Dbus plugins for Beryl
i   beryl-dev                                                     - Development files - Beryl Project
i   beryl-manager                                                 - Tray application launcher tool - Beryl Project
i   beryl-plugins                                                 - Collection of plugins for Beryl
i   beryl-plugins-data                                            - Plugins data - Beryl Project
i   beryl-settings                                                - Plugin and configuration tool - Beryl Project
i   libberylsettings-dev                                          - Development files for plugin settings - Beryl Project
i   libberylsettings0                                             - Settings library for plugins - Beryl Project
Code:
rafael@Debian:~$ aptitude search emerald
i   emerald                                                       - Decorator for beryl
i   emerald-themes                                                - Package of themes for Emerald
i   libemeraldengine-dev                                          - Development files for emerald engines
i   libemeraldengine0                                             - Decoration engines for beryl
I hope this repositories works for you.

FredGSanford: Yes, you need the nvidia drivers, the generic drivers nv won't be enough to get nice results.
 
Old 11-26-2006, 03:57 PM   #9
FredGSanford
Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 1
Posts: 907
Blog Entries: 5

Rep: Reputation: 73
Are you getting beryl from Sid repositories, than I have those in mine and searching still not showing beryl.

Thnx.
 
Old 11-26-2006, 04:18 PM   #10
yanik
Member
 
Registered: Oct 2003
Location: Montreal Beach
Distribution: Debian Unstable
Posts: 368

Rep: Reputation: 30
Code:
nixbox:/home/yanik# more /etc/apt/sources.list
#deb http://debian.yorku.ca/debian unstable main contrib non-free
deb http://ftp.us.debian.org/debian unstable main contrib non-free

deb http://www.debian-multimedia.org sid main


nixbox:/home/yanik#
Code:
nixbox:/home/yanik# apt-cache search beryl
nixbox:/home/yanik#
can't say what's going...
 
Old 11-26-2006, 05:56 PM   #11
JackieBrown
Member
 
Registered: Dec 2004
Location: San Antonio, TX
Distribution: Debian-AMD64 Sid
Posts: 481

Rep: Reputation: 31
I don't see it either, but I have noticed on the past days that the uploads to the mirrors seems to be happening in stages instead of all at once like before.
 
Old 11-27-2006, 04:53 PM   #12
RobNyc
Member
 
Registered: Jan 2005
Location: NYC, USA
Distribution: osx86, Ubuntu, VLOS
Posts: 167

Rep: Reputation: 30
I'm using Parsix (Debian 4.0 aka Etch)
Do I need to install XGL first to run Beryl ?
 
Old 11-27-2006, 05:45 PM   #13
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 51
No. Beryl has not arrived officialy in the debian repositories.
And it won't be with the next stable release.
Actually, its still work under heavy developpement.
 
Old 11-27-2006, 06:37 PM   #14
JackieBrown
Member
 
Registered: Dec 2004
Location: San Antonio, TX
Distribution: Debian-AMD64 Sid
Posts: 481

Rep: Reputation: 31
Quote:
Originally Posted by RobNyc
I'm using Parsix (Debian 4.0 aka Etch)
Do I need to install XGL first to run Beryl ?
No, AIGLX is built in to the Debian Xserver if you are running 7.1.

Under sections in your xorg add
AIGLX=1
 
Old 11-27-2006, 07:16 PM   #15
eerok
Member
 
Registered: Nov 2005
Location: Canada
Distribution: Arch
Posts: 167

Rep: Reputation: 32
Meh, I threw beryl on when I was checking out ubuntu. Then I shrugged, turned it off, and moved on to something else. All in all, I found it a bit annoying. But to each their own
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NVIDIA + Debian Sid + KDE 3.5 + GLX + Beryl = RUNS GREAT ! megaprog Debian 11 12-03-2006 09:01 AM
Just Arrived Goddie LinuxQuestions.org Member Intro 2 10-20-2006 06:05 AM
I have arrived! mcanallyd LinuxQuestions.org Member Success Stories 3 03-16-2006 03:01 PM
I have arrived... The_Insomniac LinuxQuestions.org Member Intro 1 06-07-2004 04:39 PM
King of Newbies has arrived... I.E. > HELP!!! NeonGundam Linux - Newbie 5 09-21-2003 05:50 PM


All times are GMT -5. The time now is 02:08 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration