Software :: Install For Dream Viewer Installation On Fedora11
Mar 14, 2011Can any one give me suggestion which rpm to install for dream viewer installation on fedora11
View 2 RepliesCan any one give me suggestion which rpm to install for dream viewer installation on fedora11
View 2 RepliesThis is my Fedora 11 installation review:The pc (cd2, 7600gs, 2gb ram) boots ok from any of the many Fedora live cd/dvd.After booting it goes to a nice window with a (3 colored flashing forward motion) tollbar at the bottom, where the words Generic 11 are written at the bottom right.
So far so good: no questions to answer, the Dvd is speaning out loud. 2 min later the above mentioned screen changes into a b&w verbose mode sreen.After a dozen of written lines, where the last one says "bridge firewalling ..." the drive noise gradually extinguishes, its red light turns off, the b&w verbose screen dies and even the Pc looks like dead too. Could be waiting here until next day, nothing more happens. So, I do various alt/ctrl/del, until the Cd/dvd (liteon) ejects and the pc reboots.
This is really CRAZZY. Lately I'v been trying many different distribution installations and this never happened. It's equal with any of the many fedora live cd/dvd's, window manager's, 32/64 bit. I did try last week, 2weeks before, today.... and did also try fedora Omega but is the same result at the end.I wonder if this is just me, missing some Fedora fundamental specific thing, or if ithis has happened to some of you.I browsed and searched but this looks like an uncommon issue, as I didn't find nothing similar.
I am having a problem installing a game that is a .bin file. I have looked through various forums, and on Google, but can only find how to install .exe through emulation,open .zip, and other formats. I am using Dreamlinux Xfce desktop (Which to my understanding is Debian based). I pretty much have to face the fact can't figure out s**t on here.
I have tried running it from the terminal in these ways:
And some command I came across- $ Chmod (there was more to this command line but I forget it, found it on google, it ends with: +1 run)
I don't really grasp alot of the commands (I can look up DIR, run files, ya know ... simple stuff) and have spent most of the time just setting my OS to work, and this .bin is my first shot at an install...
i want to install virtualbox on fedora. I have downloaded rpm from virtualbox website the latest one for fedora 11. When i try to install in my system the following dependencies are occur. I dont know internet connection.
libxml2.so.2(LIBXML2_2.4.30)
libxml2.so.2(LIBXML2_2.6.0)
libxml2.so.2(LIBXML2_2.6.17)
libxml2.so.2(LIBXML2_2.6.8)
what package I need to be install. I searched in the google but i cant get it. Help me also for vlc player. Where can i get the entire package including codecs. Vlc has lot of dependencies.
I have just installed Fedora11 on my machine - the installation failed to start the x server so I had to install with the textbased installer. When the installation completes, I boot up and first I update Fedora with "yum update". Then I install a nvidia driver with "yum install kmod-nvidia". Then I run nvidia-xconfig to make a config file. But when I try to run "X", I just get a blank screen. I can run system-config-display fine, and setup my resolution etc. The log doesnt seem to give me any errors.I have two Geforce Fx3500 card in the machine.
View 10 Replies View RelatedI just wanted to post something positive about it, I just discovered them
View 4 Replies View RelatedI'm trying to install my first program and need a bit I've downloaded Real VNC but i have no idea how to install it, or maybe it stands alone and runs?? it came as a tar.gz file which i've managed to extract in gui but then i tried to double click the vncinstall or vncviewer.exe and nothing seems to happen
the files are
license.txt
readme (readme document)
vnc.so
vncconfig (executable)
[Code]...
I am, however, still having issues with the operating system: namely with sound. In the beginning after the 184 updates and solving the screen resolution issue, I found that I had NO SOUND despite the fact that video runs like a dream.
About a week after installation, I found that I had sound . I then proceeded to solve the screensaver issue by removing the Gnome screensaver and installing xscreensaver. After this, AGAIN NO SOUND!! (I'm not sure whether solving the screensaver issue has affected the sound that I'd previously had.)
I also use the KFCE desktop.
Below are the specs for my netbook if it's of any use:
Notebook:
I've installed KDE 4 in Dream Studio 10.10, as I'd like to switch over to KDE 4 like I've done in my netbook. The problem I'm having is even with the user name selected with a password box displayed, there's no bar at the bottom of the screen in GDM. I prefer GDM instead of KDM because I like the fact that I can select a user even though I'm the only user, but I do like the behavior of Windows XP/Vista/7 (select a user, hit enter, enter the password, and hit enter to login, but that's not as close to how KDM works if there's only a single user in the system -- no big deal).how do I get the bar appear in the bottom of the screen after I select the user in GDM?
View 2 Replies View RelatedAlright I'm a newbie when it comes to ubuntu, I've been running windows for years currently running win7 64 bit ultimate but, I've had enough of this OS and I would like to switch to ubuntu. I have a couple questions though, Will games work on ubuntu such as Battlefield Bad Company 2 and so on. and Programs like Dream weaver cs4 and photoshop?
View 9 Replies View RelatedWhat is the best tool on Linux so that i can replace Adobe CS4; mainly dream weaver and photoshop CS4.
View 3 Replies View RelatedI am using f11 and cannot run any VCD.
I tried to run it via totem, which says "Could not open location; you might not have permission to open the file."
but I have the read permission for sure. while on mplayer, it says "seek failed" and exits.
any solution?
My Fedora11 hangs on boot. I have no idea where or why it is hanging so I want to disable graphical boot. I booted the installation media, the root file system mounted on /mnt, seted /mnt as my root with the chroot command and edited /etc/inittab, then unmounted and rebooted but it didn't help me. Is it possible to run gconf-editor under live cd and disable splash? How can I boot Fedora in single mode? For example use the following steps I'll be able to boot RHEL into single-user mode:
At the GRUB splash screen at boot time, press any key to enter the GRUB interactive menu.
Select Red Hat Enterprise Linux with the version of the kernel that you wish to boot and type a to append the line.
Go to the end of the line and type single as a separate word (press the Spacebar and then type single ). Press Enter to exit edit mode.
i am using NCTUns simulator and having problem while receiving message from an OBU. sending a message works properly but recving creates problem and fails. i am using exactly the same function as used by the developers in the demos but still no luck. i copy the code attch the screen shots to have a look
sendto() and recvfrom() are used for message transfer. they both return >-1 if they are executed successfully. please have a look in the screenshots. agentClientReportStatus is the built in packet format which im using here whose fields i filled manually are in the code below.
agentClientReportStatus *message,*mssg;
int remainTime,n,n2,n3,i,sendingaddress,value;
sockaddr_in cli_addr;
timeval now;
[Code].....
I have Intel Atom based development board which has eMMC chip. I can successfully boot Fedora 11 on this board from SATA drive. However Fedora doesn't see this eMMC chip as external storage. The "fdisk -lu" command doesn't show presence of any mmc device.
View 4 Replies View RelatedI just installed OpenSUSE 11.1 along side my Ubuntu 9.04 and Fedora11 installs, how ever the OpenSUSE grub installer did not auto detect my other distros and add them to the grub list as Ubuntu does. How can I about adding them manually? My Ubuntu resides on the sdb6 partition and my Fedora resides on sdb8
View 5 Replies View RelatedI have just upgraded my system from fedora9 to fedora11.IN 9 i didnt hav any problem in accessing internet from firefox.but here in fedora11 firefox is not working .firefox cannot establish a connection to the server.i have tried to fix the problem by disabling firewall and proxy.but still im having the same problem..
View 8 Replies View Relatedhow to compile assembly code in linux? I am using AMD processor code instructions...is that amd registers inbuilt? with what file extension i should give while writing assembly code program?
View 14 Replies View Relatedi have fedora11 installed on my computer as well as windows xp,but now i want to delete all my drives from windows and add those drive to fedora11 because i do not need windows any-more.how can i do that?also i want to increase size of root partition, can i do that?
View 2 Replies View RelatedI have one Windows-XP on Machin 1 and one Linux on Machine 2. I want make Linux machine as CVS server and Windows Xp as CVS client. How to setup CVS Server in Fedora-11 machine and CVS client in Windows Xp?
View 1 Replies View RelatedI am trying to ftp a whole directory tree using vsftpd as ftp server in fedora11
Code:
I am getting error while transfering a directory tree ...
I have installed Fedora 11 and Fedora 8 on two differnt machines and I am doing an rdesktop to connect to a Windows 2003 server. The connectiviy is pretty fast when I try and connect the same from fedora 8 machine but it very slow when I try and connect it from fedora 11 system. I have tried using TS client but even then it is pretty slow. I have also tried using an Nvidia 8400 graphic card and Nvidia 9600 on Fedora11 OS.
I have also tried using Fedora12 OS as well. Is there any thing specific I can check on Fedora11? Or do I need to do some thing on my windows 2003 machine?
i have fedora11 installed on my computer as well as windows xp,but now i want to delete all my drives from windows and add those drive to fedora11 because i do not need windows any-more.how can i do that?also i want to increase size of root partition, can i do that?
View 1 Replies View RelatedI want to compile the the source code given in a well known unix programming book(stevens) .I downloaded the codes but unable to build it ,giving me an errorerror: stropts.h: No such file or directoryI don't know what to do....I am using fedora 11 latest gcc in the system.
I also try to include the search path which include a file -I./usr/include/xulrunner-sdk-1.9.1/system_wrappers but itI open the header file and the definition is there #include_next<strops.h>so ultimately there is not the original file
I have just installed Fedora11 on my machine - the installation failed to start the x server so I had to install with the textbased installer. When the installation completes, I boot up and first I update Fedora with "yum update". Then I install a nvidia driver with "yum install kmod-nvidia". Then I run nvidia-xconfig to make a config file. But when I try to run "X", I just get a blank screen. I can run system-config-display fine, and setup my resolution etc. The log doesnt seem to give me any errors. I have two nvidia Fx3500 card in the machine. I have tried the 173, 185 and 190 driver - same thing.
View 2 Replies View RelatedIve been looking for vision or dream board software but what Im finding is for Windows.
Anyone using something now they would like to share about?
I have one Windows-XP on Machin 1 and one Linux on Machine 2.
I want make Linux machine as CVS server and Windows Xp as CVS client.
How to setup CVS Server in Fedora-11 machine and CVS client in Windows Xp?
Photo : http://img27.imageshack.us/img27/5864/cvsserver.gif
I need to know which is the best PDF Viewer for Ubuntu as I really don't like the default PDF Viewer which comes with Ubuntu.
View 6 Replies View RelatedI've used Adobe Reader 9 but you can't save PDF's. I've used the "PDF Editor" but it takes too damn long searching through eBooks.
View 9 Replies View RelatedI use Ubuntu 10.04 64 bit with GNOME. I want a tabbed PDF viewer. I tried Adobe Reader but it doesn't work good on 64 bit and crashes alot. I know KDE has a tabbed pdf viewer Okular, but I don't want to install any KDE applications. If there is a tabbed PDF viewer for 64 bit Ubuntu GNOME?
View 2 Replies View Related