Jump to content

ShadowFoxLSU

Members
  • Posts

    182
  • Joined

  • Last visited

Everything posted by ShadowFoxLSU

  1. First try to run XMMS from the console. If you get an error, post it here, I will try to help. If not, go to Kmixer, or gnome's sound widget, and make sure that the sound is not muted. (I had a similar problem, and it was because the sound was off by default)
  2. Good I'd go with an nforce2 based motherboard if you are worried about money. Both work great and have built-in support in the 2.6.X kernel Good, I'd get more, but I am a gamer... Both work under linux (both are in my secondary PC) It's a floppy! No clue.. just make sure it doesnt require windows It's an OK card. If you can, spluge for a 5600 FX Both work, but if your on a budget, I'd go with the nforce2 based motherboard and axe both of these peices You can never have too much space 350Watts is more than enough if you are not overclocking.
  3. Personally, I perfer the new 9and old) gimp to Photoshop (though I do use photoshop at work..). One day I will suprize you guys with some art...
  4. fissy, I dont think you can....
  5. I've had it since the day I started this thread, but I need to go buy some more CD-R's. Sigh, poor and a college student
  6. The second test of Fedora Core 2 is now live. Distrowatch report
  7. There is a great frontend for visualboy advance called gnomeboyadvance, give it a try
  8. I am going to add another Knoppix based distro to this battle.... ...Overclockix. The latest version is based off of Knoppix 3.4 C't . It comes with Gnome, KDE and Fluxbox installed and does sync up perfectly with the debian sources. I installed it to the HDD and got both Enemy Territory and UT2004 to run, along with installing the NVidia drivers. Try it out if your/ or your friend is a gamer.
  9. The first bug deals with both the demo and retail game If you install the game and try run "ut2004" and get the error: The fix is simple: Create a symbolic link to your Opel GL libraries in /usr/games/ut2004/System. To do this: That should correct the error. If you find another common bug feel free to add to it to this topic.
  10. 1) When you do a Knoppix HDD install, always choose debian style. Knoppix style will not work when using apt-get 2) Knoppix is created from the debian "unstable" directory.... why are you fooling with testing? 3) Knoppix 3.4 is coming out real soon. Also Overclockix is a rip of Knoppix 3.4 ct. Unlike the normal knoppix it has gnome, but is missing some other software.
  11. Strange -- I didnt have that problem......... then again Maxtor hard drives are not the best to get for system level storge (they are fine for data).
  12. Strange eh? My sound works perfectly with every other application in MDK 10 , except for Enemy Territory. Any ideas?
  13. Guys, I think I found MDK 10's weakness. Their custom kernel sucks. Seriously, I couldnt get MDK 10 to run for 30 minutes without a hard lock. I downloaded the 2.6.4 kernel source from kernel.org and compiled a vanilla kernel. It's now very stable. So try that out and tell me if that fixes the problem.
  14. Damn... so why can I download Windows Media player from their website if it is so vital?
  15. phunni, Where do you live, I need to aliviate you of that problem..... Seriously though, I am thinking about buying one, what do you think of it?
  16. Anyway, I am trying to compile my nforce drivers for fedora core 2 test 1. Yet I get error hell, any ideas? Error Message (Source): [root@localhost nforce]# ls GNULicense.txt nvaudio NVLicense.txt ReleaseNotes.html Makefile nvgart nvnet [root@localhost nforce]# make make -C nvnet make[1]: Entering directory `/mnt/games/nforce/nvnet' cc -c -Wall -DLINUX -DMODULE -DEXPORT_SYMTAB -D__KERNEL__ -O -Wstrict-prototypes -DCONFIG_PM -fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -DMODULE -I/lib/modules/2.6.1-1.65/build/include nvnet.c In file included from /lib/modules/2.6.1-1.65/build/include/asm/irq.h:16, from /lib/modules/2.6.1-1.65/build/include/linux/irq.h:20, from /lib/modules/2.6.1-1.65/build/include/asm/hardirq.h:6, from /lib/modules/2.6.1-1.65/build/include/linux/interrupt.h:11, from nvnet.h:30, from nvnet.c:21: /lib/modules/2.6.1-1.65/build/include/asm/irq_vectors.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function) /lib/modules/2.6.1-1.65/build/include/asm/irq_vectors.h:31: error: `NR_IRQS' undeclared here (not in a function) /lib/modules/2.6.1-1.65/build/include/asm/irq_vectors.h:117: warning: `struct hw_interrupt_type' declared inside parameter list /lib/modules/2.6.1-1.65/build/include/asm/irq_vectors.h:117: warning: its scope is only this definition or declaration, which is probably not what you want In file included from /lib/modules/2.6.1-1.65/build/include/asm/hardirq.h:6, from /lib/modules/2.6.1-1.65/build/include/linux/interrupt.h:11, from nvnet.h:30, from nvnet.c:21: /lib/modules/2.6.1-1.65/build/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function) nvnet.c: In function `linuxlockacquire': nvnet.c:127: warning: dereferencing `void *' pointer nvnet.c:127: error: request for member `magic' in something not a structure or union nvnet.c:127: warning: dereferencing `void *' pointer nvnet.c:127: error: request for member `lock' in something not a structure or union nvnet.c:127: warning: dereferencing `void *' pointer nvnet.c:127: error: request for member `babble' in something not a structure or union nvnet.c:127: warning: dereferencing `void *' pointer nvnet.c:127: error: request for member `babble' in something not a structure or union nvnet.c:127: warning: dereferencing `void *' pointer nvnet.c:127: error: request for member `module' in something not a structure or union nvnet.c:127: warning: dereferencing `void *' pointer nvnet.c:127: error: request for member `owner' in something not a structure or union nvnet.c:127: warning: dereferencing `void *' pointer nvnet.c:127: error: request for member `oline' in something not a structure or union nvnet.c:127: warning: dereferencing `void *' pointer nvnet.c:127: error: request for member `lock' in something not a structure or union nvnet.c:127: warning: dereferencing `void *' pointer nvnet.c:127: error: request for member `owner' in something not a structure or union nvnet.c:127: warning: dereferencing `void *' pointer nvnet.c:127: error: request for member `oline' in something not a structure or union nvnet.c: In function `linuxlockrelease': nvnet.c:136: warning: dereferencing `void *' pointer nvnet.c:136: error: request for member `magic' in something not a structure or union nvnet.c:136: warning: dereferencing `void *' pointer nvnet.c:136: error: request for member `lock' in something not a structure or union nvnet.c:136: warning: dereferencing `void *' pointer nvnet.c:136: error: request for member `babble' in something not a structure or union nvnet.c:136: warning: dereferencing `void *' pointer nvnet.c:136: error: request for member `babble' in something not a structure or union nvnet.c:136: warning: dereferencing `void *' pointer nvnet.c:136: error: request for member `module' in something not a structure or union nvnet.c:136: warning: dereferencing `void *' pointer nvnet.c:136: error: request for member `lock' in something not a structure or union nvnet.c: In function `nvnet_open': nvnet.c:735: warning: passing arg 2 of `request_irq' from incompatible pointer type nvnet.c: In function `nvnet_remove': nvnet.c:1248: error: structure has no member named `driver_data' make[1]: *** [nvnet.o] Error 1 make[1]: Leaving directory `/mnt/games/nforce/nvnet' make: *** [nvnet_make] Error 2 NOTE: moved to Other Linux Distributions by tyme
  17. In Relpy to #1 Humm, truthfullu why are you worried about updating? Unlike Windows you cant update everypeice individually. ot through apt/yum/portage the whole system at once. MDK is easier to install than say slackware, debian, or BSD (BSD is not linux, but it is a free UNIX) but lacks yum/apt-get (yes urpmi is there, I dont like it -- I've destryoed my system one to many times with it). I would like to encourgae you to try out Debian, Fedora and FreeBSD. You will learn a lot, but you will also find one that suits you well
  18. Well, I've been knowing that this is coming, but my poor little Pavilion N5425 laptop is on it's last legs. My 2 year service plan ended a few months ago and the second LCD is dying (I had one repleaced because the LCD died). This slow thing will be turned into a server, but I still use a laptop for my day to day biddings at work/school and at coffee shops. I dont really need one that I can play games on, but a decent graphics card would be nice. Any suggestions? Right now I am leaning towards an Apple iBook/Powerbook or a Centrino based laptop.
  19. ShadowFoxLSU

    Pirates!

    Puzzle Pirates got mentioned on Penny-Arcade Wednesday, I have yet to play it... just havent had the time.
  20. I had an ATI 9000 Pro Readon card, trying to set it up drove to the point, and I bought a Nvidia 5600 FX Ultra and I am happy I did
  21. EQ's being made my Sony.... so if you ask really nice they might think about it.
  22. ShadowFoxLSU

    UT2004 Demo

    I forgot to add that we have a the file on our server 3DAP guild's Linux UT2K4 demo 3DAP guild's Win UT2K4 demo
  23. You have a small problem, You need to install the kernel source, and Mandrake NO LONGER INCLUDES IT IN THEIR distro. It's the main reason why I switched from MDK. Anyway, get a CD-RW and a working internet connection and hunt down the kernel source.
  24. I use Fedora FC1 (modified; Desktop and Server) and debian (laptop) almost exclusivly (I swear, I will stop playing Warcraft 3..... I can quit any time i want..)
  25. Well considering I am the Feodra whore... I am downlonading it right now, unfortunalty, I need to go buy some more blank CD=Rs
×
×
  • Create New...