Jump to content

paul

Admin
  • Posts

    5611
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by paul

  1. Sorry, paul, I stole your thunder ;)

     

    :P yes you did !!! :P

    I have a file called /usr/bin/transterm and another called su_transterm

    this is /usr/bin/transterm

    paul@trinity paul $ cat /usr/bin/transterm 
    
    #!/bin/bash
    
    aterm -fade 66 -shading 50 -tr -trsb -sr -st -sl 2000 -bg black -fg white -fn -*-lucidatypewriter-medium-r-normal-*-12-*-*-*-*-*-*-* -sb -name aterm -T 'Transparent aTerm' -loginShell
    
    paul@trinity paul $

     

    this is su_transterm

    paul@trinity paul $ cat /usr/bin/su_transterm 
    
    #!/bin/bash
    
    aterm -fade 66 -shading 50 -tr -trsb -sr -st -sl 2000 -bg black -fg white -fn -*-lucidatypewriter-medium-r-normal-*-12-*-*-*-*-*-*-* -sb -name aterm -T 'Transparent aTerm' -e su -
    
    paul@trinity paul $

    this way I don't have to remember that damn long command anymore :D

     

    altho SDMF has some interesting ideas, I didn't know you could do it with .Xresources :oops:

     

    actually the transparent thing you've got round the wrong way ... Esetroot is much better to use for backgrounds, Esetroot has been written much better. less memory use, etc etc etc

     

    I have 2 dockapps running

    wmCalClock & wmix

    both of them I got from *the dockapp warehouse*

    http://www.bensinclair.com/dockapp/

     

    icons are done with idesk http://linuxhelp.hn.org/idesk.php

    there is also fbdesk http://fluxbox.sourceforge.net/fbdesk/

  2. I can almost lay money that it will be msec

    edit /etc/postfix/aliases and put your self in the root aliases

    example:

    # CHANGE THIS LINE to an account of a HUMAN
    
    root:           paul@mandrakeusers.org

    after that run

    postalias /etc/postfix/aliases

    then you will recieve emails from msec and other services ... it should tell you when it changes things

  3. yes .. on further inspection .. this is what I have

        # To use server-parsed HTML files
    
       #
    
       AddType text/html .shtml
    
       AddHandler server-parsed .shtml

     

    and this

     

    <Directory /var/www/html/loudas.com>
    
       Options Indexes FollowSymLinks MultiViews
    
       AllowOverride All
    
       Order allow,deny
    
       Allow from all
    
    </Directory>

     

    and it works fine

  4. I think you should comment out the Addtype and AddHandler for SSI because Mandrake uses mod_ssi doesn't it? therefore its a *part* of apache already ...

     

    I think ... or maybe I'm full of crap :? :P

  5. This is a well known issue with RendelAccel option on the nvidia drivers. The 3123 drivers have it enabled while the 4191 drivers have it disabled by default. Nothing to do with the kernel.

     

    so does this mean I will get different results between 3123 and 4191 ???

    and in that case which is better?

  6. have a look at this and see if this helps

    paul@trinity paul $ xrandr --help
    
    usage: xrandr [options]
    
     where options are:
    
     -display <display> or -d <display>
    
     -help
    
     -o <normal,inverted,left,right,0,1,2,3>
    
               or --orientation <normal,inverted,left,right,0,1,2,3>
    
     -q        or --query
    
     -s <size>/<width>x<height> or --size <size>/<width>x<height>
    
     -r <rate> or --rate <rate>
    
     -v        or --version
    
     -x        (reflect in x)
    
     -y        (reflect in y)
    
     --screen <screen>
    
     --verbose
    
    paul@trinity paul $

  7. I know a few of you are already using xfree4.3.

    anon !! DragonMage ???

    so what are the cool new things?

    and where can I find some interesting cursors ... and don't say red-dot coz I didn't think that was so cool :(

×
×
  • Create New...