Ubuntu :: App To Make 10.04 Appear In 3D?
Sep 2, 2010I would like to know if there is an app/drivers to make 10.04 appear in 3d?
View 3 RepliesI would like to know if there is an app/drivers to make 10.04 appear in 3d?
View 3 RepliesI am getting an error as below.
How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.
How can I resolve this error.
I notice that when you try to Make link to any file or folder form context menu, It just copy the same file size? even when i tried to copy the link to external storage disk..
View 1 Replies View RelatedI am following the instructions on Section 8.1.* Device Driver ConceptsHere I was able to proceed till section 8.1.4.After making the hello.c file,the make file and patching the Kconfig as mentioned,I tried to run the $ make ARCH=ARM CROSS_COMPILE=xscale_be- gconfig This gave error as:make: *** No rule to make target `gconfig'. Stop.I am not sure if my kernel is correctly compliled,but I was able to complie and build the kernel for arm before by cloning the kernel and building from the following link without any error. https://omapzoom.org/gf/project/omap...ux+OMAP+Kernel
View 2 Replies View RelatedI just installed Gnome Shell in Ubuntu 11.04 through UGR Linux and everything works fine! The only problem is that I cannot run make and make install. I get the following errors:
Code:
alexandros@Autobot:~/gnome-shell/source/gnome-shell-extensions$ make && make install
Making all in extensions
make[1]: Entering directory `/home/alexandros/gnome-shell/source/gnome-shell-extensions/extensions'[code]........
he clicks on everything on his GNOME desktop, and manages to delete everything, including menus, icons, etc. The people he lives with aren't skilled enough to fix it, and I live a good eight hours away. I have remote capabilities with NX, but that requires them to initiate a connection to my workstation here, which is more painful than I thought it would be. I need a way of locking down the desktop, so it's read-only, so he can't make the changes he seems to keep making. I figure I could make the .gnome directory read-only, but I don't know if that would affect the normal operation.
View 3 Replies View RelatedI need to modify fs/open.c and fs/read_write.c to make my modifications. I cannot find any options in 'make menuconfig' to make these files modules rather than compiled elements. I'm thinking these cannot be modules because the file system won't work without open.c and read_write.c. Is this correct - I cannot compile fs/open.c and fs/read_write.c as modules, only as compiled elements? Or, is there some way for a module to overwrite these routines when the module is installed and re-enable the routines when the module is removed?
View 3 Replies View RelatedI want to gave much details as possible. working directory (~/a1/shell) in the shell directory i have Makefile. also in the shell directory i have subdirectory's (obj, src, include)
My current Makefile
Quote:
#What needs to be built to make all files and dependencies
clean:
# End of Makefile
I wanted it so: all .o files are created in the obj subdirectory, and my application, sshell, is created in the shell directory.
I am getting this error when i run the make run: No rule to make target 'shell.h', needed by 'shutil.o'. stop
I build and use a custom kernel, and use the nvidia driver. This is on debian stretch.
By default, I build the image and headers packages with this line:
CONCURRENCY_LEVEL=8 nice -n19 ionice -c3 fakeroot make-kpkg --initrd --append-to-version=-something --revision=1 kernel_image kernel_headers
These kernel sources are usually the sources from debian, with a couple of more patches that I add. It appears that for nvidia-driver package versions higher than 352.79-1, the kernel headers/sources need to be prepared with 'make prepare' and 'make prepare scripts'. It's that simple. I concluded this after the nvidia dkms build failed on my custom kernel, but then succeeded after I pointed it to the full sources, but only after running 'make prepare' and 'make prepare scripts' on them. The problem is that this make-kpkg scheme doesn't appear to do this, or if it does, it doesn't properly include in the headers everything that it should.
difference between make and make bzImage commands as both are used to build source code.
View 1 Replies View RelatedI have down loaded: slapt-get-0.10.2h-i386-1.tgz I have read the install directions:
Quote:
- Using pkgtools: ----------------
To install:
$ make pkg
$ installpkg ./pkg/slapt-get-${VERSION}-${ARCH}-${RELEASE}.tgz
When I try make pkg, I get:
Code:
root@darkstar:/home/rob# make pkg
make: *** No rule to make target `pkg'. Stop.
I guess that I do not understand the instructions?
When I try to compile some Java code on Ubuntu 10.10 (kernel 2.6+) using make and a Makefile.
I get an error indicating that the make utility cannot execute the java compile command (javac).
The error reads: /bin/bash: line 6: .: /usr/local/jdk1.5.0_18/bin/javac: cannot execute binary file
I am executing make as root. I have enabled permissions on all directories in the path /usr/local/jdk1.5.0_18/bin/javac and on javac itself.
I get this error whether using a jdk installed via ubuntu apt-get, or whether I install the jdk myself. And I get it using either Java 1.5 or 1.6
My machine has an 80386 processor. I notice the make utility is built for i686-pc-linux-gnu
However, I can manually compile using javac.
I can compile calling javac from within a bash script.
I can compile using the java compiler gcj from the command line: gcj --main=HelloWorld HelloWorld.java -o HelloWorld.exe
But I cannot compile java code from the makefile. Any reasons why I might be getting this error?
I want to make a file called file roller for Ubuntu 9.10. The folder has a file called install.sh and some others that are make.
I figure first I need to make a file and then run install.sh to install. But I don't know how to do this.
In linux kernel compilation steps what is difference in the functionality of 'make' and 'make modules' with respect to file system
View 3 Replies View Relatedi installed a mail server in RHEL 5 with postfix, dovecot, openwebmail, but i failed to install chpasswd 2.2-4 i have ./configure, make, make install, but nothing happens can any one help me with some documentetion for chpasswd for changing password for mail account
View 5 Replies View RelatedI currently have 3 500GB drives, 1 is my OS drive with Ubuntu 10.04, and the other two have been setup in a software RAID1 (mirror). I would like to resize my Ubuntu partition and install FreeBSD to try it out. How can I make sure that my software RAID1 is recognized and make sure no data is lost?
View 2 Replies View RelatedI have been trying to install a new driver for my wireless USB adapter, and I've been getting some "make" command problems and error messages. Specifically, I am installing the RaLink rt2570 USB Enhanced Driver to work with my Linksys WUSB100 adapter (chipset RaLink Rt2870).
I downloaded the package and used the readme from inside the package here:[url]
Here's what I have done directly after download to my desktop:
Code:
So installing a programm is a problem. I like to install Aqualung. "/.configure" works. But "make" seems to be not installed. "checkinstall" seems to be not installed "sudo apt-get make" does not work. I have no internet connection with linux, because I have no idea how I install the network card. I guess this sudo command use internet? Is there another way to compile that program? (And just by the way, why must this be so difficult?
View 3 Replies View RelatedI can't stand the new theme its too clunky feeling, I tried installing the human theme again but it still doesn't look and feel the same as before cause the menubars have changed and so have alot of other things. Its outrageous that were FORCED to deal with this theme and the old look isn't available. I would try to install 9.10 (its that bad imho) but I'm almost certain that in order for my graphics card to be supported (ati mobile 5870) I need to be running 10.04 cause the 10.4 catalyst drivers are only made for 10.04... correct me if I'm wrong if thats not true.If its not possible to make everything look as it did before can somebody please tell me if 9.10 is compatible with the 10.4 catalyst drivers? I will miss the fast boot time and the other features but the interface is unusable right now.
View 9 Replies View RelatedI like Lucid but it is not working fully for me. So I am going back to Karmic Koala. As with Karmic I had no problems at all, with the the OS or with any of my Hardware.
Can I get Karmic to look like Lucid with it's light Theme.
For some reason Ubuntu thinks that instead of a left alt and right alt key I have an iso_level3_shift key. I found out that the hex code of it is 0x6fe03. How can I make that the alt key?
View 1 Replies View RelatedI use Ubutnu 10.10 but I don't really like the GDM appearance. I preferred the appearance of 9.04. How do I change GDM in 10.10 to look like GDM in 9.04?
View 1 Replies View Relatedi just up dated Ubuntu and i dont like it at all but i want the new things on it so how can i make Ubuntu 11.04 look like Ubuntu 10.10 so it be easy to use?
View 3 Replies View Relatedi have ubuntu 9.10 with the gnome desktop, I use some of the special effects in the "appearance" menu...but is there a way to make the desktop have a 3d look? I saw an older HOW TO, but was wondering if it was still in use...
What's the best looking gnome desktop? (I used to have kubuntu, but I prefer dolphin, gedit and a lot of the other gnome applications)
How can I make usplash for Ubuntu 9.10?
View 4 Replies View RelatedI have installed 4GB Ram but the ubuntu detects only 2.9GB of memory..Is there any method to make all 4GB Ram usable with 32-bit Ubuntu 9.10???I have heard that using PAE kernel we can do that..
View 2 Replies View RelatedI am trying to download from the download center i am ubuntu 9.10 and there is windows that said ---waiting for other software managers to quit i waited for a while and it never stops any idea what can i do is being performing this?
View 3 Replies View RelatedMy computer is located on WAN and it's considered as a normal user with static IP. I have made a website for my peers in the network and they always connect to it through my Ip address. However, My problem is that I'm not the owner of the WAN server and can't change anything on it . I really want to make it easy for them by memorising word not Ip number.Is there any way that I could make a DNS instead of using the IP. I have tried the command vi /etc/hosts and changed the content to convert my Ip to DNS something like [URL] but it only works on my computer not by everyone in the network.I have already installed apache2 on my computer an it runs a server for my website.I don't it to be a global website , I only need it to work the local network.
View 1 Replies View RelatedHow can I make a bootable dvd with a image that has a .ndf extension?
View 1 Replies View Relatedjust wanted to know how i can make an iso from the files on a cd.
View 5 Replies View Related