Jump to content

tyme

Platinum
  • Posts

    13108
  • Joined

  • Last visited

Everything posted by tyme

  1. probably because it's only finding imlib3, try specifying where imlib2 is when you run the configure command. do a ./configure --help and look for an option to use for specifying the directory to find imlib in.
  2. Edit: took a second look and came up w/some ideas: i would contact the guy who writes fluxspace (this previously read fluxbox, that was a mistake), it looks like he made some mistakes in his code (not relating to the Imlib issue), I think. the following are what i'm wondering about: const char* BaseDisplay::getXDisplayName() onst missing the c in const at the end? const char* BaseDisplay::getApplicationName) const missing the beginning "("? BaseDisplay::BaseDisplay(const char*, const cha*, bool) missing the r in the second char? the problem appears to be that the function BaseDisplay doesn't have a variable assigned to take the value of the variable "application_data" that's my guess, but it's been nearly 2 years since i've worked with C/C++
  3. did you try using a different keyboard? i'm assuming the light for num lock on your keyboard turns off, and thats how you know it's turned off. it's possible your keyboard has some bad connecters. this could also account for the randomness of it turning off.
  4. ok, i'll attempt to be a bit more clear on the first question. the bash script has to check a linux machine to make sure that it is using the ext2 filesystem on the partitions that are considered to be primary. as for which partitions fall into the primary category, i am not sure, but i'll give an example: if /dev/hda1 is ext3, or any other filesystem, then it is in error. it must be ext2, no other filesystem is permitted. note: this is simply checking to see if it is ext2, not changing it. and thank you for the simplication of code, i have no idea why i used cat, i should have thought about that. i'm fairly new to bash scripting, and am learning...all be it slowly. thanks!
  5. are we supposed to....guess what they are? if so, i'm thinking one of them is GTA3 (released Oct. 2001), possibly. has cars, but isn't about racing...and there's a german version of the site, so maybe it's made by a european company? heck if i know.
  6. ok, ran into another problem w/the bash scripts i'm working on. i need to be able to tell if the "primary" partitions on a linux system are ext2 as for what is meant by primary, i'm not sure, i have to sort that out...but...i need to be able to tell what specific partitions are. i've already written a script that makes sure that the /home and /usr directories are on different partitions, using the following if statement: if [ `cat /etc/fstab | egrep -c "/home"` -gt 0 -a `cat /etc/fstab | egrep -c "/usr" -gt 0 ] does that make sense? and is there an extra type of bracket or something i can use to encase the two expressions on each side of the -a, safely? mostly for readability sake. thanks for any help guys :) i really appreciate it.
  7. an easier way to go about this is whenever you want to go into superuser/root just open up a console, su to root, and run any programs you need from the command line. from what i understand this is the safer way to go about doing it. alteast, it's what i do :). plus then i don't have to go jumping around from one account to the other-tho i still don't use auto-login, just doesn't feel safe to me.
  8. yeah...any ghosting program will automatically want to make it the size it was before. i didn't know that you had ghosted it at 80gigs (didn't read write or something) and would have mentioned the option to resize-tho i wouldn't have remembered where that option was :) haven't used norton ghost in a long time.
  9. tyme

    alpha centauri installer

    yes, but if you had wanted the linux version, you should have considered that before buying the windows version. sorry. woa there buddy. there ARE free games for linux (check out DOlson's page for a list-don't have the address oneme). unfortunately when games made for windows are ported to linux, the companies which made these games aren't going to sit back and say oh go ahead and give it to them for free. sorry, doesn't work that way. money is spent to make these games, and that money needs to be reimbursed to make more games. facts of life and all that... it's not up to the porters. well, not completely. i'm sure loki made a bit of money, but apparently not enough, because-get this-they went bankrupt and shut down. it's linux gamers like you who refuse to pay for a product that caused them to go under. linux is _not_ free (you could argue that the kernel is free, but anything beyond that...). linux _does_ cost money-just some of use choose not to support those who spend the money to bring us the product (and some of us can't due to financial issues). it is given to us for free, out of principle, but it is not fair for us to just take take take and not give back to these awesome companies which do so much to support us. so sit there and whine all you want...but in this world money is a necessity, and if the companies we want to stick around aren't getting the green, they will go under. facts of life and all that...
  10. i'm actually going to be looking for what distribution of Linux it is, Red Hat, Mandrake, etc. and what version of that distro it is. this is all tied into bash scripts that are going to be used for checking for programs w/security holes. but, i got all the info i need at this point, so thanks!
  11. it was my understanding that is problem was in windows, not in linux. unless he starts over from scratch, re-installing linux won't solve the windows issue...atleast, not from my experience. mostly i was suggesting redoing the windows partition, as that's where the only problem is...and i figured if he can image, the stuff i suggested shouldn't be hard. maybe i was wrong? i dunno...
  12. last time i tried uname -a it didn't give the distribution name...maybe i'm not looking at it right...i'll try the cat /proc/version tho, thanks!
  13. what's the best way to determine the distribution of a linux system? i'm posting the question in this forum because i need to be able to do it in a bash script. while i'm at it, what's the easiest way to determine a version of a specific service? I.E. statd, mountd, and the like. (or any program for that matter) assume that RPMs may or may not be the process by which the programs where installed. thanks for any help :)
  14. tyme

    alpha centauri installer

    i don't think alpha centauri is one of the ones that you can just download an installer for and use the windows version. i believe this was ported by loki, and you'd have to hunt down a copy of the linux version.. www.tuxgames.com is a good place to look.
  15. i'm not really sure on the best way to go fixing it, but if you still have that image sitting around.... first off, fdisk and scandisk are crappy windows tools. they won't help you much, as any filesystem other than fat or ntfs makes them loopy and unreliable. pick up a copy of partition magic, if you have the extra cash...not sure what other utils similar to PM are out there, tho. it will come in handy later most likely...always has for me. 1) reformat that 10gig windows partition, from within linux. 2) make a linux bootdisk. this step is important! w/o that boot disk you'll have to go back through the install process w/linux. 3) use that image of yours to reinstall Windows on the now newly formatted and only 10 gig partition. 4) after windows is installed and running, use that bootdisk to get back into linux (windows will most likely overwrite the boot sector-although i haven't had much experience with putting images onto dual-boots in this manner) and set LILO or GRUB back up for the dual boot process. the problem is that windows didn't recognize the resize that linux did. it doesn't like other O/S's screwing with it's setup...those bastards. usually the best course of action is to only allow windows to have as much drive space as you'll want it to be taking up at the end in the very beginning. I.E.: you should have just given it 10 gigs from the get-go, you wouldn't be here if you had :) but alas, mistakes are made, yet they are fixable :) hope this helps! good luck :)
  16. i think i have wing commander 2 somewhere...hiding...or is that the prophecy one? i don't remember...have to look around. strategies frustrate me, also. RPGs really depend on the game-but anything dealing w/space has always struck my interest (Earth & Beyond is a great game for me, combines space flight and RPG style play. tho i miss the dogfight type of combat of freespace.) Majesty? that rings a bell but I don't quite remember it... i'm going to check out DOlson's linux games page sometime in the near future-a lot of those games look interesting.
  17. i agree that games need a certain level of playability. i dunno if you read my posts, but i was simply comparing the ability of the two types of systems (console and PC)-why one works all the time and the other has issues-not considering the games. true-quake gets boring, i never was much for FPS games, they get too repetitive. I love RPGs and space flight combat games with good story lines to go with them. Freespace and Freespace 2 ruled. I still play them, even though the graphics are pretty dated by now, they are what i consider to be the best space flight combat games i've ever played. for some reason i didn't like the star wars series of games...dunno why, just not my thing. now i'm into Earth and Beyond which is only on Windows-I wish someone would release a good space related MMORPG for Linux (i've seen a few that are out there-they aren't very extensive-if anyone knows of a good one let me know). anyways...i agree...heated discussion or not, we all want the same thing. more games for linux. let's direct our energies towards that goal instead of fighting amongst ourselves :-)
  18. tyme

    How start Fluxbox?

    that'll work if you're starting from the console. if you're logging in from a graphical interface, kdm or gdm, it takes a slight bit more work...although i don't remember how to do it, hehehe
  19. the noarch ones are just not architecture specific, i.e. i386/486/586/686-most likely you will still need them.
  20. yes-should be an option in the bios for that. edit: if not, pull out your mobo manual and look for a jumper that does it for you. it's either an on-board jumper or in the bios...but most likely it's in the bios.
  21. that's not what i meant....i was just being sarcastic, about myself, not about you...i never thought you were trying to be all high and mighty-you know more than i do, that's all. was just admitting to that fact :)
  22. thanks! i'll check them out. and depending on the prices, i _may_ be able to fork over some money
  23. tyme

    Game icons

    when you do, let me know. i need to work on getting freespace 2 working..along w/some other games i hear work.
  24. just beat me over the head and call me retarded...i tend to go off on things before i know as much as i should know-what can i say? i'm hot-headed.... I still think WineX is useful, to an extent. I never said I agree w/transgamings ethics or way of handling things. nor do i think any company should ever use WneX as an excuse to not port their game to linux-it is sad that they do. nonetheless......i'll shut up now since i'm not worthy...
  25. did you have the printer plugged in and turned on during the install? just curious-mandrake _should_ have detected it, i believe... although guessing what model it is from the way it looks is always a bit risky :) anywho...good luck and if you get any further and find a resolution post it here for others who might be having the same trouble :)
×
×
  • Create New...