![]() |
3d desktop - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora Core Release 3 (https://www.linux-noob.com/forums/forum-41.html) +---- Thread: 3d desktop (/thread-2659.html) |
3d desktop - genommen - 2005-05-10 I am trying to get 3d Desktop running on Fedora Core 3. I keep running into dependency issues with rpms. They say the needed files like XFree86-libs aren't there but if I try to install them i can't because it says they are there. Someone please help me. I want to get this working. 3d desktop - anyweb - 2005-05-10 fedora core release 3 uses xorg not xfree86 what is this 3d desktop software you are trying to install exactly ? cheers anyweb 3d desktop - genommen - 2005-05-10 Quote:fedora core release 3 uses xorg not xfree86 it is a pager that runs seemlessly with kde and allows you to change virtual desktops in a "3d" environment instead of just using the pager on the taskbar. For more info check the sourceforge site 3d desktop 3d desktop - znx - 2005-05-11 if you are installing from source.. its probably the -devel rpms that arent installed. as with most package systems the header files and development libs are left out of the main packages. look for package-version-devel.rpm or -dev. these contains the 'extras' to allow you to compile from source. 3d desktop - genommen - 2005-05-12 Quote:if you are installing from source.. its probably the -devel rpms that arent installed. as with most package systems the header files and development libs are left out of the main packages. Any ideas of where I can find them? I can't find them. And will installing XFree86 affect anything I already have running such as a different X windows server? 3d desktop - znx - 2005-05-12 just so that you understand: xorg was made from a branch from xfree86 (due to some license alterations). when a lot of stuff talks about xfree86 it can (unfortunately) relate to either xorg or xfree86. you will have xorg installed.. as anyweb said. so what you will need is something like: xorg-x11-devel-6.8.1.fc3.rpm if you have apt installed, you should be able to: Code: apt-get install xorg-x11-devel not sure what the similar yum line would be but taking a guess Code: yum install xorg-x11-devel 3d desktop - genommen - 2005-05-13 Quote:just so that you understand: xorg was made from a branch from xfree86 (due to some license alterations). when a lot of stuff talks about xfree86 it can (unfortunately) relate to either xorg or xfree86. According to apt I already have the newest version of xorg-x11-devel 3d desktop - znx - 2005-05-13 Quote:According to apt I already have the newest version of xorg-x11-devel mmmh ok.. maybe its another devel package from xorg. try giving apt a search: Code: apt-cache search xorg | grep devel hopefully that will give you a suggestion? 3d desktop - genommen - 2005-05-25 Quote:<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-username="genommen" data-cite="genommen" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="1539" data-ipsquote-contentclass="forums_Topic"><div>According to apt I already have the newest version of xorg-x11-devel mmmh ok.. maybe its another devel package from xorg. try giving apt a search: Code: apt-cache search xorg | grep devel hopefully that will give you a suggestion? </div></blockquote> Haven't found any others. Got any other ideas? 3d desktop - znx - 2005-05-26 Quote:Haven't found any others. Got any other ideas? [img]<___base_url___>/uploads/emoticons/default_dry.png[/img] rpm hell, its too little a used term Quote:Requirements------------ Thats from the site.. do you have these installed? |