Search Results - JustLinux Forums


Search:

Type: Posts; User: frogb

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    709

    For the xterm, scroll down to __ACLASS __BGN ...

    For the xterm, scroll down to

    __ACLASS __BGN
    __NAME KEYBINDINGS
    __TYPE __TYPE_GLOBAL

    Right after type
    __KEY F12
    __EVENT __KEY_PRESS
    __ACTION __A_EXEC xterm
  2. Thread: sdl-config

    by frogb
    Replies
    1
    Views
    2,759

    You need the SDL-devel package:...

    You need the SDL-devel package:
    http://www.libsdl.org/release/SDL-devel-1.2.5-1.i386.rpm
    or check the SuSE cds
  3. Replies
    1
    Views
    550

    Choose setup from the main menu. C for config and...

    Choose setup from the main menu. C for config and then scroll down to customized-hdrs. Hit enter and change that to:
    From: <me@domain.net>
  4. I've seen keyboards like this before, overpriced...

    I've seen keyboards like this before, overpriced as well, but this is not for common use. You'd have to actually buy one and throw away what came with your computer. Without any good reason, that's...
  5. Thread: pan news reader

    by frogb
    Replies
    2
    Views
    528

    news.newusers.questions is a usenet group, not a...

    news.newusers.questions is a usenet group, not a server. Most ISPs would give you a server to access. If not there's always http://news.cis.dfn.de/ or some random free server to try.
  6. Thread: kmail

    by frogb
    Replies
    1
    Views
    813

    Tools->Create Filter->On From Check the email...

    Tools->Create Filter->On From
    Check the email address and select send to trash or some other folder for it.
  7. Thread: slackware 8.1

    by frogb
    Replies
    2
    Views
    758

    Download whatever cdburning program you want. I'd...

    Download whatever cdburning program you want. I'd recommend k3b http://k3b.sourceforge.net/ but first upgrade cdrtools...
  8. Thread: email word wrap

    by frogb
    Replies
    1
    Views
    1,137

    email word wrap

    Shouldn't all text email be broken down into 72 characters per line? The emails from this forum don't seem to have any wrapping at all. I'm probably just being stupid here but why is that?
  9. Replies
    8
    Views
    1,194

    CVS is concurrent versions system and used mainly...

    CVS is concurrent versions system and used mainly by programmers. I don't know all the details but it helps when alot of people want to contribute to a project at the same time.

    The thing about...
  10. Thread: Media Buttons

    by frogb
    Replies
    6
    Views
    750

    For the keyboard, I used lineak:...

    For the keyboard, I used lineak:
    http://lineak.sourceforge.net/
  11. Replies
    4
    Views
    748

    Look at dri http://dri.sourceforge.net/ If...

    Look at dri http://dri.sourceforge.net/

    If your card is supported then editing /etc/X11/XF86Config and adding 'Load "dri"' under Module and adding:
    Section "DRI"
    Mode 0666
    EndSection...
  12. Replies
    5
    Views
    843

    A fat32 partition should do. Edit the file...

    A fat32 partition should do. Edit the file /etc/fstab in linux. Find the harddrive and change the third column to vfat.
  13. Replies
    4
    Views
    505

    yes, start it with "mozilla -splash"

    yes, start it with "mozilla -splash"
  14. Thread: Unreal-Engine

    by frogb
    Replies
    6
    Views
    702

    Deux Ex works quite well with winex. If you...

    Deux Ex works quite well with winex. If you haven't used wine or winex before it may take a bit of work. Winex is at http://www.transgaming.com/ and various guides are available on the internet.
  15. Replies
    1
    Views
    653

    Have you set QTDIR with "export...

    Have you set QTDIR with "export QTDIR=/path/to/qtdir"
    check with "echo $QTDIR"

    otherwise run "./configure --help" and look for an option like "with-qt-dir" and try using that.
  16. Thread: Unreal-Engine

    by frogb
    Replies
    6
    Views
    702

    unreal gold (ut mod):...

    unreal gold (ut mod):
    http://icculus.org/~ravage/unreal/unrealgold/

    unreal tournament:
    http://lokigames.com/products/ut/updates.php3

    I don't think unreal 2 will work. Try searching this...
  17. Replies
    6
    Views
    547

    How do you connect? Usually "killall pppd" or...

    How do you connect? Usually "killall pppd" or "ppp-stop" would do it.
  18. Replies
    2
    Views
    3,198

    xscreensaver's fine, just execute "xscreensaver"...

    xscreensaver's fine, just execute "xscreensaver" when icewm loads and then "xscreensaver-demo" to configure it. You'd probably want to autostart it either in a .xinitrc file or with an icewm file but...
  19. Thread: C++ freeware

    by frogb
    Replies
    4
    Views
    805

    yes, gcc is the compiler, you should either have...

    yes, gcc is the compiler, you should either have it installed or on a RedHat CD. To begin with you would probably want an IDE to edit, run, debug and stuff. Try kdevelop (part of KDE) or Anjuta then...
  20. Replies
    1
    Views
    607

    I had Slackware 8.1 and FreeBSD 4.7 together on...

    I had Slackware 8.1 and FreeBSD 4.7 together on my computer. Both of them can be installed anywhere on the Hard Drive so the order you install them doesn't matter. Lilo worked fine, Grub might do as...
  21. Replies
    3
    Views
    2,374

    Have you tried dia? It comes with gnome...

    Have you tried dia? It comes with gnome
    http://www.lysator.liu.se/~alla/dia/
  22. Replies
    8
    Views
    578

    I had to get some sleep. rm deletes files so use...

    I had to get some sleep. rm deletes files so use "rm /usr/bin/autoconf"

    A good guide to look through would be this one:
    http://rute.2038bug.com/rute.html.gz
  23. Replies
    8
    Views
    578

    ok. /usr/local/bin/autoconf is the newer version....

    ok. /usr/local/bin/autoconf is the newer version. I'm not sure if you should install it in /usr/local and delete the old one or install it in /usr and replace the old one.

    A simple fix just now...
  24. Replies
    8
    Views
    578

    It might have installed in the wrong place. Try...

    It might have installed in the wrong place. Try "whereis autoconf" and "which autoconf"
  25. Replies
    8
    Views
    578

    What does "autoconf --version" say?

    What does "autoconf --version" say?
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4