Jump to content

aze

Members
  • Posts

    355
  • Joined

  • Last visited

Posts posted by aze

  1. $ su
    # cd /usr/local/mozilla/plugins
    # ln -s /usr/java/j2re1.4.2_03/plugin/i386/ns610-gcc32/libjavaplugin_oji.so .

    #!/bin/bash
    REALPROGRAM=/usr/local/mozilla/mozilla
    ----------------------------------------------------
    if [ -f ~/.mozillarunning ]; then
    if [ ! -z $1 ]; then
    if [ $1 == "-mail" ]; then
    if [ ! -z $2 ]; then
    $REALPROGRAM -remote "mailto($2)"
    else
    $REALPROGRAM -remote "xfeDoCommand(openInbox)"
    fi
    else
    $REALPROGRAM -remote "openURL($1 , new-window)"
    fi
    else
    $REALPROGRAM -remote "openURL(http://www.google.com, new-window)"
    fi
    else
    touch ~/.mozillarunning
    $REALPROGRAM $1
    rm -f ~/.mozillarunning
    fi

     

     

    Guys, listen to me

     

     

    I'm doing exactly what are you saying me but nothing works! :wall::wall::wall:

     

    I Installed v. 1.6 and now also the flash plugin do not work. Yes! I tried to reinstall the plugin.

     

    I'm going mad with mozilla. :screwy:

  2. Hi all! I installed nvidia driver on my pc (geforce FX 5600 XT) and X do not starts anymore. It simply lock the pc when I try to run dm or X

     

    /etc/X11/XFree86Config-4:

    # File generated by XFdrake.
    
    # **********************************************************************
    # Refer to the XF86Config man page for details about the format of
    # this file.
    # **********************************************************************
    
    Section "Files"
       # Multiple FontPath entries are allowed (they are concatenated together)
       # By default, Mandrake 6.0 and later now use a font server independent of
       # the X server to render fonts.
       FontPath "unix/:-1"
    EndSection
    
    Section "ServerFlags"
       #DontZap # disable <Crtl><Alt><BS> (server abort)
       #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
       AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
    EndSection
    
    Section "Module"
       Load "dbe" # Double-Buffering Extension
       Load "v4l" # Video for Linux
       Load "extmod"
       Load "type1"
       Load "freetype"
       Load "glx" # 3D layer
    EndSection
    
    Section "InputDevice"
       Identifier "Keyboard1"
       Driver "Keyboard"
       Option "XkbModel" "pc105"
       Option "XkbLayout" "en_US"
       Option "XkbOptions" ""
    EndSection
    
    Section "InputDevice"
       Identifier "Mouse1"
       Driver "mouse"
       Option "Protocol" "IMPS/2"
       Option "Device" "/dev/psaux"
       Option "ZAxisMapping" "4 5"
    EndSection
    
    Section "Monitor"
       Identifier "monitor1"
       VendorName "Plug'n Play"
       HorizSync 30-96
       VertRefresh 50-160
       
       # Sony Vaio C1(X,XS,VE,VN)?
       # 1024x480 @ 85.6 Hz, 48 kHz hsync
       ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
       
       # TV fullscreen mode or DVD fullscreen output.
       # 768x576 @ 79 Hz, 50 kHz hsync
       ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
       
       # 768x576 @ 100 Hz, 61.6 kHz hsync
       ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
    EndSection
    
    Section "Device"
       Identifier "device1"
       Driver "nvidia" 
       Option "DPMS"
    EndSection
    
    Section "Screen"
       Identifier "screen1"
       Device "device1"
       Monitor "monitor1"
       DefaultColorDepth 16
       
       Subsection "Display"
           Depth 8
           Virtual 1024 768
       EndSubsection
       
       Subsection "Display"
           Depth 15
           Virtual 1024 768
       EndSubsection
       
       Subsection "Display"
           Depth 16
           Virtual 1024 768
       EndSubsection
       
       Subsection "Display"
           Depth 24
           Virtual 1024 768
       EndSubsection
    EndSection
    
    Section "ServerLayout"
       Identifier "layout1"
       InputDevice "Keyboard1" "CoreKeyboard"
       InputDevice "Mouse1" "CorePointer"
       Screen "screen1"
    EndSection

  3. Hi all!

    there are three questions about mozilla that are annoying me a lot.

     

    1 - mozilla have no antialiasing for fonts.

    2 - mozilla do not allow multiple instances using a single profile. :furious3::furious3::furious3:

    3 - must be ultra-expert to install java plugin for mozilla. :wall: :wall:

     

    Guys, I'm looking for another browser better than mozilla. I don't want browsers that have some kind of ADS or shareware. What do you guys reccommend?

  4. If it is the later, then edit your /etc/lilo.conf file as root so that the in the line

    append=

    you delete the words

    splash=silent

     

    Don't forget to run lilo afterward

     

    ok, its automatically starts on verbose mode but it have the graphical bootup interface. It's not about X (init 3) Its about bootup interface.

     

    /etc/lilo.conf:

    boot=/dev/hda9
    map=/boot/map
    install=menu
    vga=0x0f01
    default="linux"
    keytable=/boot/us.klt
    prompt
    nowarn
    timeout=30
    message=/boot/message
    menu-scheme=wb:bw:wb:bw
    image=/boot/vmlinuz
           label="linux"
           root=/dev/hda9
           initrd=/boot/initrd.img
           append="devfs=mount hdd=ide-scsi acpi=ht resume=/dev/hda10"
           vga=788
           read-only
    image=/boot/vmlinuz
           label="linux-nonfb"
           root=/dev/hda9
           initrd=/boot/initrd.img
           append="devfs=mount hdd=ide-scsi acpi=ht resume=/dev/hda10"
           read-only
    image=/boot/vmlinuz-smp
           label="linux-smp"
           root=/dev/hda9
           initrd=/boot/initrd-smp.img
           append="devfs=mount hdd=ide-scsi acpi=ht resume=/dev/hda10 splash=silent
    "
           read-only
    image=/boot/vmlinuz
           label="failsafe"
           root=/dev/hda9
           initrd=/boot/initrd.img
           append="failsafe devfs=nomount hdd=ide-scsi acpi=ht resume=/dev/hda10"
           read-only
    other=/dev/hda1
           label="windows"
           table=/dev/hda
    other=/dev/fd0
           label="floppy"
           unsafe

  5. Hi all!

    I want non-graphical startup for linux. I'd like it runnig in verbose mode

    I already set lilo for using text mode but when lilo starts loading the system it runs a graphical interface. How would I change that?

  6. thanks! but couldn't run it :-(

    [leandro@192 mpg123-0.59r]$ make linux
    make CC=gcc LDFLAGS= \
           OBJECTS='decode_i386.o dct64_i386.o decode_i586.o \
                   audio_oss.o term.o' \
           CFLAGS='-DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX \
                   -DREAD_MMAP -DOSS -DTERM_CONTROL\
                   -Wall -O2 -m486 \
                   -fomit-frame-pointer -funroll-all-loops \
                   -finline-functions -ffast-math' \
           mpg123-make
    make[1]: Entering directory `/mnt/win_e/mpg123-0.59r'
    make[2]: Entering directory `/mnt/win_e/mpg123-0.59r'
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o mpg123.o mpg123.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    mpg123.c: In function `shuffle_files':
    mpg123.c:225: warning: implicit declaration of function `time'
    mpg123.c: At top level:
    mpg123.c:480: warning: initialization makes integer from pointer without a cast
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o common.o common.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o decode_i386.o decode_i386.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o dct64_i386.o dct64_i386.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    as   -o decode_i586.o decode_i586.s
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o audio_oss.o audio_oss.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    audio_oss.c:98: warning: `audio_get_parameters' defined but not used
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o term.o term.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o decode_2to1.o decode_2to1.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o decode_4to1.o decode_4to1.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o tabinit.o tabinit.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o audio.o audio.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    audio.c: In function `audio_capabilities':
    audio.c:86: warning: implicit declaration of function `exit'
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o layer1.o layer1.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o layer2.o layer2.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o layer3.o layer3.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o buffer.o buffer.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o getlopt.o getlopt.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o httpget.o httpget.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o xfermem.o xfermem.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o equalizer.o equalizer.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o decode_ntom.o decode_ntom.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o wav.o wav.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o readers.o readers.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o getbits.o getbits.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   -c -o control_generic.o control_generic.c
    `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
    gcc -DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX          -DREAD_MMAP -DOSS -DTERM_CONTROL                -Wall -O2 -m486                 -fomit-frame-pointer -funroll-all-loops                 -finline-functions -ffast-math   mpg123.o tabinit.o common.o layer1.o \
           layer2.o layer3.o audio.o buffer.o decode_2to1.o equalizer.o \
           decode_4to1.o getlopt.o httpget.o xfermem.o decode_ntom.o \
           wav.o readers.o getbits.o control_generic.o \
           decode_i386.o dct64_i386.o decode_i586.o                audio_oss.o term.o -o mpg123 -lm
    make[2]: Leaving directory `/mnt/win_e/mpg123-0.59r'
    make[1]: Leaving directory `/mnt/win_e/mpg123-0.59r'
    [leandro@192 mpg123-0.59r]$ mpg123
    bash: ./mpg123: Permission denied

     

    it says permission denied aven as su

  7. Hi Folks! :headbang:

     

    When starting ogle:

    warning: failed to load external entity "/etc/oglerc"
    WARNING[ogle_gui]: Couldn't load config file
    ERROR[ogle_gui]: interpret_config(): Couldn't read /etc/oglerc

×
×
  • Create New...