Jump to content

Lando

Members
  • Posts

    150
  • Joined

  • Last visited

Posts posted by Lando

  1. I've to write the settings below.....but I don't understand where to put them..

    they are for JMF ( java API ) but I think that the right place should be .bashrc .

    Unfortunatly it doesn't work ! Many thanks :wall:

     

     

    setenv JMFHOME /home/lando/JMF-2.1.1e

     

    setenv CLASSPATH $JMFHOME/lib/jmf.jar:.:${CLASSPATH}

     

    setenv LD_LIBRARY_PATH $JMFHOME/lib:${LD_LIBRARY_PATH}

     

     

    [moved from Software by spinynorman]

  2. Yes, firefox created in /home/username/tmp two cached file

    file:///home/lex/tmp/mplayojy0d0

    file:///home/lex/tmp/mplaydLlLDI

    mplayer file:///home/lex/tmp/mplayojy0d0

    first You can see, and second is tmp file (dont remove). This name files is only from this session ....Lex

     

     

    Yes,it is in tmp folder ! I had checked this folder already the first time....but I used to put the file embedded

    in a html page .....

    Now with the http address in FF address bar the working area is here..

    Many thanks. :P

  3. There are files miissing in directory looking with konqueror that I can see with Firefox (or also typing there names in konqueror address bar). Has Konqueror a cache that could be full....and I had to clear ?

    Thanks.

  4. In control center >hardware > screen .......I 've checked 1024x768 and rebooted .

    Now I've this resolution but now the images and text characters are more little than before.....

    Maybe this setting is for monitors bigger than mine (14 " )...........

  5. You can use System/Configuration/Hardware/KRandRTray which will run a utility by the clock to switch resolutions.

     

    If only one is listed, then you need to go into System/Configuration/Hardware/HardDrake and then select your video card and choose Run Config Tool to reconfigure the screen settings you've chosen.

     

    However, KRandRTray should do the trick for you. Mine lists three resolutions:

     

    1024x768

    800x600

    640x480

     

    in KRandRTray.

     

    I have >>>>>

    800x600

    768x576

    640x488

     

    ...and the setting is on 800x600 ......it means this is my highest resolution with my monitor,I suppose,isn't it ?

    THanks .

  6. Is anything not working? :unsure:

     

    The software loading from the site expects to see a windows machine, not a linux machine. Poorly written sites do that. Warnings that something is not loaded is not the same as something not working. Is your player not working? If not, you may need to place plf-free and plf-non-free into your urpmi sources.

     

    VLC says >>> main decoder error: no suitable decoder module for fourcc `WMV3'.

    Then these are windows files that mplayer doesn't interpret correctly.

  7. These file types are for windows, not linux. That may be why you are confused. What is failing to work? Aything? Here is a link with an explanation.

    http://lists.mplayerhq.hu/pipermail/mplaye...une/061232.html

    Could be a mplayer bug ..........but not only what reported in that post you have pointed out...

    This mine below is different...and many others.

    >>>>>>>>>>>>>

     

    Playing http://www.dsonline.tv/asxplaylist.aspx?pos=1.

    STREAM_HTTP(1), URL: http://www.dsonline.tv/asxplaylist.aspx?pos=1

    Resolving www.dsonline.tv for AF_INET...

    Connecting to server www.dsonline.tv[151.1.143.133]: 80...

    Cache size set to 8192 KBytes

    Cache fill: 0,12% (10199 bytes)

    Win32 LoadLibrary failed to load: avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll

  8. Mplayer sometimes search avisynth.dll.......and it is missing both in my installed Win32-codecs and in "essential-20060611.tar.bz2 " from Mplayer official Site . Many confused posts about this problem searching in Google.......>>>>>>>>>>>>>>

    Win32 LoadLibrary failed to load: avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll

    Any ideas ?

    Many thanks.

  9. The definitive,right symlink is >>>>>>>>>>>>

    ln -s /home/lando/FIREFOX_1.5/firefox/firefox /usr/bin

    :thumbs::thumbs::thumbs::thumbs:

    Many Thanks :wall:

     

     

    PS-

    ln -s /home/lando/FIREFOX_1.5/firefox/firefox there is a space and /usr/bin

  10. No not really, I don't know why you have a / at the end of your line, whereas mine I don't. Also, why FIREFOX_1.5 instead of lowercase firefox1.5 which is mostly the format of files in Linux?

     

    Your symlink looks like it's pointing to a directory, and not the executable firefox, like mine is.

     

     

    Your is >>>> /usr/bin/firefox <<<<<<<<<< firefox isn't a folder ?

    mine is >>>> /usr/bin/FIREFOX_1.5 <<<<<<<<<<<<<< my link FIREFOX_1.5 is a folder

  11. It should be, mine searches perfectly fine by just putting the symlink in /usr/bin. I think your problems are occurring because you're trying to put them in a sub-directory called firefox_1.5 in /usr/bin. I would suggest putting the symlink in /usr/bin like I did.

     

    Your is >>>> /usr/bin/firefox

    mine is >>>> /usr/bin/FIREFOX_1.5

     

    [root@europa /]# ls -l /usr/bin/fire*

    lrwxrwxrwx 1 root root 34 Jul 11 14:36 /usr/bin/firefox -> /usr/local/mozilla/firefox/firefox*

     

     

    root@localhost bin]# ls -l /usr/bin/FIREFOX_1.5

    lrwxrwxrwx 1 root root 31 lug 11 10:20 /usr/bin/FIREFOX_1.5 -> /home/lando/FIREFOX_1.5/firefox/

     

    It seems much the same ..........

  12. It works only if I do : cd /usr/bin /FIREFOX_1.5

    then firefox

    But it's not what I wanted...it has to work typing "firefox" on any directory the terminal is opened.

     

    Below your request >>>>>

     

    [root@localhost bin]# ls -l /usr/bin/FIREFOX_1.5

    lrwxrwxrwx 1 root root 31 lug 11 10:20 /usr/bin/FIREFOX_1.5 -> /home/lando/FIREFOX_1.5/firefox/

  13. I've added the link below in /usr/bin , but typing "firefox" I get "command not found"

     

    ln -s /home/lando/Firefox1.5/firefox/firefox

     

    Still I get "command not found" with the .bashrc below >>>>>

     

    **************************************************

    # .bashrc

     

    # User specific aliases and functions

     

    # Source global definitions

    if [ -f /etc/bashrc ]; then

    . /etc/bashrc

    fi

     

    export PATH=$PATH:.

     

    PATH=$PATH:/home/lando/FIREFOX_15/firefox

    export PATH

     

    ******************************************************

     

    Where is my mistake ?

    Thanks.

×
×
  • Create New...