Jump to content

teh_sAbEr

Members
  • Posts

    95
  • Joined

  • Last visited

Posts posted by teh_sAbEr

  1. thanx for the info. i tried installing UIM instead, but the first time it didnt work. later i came across this site (http://www.geocities.co.jp/SiliconValley-Cupertino/5207/type_Japanese_on_mdk_02.html)

    explaining how to enter japanese text using UIM and anthy. according to URPMI i have everything installed, so the next thing to do (according to the site) is to edit that `/.i18n file. unfortunately, i dont have it. when i try to gedit it in the console, it says the file doesn't exist. what do i do? thanx again for the help.

  2. hey again, thanks for the help, i wuz able to get UT up and running, except theres a couple of problems. the input seems a little buggy, because when im running down a hallway for example, and i lift my finger off of the "forward" key (w in my case), i keep on running, and pressing it again sometimes stops it, plus the game seems to pause itself even when im not pressing the pause button, (yes the "Pause" thing comes up on the screen too.) and the weapons fire by themselves. is there any Linux UT Patch i may have missed? any suggestions on how to fix this? thanx in advance!

  3. OK, so i tried that and it showed me a list of stuff related to XMMS, like xmms-alsa and xmms-mesa and asked me if this was OK (i believe it was trying to install those, but i didnt) and when i tried to install foobillard from URPMI, it gave me this:

    installing foobillard-2.9-SDL.i586.rpm
    Installation failed:
           libGLcore.so.1 is needed by foobillard-2.9-SDL
    Try installation without checking dependencies? (y/N)

    i tried installation without checking dependencies, but now i cant find where its installed. its not in the KDE menu...

     

    [copy of preceding post removed by spinynorman - please use 'add reply' button]

  4. im looking to install Cedega from CVS (with help from http://www.linux-gamers.net/modules/wfsect...hp?articleid=45 this article) on Mandrake 10 CE (downloaded version) and according to the article, i need

     

    XFree86 devel packages

    XFree86 Mesa packages

    XFree86 Mesa devel packages

    Flex (flex-old on debian)

    Bison

     

     

    i think i got the XFree86 devel packages using URPMI, but i dunno about the Mesa packages. isn't Mesa the OpenGL thing for Linux? im usin an nVidia Riva TNT2 32 MB (AGP) card. i have the drivers from nVidia's site installed already. can someone show me just exactly where to go to get this stuff?

    ======

    i also tried installing Foobillard-2.9 from RPM, but it brings up a:

    Some package requested cannot be installed:
    foobillard-2.9-SDL.i586 (due to unsatisfied libGLcore.so.1)
    do you agree ?

    this message also comes up when i try to install the SDL Package(+ Devel + Mixer). any advice on these issues? many thanks!

  5. Bound to Render.so
    Lighting subsystem initialized
    Rendering initialized
    LoadMap: Entry
    Failed to load 'Entry': Can't find file 'Entry'
    Failed to load 'Level None.MyLevel': Can't find file 'Entry'
    appError called:
    Failed to enter Entry: Can't find file 'Entry'
    Executing UObject::StaticShutdownAfterError
    Executing USDLClient::ShutdownAfterError
    Signal: SIGIOT [iot trap]
    Aborting.
    Exiting.
    Name subsystem shut down

    i keep getting this error every time i type UT in the console. i used the loki games installer downloaded from 3ddownloads.com (the 436 version, i kno that the GOTY is 432), and installed the game in /usr/local/games folder. any suggestions on what to do about the error? thanx in advance!

  6. are there any Linux drivers for the Logitech Clicksmart 510? its detected in Harddrake as a scanner, but when i try to configure it, its not listed in the "scanner" list. i was able to download this .o file that supposedly adds support for the cam, but i dunno where to place it.. im usin Mandrake 10.0, still a n00b to the whole Linux thing, kernel version 2.6.3-7 mdk, on a dual boot system.

  7. you should be able to do:

    ./configure --glib-prefix=/usr/local

    or something similar.  see:

    ./configure --help

    to find the correct option.

     

    you realise that it's quite possible that upgrading glib, pango, and all of these others via source could cause problems, right?  especially if you have 2 concurrent glibs on your system...(one in /usr/local and one in /usr).

     

    really? didn't realize that, thx for the info. i wuz hoping to upgrade to GIMP 2.0.3, which requires GTK, which requires pango, atk, pkgconfig, etc.

  8. ive been having some problemss installing (compile from source) Pango 1.4.0. i keep getting an error during ./configure that says GLib isn't version 2.4.0 and above, but i know i installed version 2.4.4. any way to "point" it at where i installed GLib (/usr/local/lib i think..)? thanks!

    heres the output of ./configure

     

    [root@pldt pango-1.4.0]# ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for native Win32... no
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for c++... c++
    checking whether we are using the GNU C++ compiler... yes
    checking whether c++ accepts -g... yes
    checking dependency style of c++... gcc3
    checking build system type... i686-redhat-linux-gnu
    checking host system type... i686-redhat-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for egrep... grep -E
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking how to run the C++ preprocessor... c++ -E
    checking for g77... g77
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether g77 accepts -g... yes
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc static flag  works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by c++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for c++ option to produce PIC... -fPIC
    checking if c++ PIC flag -fPIC works... yes
    checking if c++ supports -c -o file.o... yes
    checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for g77 option to produce PIC... -fPIC
    checking if g77 PIC flag -fPIC works... yes
    checking if g77 supports -c -o file.o... yes
    checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking for some Win32 platform... no
    checking for perl5... perl5
    checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
    checking for gethostbyname... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for IceConnectionNumber in -lICE... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking for fontconfig >= 1.0.1... yes
    checking FONTCONFIG_CFLAGS...
    checking FONTCONFIG_LIBS... -lfontconfig
    checking for freetype-config... /usr/bin/freetype-config
    checking for FT_Get_Next_Char in -lfreetype... yes
    checking for xft >= 2.0.0... yes
    checking XFT_CFLAGS... -I/usr/X11R6/include -I/usr/include/freetype2
    checking XFT_LIBS... -L/usr/X11R6/lib -lXft -lX11 -lfreetype -lXrender -lfontconfig
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking for GLIB - version >= 2.4.0... no
    *** Could not run GLIB test program, checking why...
    *** The test program failed to compile or link. See the file config.log for the
    *** exact error that occured. This usually means GLIB is incorrectly installed.
    configure: error:
    *** Glib 2.4.0 or better is required. The latest version of
    *** Glib is always available from ftp://ftp.gtk.org/.

  9. /etc/resolv.conf should not contain the IP of your ISPs website.  It should contain your ISP's Nameservers/DNS servers.  You can get this info from windows by opening up an ms-dos prompt and running:

    ipconfig /all

    look for "DNS Servers" and place them in your /etc/resolv.conf in the following manner:

    nameserver first_DNS_IP<!--QuoteEBegin-->nameserver second_DNS_IP

    etc.

     

    thanks for the reply. i took out my ISP's IP, and left in it the DNS servers. theres also this thing there that says "search". am i supposed to do anything with that? i put the DNS server IP in that field too. so far, it still doesn't work.

     
    search 202.172.11.21
    ...

  10. nope, sorry, didn't work. im still not able to get to sites like www.nvidia.com even though i know its up. heres a list of things ive already tried

     

    1. editing /etc/resolv.conf, placing the IP of my ISP's website there (i dont know their nameserver IP) , both after the "search" and "nameserver" things.

    2. adding "alias net-pf-10 off" in /etc/modprobe.conf. it did help with some speed issues, but some sites are still inaccesible

    3. turning on my LAN cards onboard Boot ROM. i suppose it causes mandrake to re-detect my LAN card, and thus, set it up again..

    4. installing mandrake 10 again.

     

    so far, i can get online, but i cant get to some sites that i can get to in windows. thx for the assistance though.

  11. greetings. im having some trouble with the Internet in Mandrake 10.0 (download edition) and would appreciate any help offered. you see, when i start up mozilla, i can connect to the net fine and everything , but some sites i cant access, even though im able to get to them in windows on the same machine. it just sits there with "resolving host www.(name of site here).com" on the status bar, and then returns an alert that says the host cant be found. the only few sites ive been able to access so far are:

     

    Google

    Animewallpapers.com

    The Daily Tribune (local newspaper here..)

     

    any suggestions? im running MDK 10, GNOME, dual boot on two seperate drives, MDK 10 on one and Win98 on the other, Cable Modem is a Motorola SURFboard SB3100, Eth Card is a Via VT6102 Rhine II onboard lan. I have my IP addresses statically configured, since DHCP didn't really work. thanks in advance

×
×
  • Create New...