Jump to content

illogic-al

Members
  • Posts

    544
  • Joined

  • Last visited

Everything posted by illogic-al

  1. wolf did you try it as root? agpgart comes with the kernel... unless you recompiled your own...
  2. paste your /etc/fstab file in here?
  3. good to know i'll append that to the cooker bug report once i find it again
  4. oh and has apache sucessfully started? you should make sure you can see http://localhost
  5. never used it since i already had my sources set up. but it grabs a lit of mirrors from a database on the web and automatically writes the entries for urpmi
  6. gimp 2 is awesome. even if it is all gtk (for now)
  7. I've done a couple of sites totally in quanta so it's not all that bad, but no, dreamweaver it's not. yet :)
  8. afaik (from cooker mailing list) the FAILED is as a result of setting the network hotplugging setting. Unchecking it in drakconnect supposedly fixes the problem. I haven't bothered trying because it works fine anyways.
  9. urpmi urpmi.setup this little beauty does it for you too :)
  10. add this at the top of your spec file: %define __libtoolize true
  11. /me giggles. anyhoo! about php. in the file /etc/httpd/conf.d/70_mod_php.conf <IfDefine HAVE_PHP4> <IfModule !mod_php4.c> LoadModule php4_module extramodules/mod_php4.so </IfModule> </IfDefine> <IfModule mod_php4.c> PHPINIDir /etc </IfModule> <IfModule mod_mime.c> AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd-php .phtml AddType application/x-httpd-php-source .phps </IfModule> as you can see i've opted to have .php, .php4, .phtml and .phps interpreted as php pages mayhaps something is amiss with your config here?
  12. are you using 10.0 CE? the update source is currently the cooker tree (which is frozen so only bugfixes are being submitted)
  13. my way's not as simple but here it is as root X& su - username export DESKTOP=:0 /path/to/game if your desktop is different for whatever reason insert that number
  14. does menudrake not work? if so you can use that to add menu entries I'm no xfce guru so i wouldn't know more
  15. illogic-al

    UT2004 Demo

    and just cuz i care and wan't people top play, me too! ftp://ftp.i-kubed.org/Media/ut2k4 get the .bz2 something happened when i tried to set up the dedicated server so it wont be up. but in the meantime, leech brethren, leech!
  16. is this normal UT2003, UT2004 or game of the year edition
  17. Browse: [About the FAQ Forum] [Table of Contents] [FAQs] [Contribute] [GE: Games-Emulation] GE-02: How to install winex from cvs 1. Go to the Transgaming Website 2. Scroll all the way down and hit I Agree if you do. 3. Open up a console. 4. Type cvs -d:pserver:cvs@cvs.transgaming.org:/cvsroot login When prompted for the password enter "cvs" then, again in the console type cvs -z3 -d:pserver:cvs@cvs.transgaming.org:/cvsroot co winex 5. Change into the new winex directory cd winex 6. Now to set some config options. Since this is the first time I'm doing this, for no particular reason, hear are mine: ./configure --prefix=/usr --with-x --enable-opengl I tried adding --enable-sdldrv but got an error after installing libSDL1.2-devel and then just gave up. [*]Note: I came back to this and found that I had to do the configure step as root to have sdl-config work. The ammended command while logged in as root was ./configure --prefix=/usr --with-x --enable-sdldrv --enable-opengl 7. You may need to install some devel and other rpms, here's the list of what I had to install: byacc flex libxfree86-devel libMesaglut3-devel libalsa2-devel (for Alsa drivers) kernel-source (for OSS drivers) libfreetype6-devel libfontconfig1-devel 8. After taking care of dependencies it's time to start the build. I did make depend && make and waited. 9. After all that niceness make install brings it all home and finishes out the install. 10. I suppose now you'll want to configure wine to install games. Unfortunately there are different install methods for different games so you'll have to look to google for an answer to that one
  18. what?! no lmsensors? ain't that a rip. I'll be holding off on 2.6 then, I need to always know the temp of my PC since I'm overclocking. /me sits patiently waiting for the 2.6 port
  19. we have the bash script MASTER aru to thank for that :)
×
×
  • Create New...