LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-23-2006, 06:10 PM   #1
TRaven
Member
 
Registered: Sep 2005
Location: Florida
Distribution: Ubuntu 7.04, Ubuntu Server 7.04, DSL,
Posts: 44

Rep: Reputation: 15
Cedega dependencies


Hi, i just put ubuntu in my main box (i'm trying to get into the whole linux thing) and it's been going well. i have one small problem though.

I'm trying to get Cedega up and running so i can play my games (obviously), however when i try to install it it says "Error: Dependency is not satisfyable: xlibs"

I cant quite figure this out, any help would be much appreciated.

Thanks in advance.
 
Old 05-23-2006, 11:33 PM   #2
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Try just forcing it, if you're using X then you should be right. If you don't have X installed then DUH! Go install it. It requires PyGTK for the Point2Play GUI but depending on the version you downloaded, everything you need may have been statically compiled in.
 
Old 05-24-2006, 01:07 AM   #3
TRaven
Member
 
Registered: Sep 2005
Location: Florida
Distribution: Ubuntu 7.04, Ubuntu Server 7.04, DSL,
Posts: 44

Original Poster
Rep: Reputation: 15
ok, i know this is gonna sound totally....foolish, but is there i way i can be POSITIVE i have X installed? and that it's running properly?

thanks in advance >_<
 
Old 05-24-2006, 01:35 AM   #4
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
x is the X server, as in GUI....

pretty easy to tell if its running or not

what does
Code:
sudo apt-get xlibs
return?
 
Old 05-24-2006, 01:50 AM   #5
TRaven
Member
 
Registered: Sep 2005
Location: Florida
Distribution: Ubuntu 7.04, Ubuntu Server 7.04, DSL,
Posts: 44

Original Poster
Rep: Reputation: 15
well...uh...wow...it's the GUI...how n00bish am i....

when i do the apt-get i get this:
E: Invalid operation xlibs
 
Old 05-24-2006, 03:14 AM   #6
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
sorry my bad, early in the morning :P

Code:
sudo apt-get install xlibs
if not

Code:
sudo apt-cache search xlibs
 
Old 05-24-2006, 10:11 AM   #7
TRaven
Member
 
Registered: Sep 2005
Location: Florida
Distribution: Ubuntu 7.04, Ubuntu Server 7.04, DSL,
Posts: 44

Original Poster
Rep: Reputation: 15
whoa, i should have caught on to that one anyway, so it's not your fault >_<

here's what i get from the apt-get:

Reading package lists... Done
Building dependency tree... Done
Package xlibs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libxft1 xkeyboard-config
E: Package xlibs has no installation candidate


and from the apt-cache:

xcursor-themes - Base X cursor themes
xkeyboard-config - XKB data
xlibs-dev - X Window System client library development files transitional package
xterm - X terminal emulator
libxsharp-dev - DotGNU X11# libraries
libxsharp0 - DotGNU X11# libraries
ude - The Unix Desktop Environment
uwm - The ultimate window manager for UDE

Last edited by TRaven; 05-24-2006 at 10:12 AM.
 
Old 05-24-2006, 10:58 AM   #8
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
Just do:
Code:
sudo apt-get install x-window-system-dev
 
Old 05-24-2006, 11:06 AM   #9
TRaven
Member
 
Registered: Sep 2005
Location: Florida
Distribution: Ubuntu 7.04, Ubuntu Server 7.04, DSL,
Posts: 44

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jens
Just do:
Code:
sudo apt-get install x-window-system-dev
E: Couldn't find package x-window-system-dev

Is it supposed to work?
 
Old 05-24-2006, 11:48 AM   #10
TRaven
Member
 
Registered: Sep 2005
Location: Florida
Distribution: Ubuntu 7.04, Ubuntu Server 7.04, DSL,
Posts: 44

Original Poster
Rep: Reputation: 15
oh, i just thought of something, could the fact that i'm using Dapper Drake 6.06 affect anything?
 
Old 05-24-2006, 12:26 PM   #11
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,463

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by TRaven
oh, i just thought of something, could the fact that i'm using Dapper Drake 6.06 affect anything?
Indeed. Not all dev packages for Dapper are already available.

xlibs-dev is still their though (sudo apt-get install xlibs-dev)

Depending on how you're trying to install Cedega you might need a lot more though.
Also see: http://wiki.winehq.org/Recommended_Packages

Last edited by jens; 05-24-2006 at 12:37 PM.
 
Old 05-24-2006, 01:22 PM   #12
TRaven
Member
 
Registered: Sep 2005
Location: Florida
Distribution: Ubuntu 7.04, Ubuntu Server 7.04, DSL,
Posts: 44

Original Poster
Rep: Reputation: 15
i had already gotten that one before posting here >_<

agh, this sucks

Edit: oh, i just saw the wiki link, i'll check it out.

Edit 2: well, i ran the script from the wiki, and it installed all those packages, but it still doesnt work, do you think it's because the specific package that i need isnt yet in Dapper?

Last edited by TRaven; 05-24-2006 at 01:40 PM.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cedega dependencies adrian_mx Linux - Software 2 12-25-2005 11:48 AM
Cedega stops working | Debian 3.1, Cedega 4.4.3 Grimmi- Linux - Games 0 12-10-2005 10:40 AM
Cedega Crashes / Best Distro for Cedega jawaking00 Linux - Games 1 11-11-2005 09:40 AM
Cedega... andrei_t Linux - Software 1 06-26-2005 05:43 PM
I recieve a failed dependencies error, but I have all required dependencies Laptop2250 Linux - Software 15 02-03-2004 07:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:37 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration