Jump to content

olddays

Members
  • Posts

    24
  • Joined

  • Last visited

olddays's Achievements

New Here

New Here (1/7)

0

Reputation

  1. I've done it by installing jre 1.5.0 . I used to have j2re 1.4.1 but it was talking about jre. So I did it as it says. I t is ok. Thank you...
  2. There is a file named "Limewire.desktop" . I tried to run it. It appeared on the desktop bar with sandglass. But then it disappeared and didn't come back. I couldn't get it ; and don't know what to do....
  3. Is it possible java rpm to install package elsewhere than yours? I don't think so , but I am trying to change the path. And one more thing thAT I couldn't get well is why the paths given by "whereis java" and "grep .....(forgot ) " are different? Thank you for your interest.
  4. HEllo , I have just found limewire rpm file. I tried to install. It told me to install j2re 1.4.1 package. I found it and installed completely. Then I installed limewire. I found the limewire file and opened it sh file with sh command. It gave me these : [root@localhost LimeWire]# sh runLime.sh Starting LimeWire... Java exec not found in PATH, starting auto-search... OOPS, unable to locate java exec in /usr/lib/ hierarchy You need to upgrade to JRE 1.4.x or newer from http://www.java.com Java exec found in /usr/java/j2re1.4.1/bin/ Suitable java version found [/usr/java/j2re1.4.1/bin/java = 1.4.1] Configuring environment... Loading LimeWire: java.lang.UnsatisfiedLinkError: /usr/java/j2re1.4.1/lib/i386/libfontmanager.so: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or direct ory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1389) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:832) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50) at java.security.AccessController.doPrivileged(Native Method) at sun.awt.font.NativeFontWrapper.<clinit>(NativeFontWrapper.java:42) at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:1 25) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:140) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvi ronment.java:62) at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:72) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:140) at java.awt.Toolkit$2.run(Toolkit.java:712) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:703) at com.limegroup.gnutella.gui.Main.showInitialSplash(Main.java:67) at com.limegroup.gnutella.gui.Main.main(Main.java:39) ****************************************************************** Something went wrong with LimeWire. Maybe you're using the wrong version of Java? (LimeWire is tested against and works best with with Sun's JRE, Java 1.4+) The version of Java in your PATH is: runLime.sh: line 117: java: command not found Sorry for the long code entry. Thank you for your helps , I really need them..
  5. You are correct , I download manual installs. But Can you fell me how to find urpmi packages? How can I know that I should write dkms-Ati in order to download the driver? Is there a way to find them?
  6. I didn't understrand what you have written as code? What you mean by file.name your-code??
  7. I always get the unsatisfied package message while I am installing RPM files. So I can't install all of them.. How can I provide those packages?
  8. I am using Mandriva 2007 I wrote a simple c program : #include <stdio.h> #include <math.h> double d,e,f; main() { double a,b,c; void hesapla(double x,double y,double z); scanf("%lf",&a); scanf("%lf",&b); scanf("%lf",&c); hesapla(a,b,c); } void hesapla(double x,double y,double z) { double delta; delta=y*y-4*x*z; if(delta==0) { d=-y/2*x; printf("delta 0 %lf",d); return; } else { if(delta>0) { d=(-y-(exp(0.5*log(delta)))/2*x); e=(-y+(exp(0.5*log(delta)))/2*x); printf("delta>0 %lf %lf",d,e); return; } else { printf("yok bi?i"); return; } } } When I use the cc command I take these errors: denklem.c:(.text+0x10c): undefined reference to `log' denklem.c:(.text+0x11c): undefined reference to `exp' denklem.c:(.text+0x13b): undefined reference to `log' denklem.c:(.text+0x14b): undefined reference to `exp' collect2: ld returned 1 exit status I thought it was because of the panthomime of math library. Why can it be?
  9. HEy friend you are right. It was because of the volume level . I have never guessed it. Thank you .Friend please be around . You really help me.
  10. There is something I Couldn't understand : When I installed dkms-ATI it said run XFdrake and adjust it as fglrx video card configuration. I did it and rebooted the machine. It didn't boot. Because it said no screen.. I used XFdrake again in konsole mode. I adjustedit as fbdev again. I boot the machine as in its old preferences. But it was set. Now ?t is working OK . WHy is it? THe drivers I installed were fglrx drivers. WHy it is working on fbdev mod while can't work in fglrx mode?
  11. is dkms-ati package in cd?? When I did it with cd rom in , it worked... Or I can attribute it to the manual Ati Driver I installed without libexpat.so.1 .. EDIT: Sorry , it is downloading by net.
  12. Maybe some additional info, please? :huh: Here are my personal suggestions: 1. What speakers do You have? 2. Do they work properly on other distro's/OS? 3. What distro (version) are You using? 4. A bunch of info about Your sound drivers would be very helpful, i.e. a. what driver are You using currently (in Mandriva 2007 You'll get it from output of "grep sound-slot /etc/modprobe.conf" command on console) b. is sound card module loaded? (print output of "lsmod" command as a root user) c. are "sound" and "alsa" services configured for running on initlevel 3? ("sbin/chkconfig --listsound" and "/sbin/chkconfig --listalsa"). Your are right friend . I should have given some more information. Here it is: 1-I have a A100-192 Toshiba notebook . They have Harmon/kardon speakers.(I/O Controller Hub High Definition Audio)(harddrake says it), 2-They work properly on windows; sorry about not telling it. 3-Mandriva 2007 4-It is snd-hda-intel , module is loaded Alsa ==> 0:off 1:off 2:on 3:on 4:on 5:on 6:off SOund ==>0:off 1:off 2:on 3:on 4:on 5:on 6:off BUT now , can you tell what is Alsa and SOund ? WHat is initlevel? And how do you learn all these commands? Can you tell something to find these. I know trying , examining.. But I am sure I can't learn these with learning them one by one. I should find a way faster...
  13. I did as you said . It said me go to the fglrx file to use aticonfig. I found it by finder in /lib/modules/fglrx I wrote aticonfig ==> There was a long long page with a text about configuration commands. I think the most important was ==> --------------------- Setting up fglrx for the first time. Single head : aticonfig --initial --input=/etc/X11/xorg.conf Dual head : aticonfig --initial=dual-head --screen-layout=above This command will generate a dual head configuration file with the second screen located above the first screen. 2. Setting up big desktop to horizontal and set overlay on secondary display. aticonfig --dtop=horizontal --overlay-on=1 3. Setting up modes for primary display. aticonfig --resolution=0,1600x1200,1280x1024,1024x768 4. Force primary CRT on and TV-out off. aticonfig --force-monitor=crt1,notv 5. Change tv geometry aticonfig --tv-geometry=85x90+10-10 This will set tv to 85% width (where 100% == overscan) 90% height and shift 10 pixels right of centre and 10 pixels down of centre. ----------------------------------------------------------------------------------- I use single head command it says: Found fglrx primary device section Nothing to do, terminating. I am still trying a lot . I will do it but when? I am working too slow because of this problem... I know I am making the topic digress , but I HAVEone more problem..I am working on C programming. I found a c compiler named Distcc.I made the install. It wasn't added to programs list. BUt I found its binary file. How can I start the program ?
  14. I insist on keeping to use mandriva =) It said : libexpat0-1.95.8-3mdk libexpat0-devel-1.95.8-3mdk But I want to ask one more question ==> I installed ATI driver without libexpat.so.1 . It made the install in windows style as you know . I rebooted the computer . But still my windows are working slowly. They are slow motion. And they are like animation (frame by frame; while scrolling the page , I must wait too much) . And of course texts are still hard to read... May it be because of my installation without libexpat.so.1?
×
×
  • Create New...