X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2FXScreenSaver.ad.in;h=35bf033d26850d7f7448e7732e9a9c9529c8f59e;hp=65eccd0aa3843314cc1b876bf94377da657efa06;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca diff --git a/driver/XScreenSaver.ad.in b/driver/XScreenSaver.ad.in index 65eccd0a..35bf033d 100644 --- a/driver/XScreenSaver.ad.in +++ b/driver/XScreenSaver.ad.in @@ -4,8 +4,8 @@ ! a screen saver and locker for the X window system ! by Jamie Zawinski ! -! version 4.16 -! 12-May-2004 +! version 5.24 +! 07-Dec-2013 ! ! See "man xscreensaver" for more info. The latest version is always ! available at http://www.jwz.org/xscreensaver/ @@ -28,22 +28,24 @@ ! /* (xrdb prevention kludge: whole file) +*mode: random *timeout: 0:10:00 *cycle: 0:10:00 *lockTimeout: 0:00:00 *passwdTimeout: 0:00:30 *dpmsEnabled: False +*dpmsQuickoffEnabled: False *dpmsStandby: 2:00:00 *dpmsSuspend: 2:00:00 *dpmsOff: 4:00:00 *grabDesktopImages: True *grabVideoFrames: False -*chooseRandomImages: False -*imageDirectory: +*chooseRandomImages: @DEFAULT_IMAGES_P@ +! This can be a local directory name, or the URL of an RSS or Atom feed. +*imageDirectory: @DEFAULT_IMAGE_DIRECTORY@ *nice: 10 *memoryLimit: 0 *lock: False -*lockVTs: True *verbose: False *timestamp: True *fade: True @@ -56,6 +58,12 @@ *captureStderr: True *ignoreUninstalledPrograms: False +*textMode: file +*textLiteral: XScreenSaver +*textFile: @DEFAULT_TEXT_FILE@ +*textProgram: fortune +*textURL: http://en.wikipedia.org/w/index.php?title=Special:NewPages&feed=rss + *overlayTextForeground: #FFFF00 *overlayTextBackground: #000000 *overlayStderr: True @@ -63,10 +71,12 @@ ! The default is to use these extensions if available (as noted.) *sgiSaverExtension: True -*mitSaverExtension: False *xidleExtension: True *procInterrupts: True +! Turning this on makes pointerHysteresis not work. +*xinputExtensionDev: False + ! Set this to True if you are experiencing longstanding XFree86 bug #421 ! (xscreensaver not covering the whole screen) GetViewPortIsFullOfLies: False @@ -77,19 +87,37 @@ GetViewPortIsFullOfLies: False ! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.) *prefsCommand: xscreensaver-demo -prefs -! This is the URL that the "Help" button on the splash screen loads. +! This is the URL loaded by the "Help" button on the splash screen, +! and by the "Documentation" menu item in xscreensaver-demo. *helpURL: http://www.jwz.org/xscreensaver/man.html -! This is how the "Help" button loads URLs (/bin/sh syntax.) -! The "helpURL" will be substituted for up to two occurrences of "%s". -@GNOMEHELP_N@*loadURL: mozilla '%s' || netscape '%s' -@GNOMEHELP_Y@*loadURL: gnome-url-show '%s' || gnome-moz-remote --newwin '%s' - -! This is what the "Manual" button in xscreensaver-demo runs (/bin/sh syntax.) -@GNOMEHELP_N@*manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \ -@GNOMEHELP_N@ -e /bin/sh -c 'man "%s" ; read foo' -! For GNOME systems: -@GNOMEHELP_Y@*manualCommand: yelp 'man:%s' || gnome-help-browser 'man:%s' +! loadURL -- how the "Help" buttons load the helpURL (/bin/sh syntax.) +! manualCommand -- how the "Documentation" buttons display man pages. +! +! And there are so very many options to choose from! +! +! Gnome 2.4, 2.6: (yelp can't display man pages, as of 2.6.3) +! +@GNOME24@*loadURL: @WITH_BROWSER@ '%s' +@GNOME24@*manualCommand: gnome-terminal --title '%s manual' \ +@GNOME24@ --command '/bin/sh -c "man %s; read foo"' +! +! Gnome 2.2: +! +@GNOME22@*loadURL: gnome-url-show '%s' +@GNOME22@*manualCommand: gnome-terminal --title '%s manual' \ +@GNOME22@ --command '/bin/sh -c "man %s; read foo"' +! +! Gnome 1.4: +! +! *loadURL: gnome-moz-remote --newwin '%s' +! *manualCommand: gnome-help-browser 'man:%s' +! +! non-Gnome systems: +! +@NOGNOME@*loadURL: firefox '%s' || mozilla '%s' || netscape '%s' +@NOGNOME@*manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \ +@NOGNOME@ -e /bin/sh -c 'man "%s" ; read foo' ! The format used for printing the date and time in the password dialog box @@ -101,6 +129,14 @@ GetViewPortIsFullOfLies: False ! *dateFormat: %H:%M +! This command is executed by the "New Login" button on the lock dialog. +! (That button does not appear on the dialog if this program does not exist.) +! For Gnome: probably "gdmflexiserver -ls". KDE, probably "kdmctl reserve". +! Or maybe yet another wheel-reinvention, "lxdm -c USER_SWITCH". +! +@NEW_LOGIN_COMMAND_P@*newLoginCommand: @NEW_LOGIN_COMMAND@ + + ! Turning on "installColormap" on 8-bit systems interacts erratically with ! certain jurassic window managers. If your screen turns some color other ! than black, the window manager is buggy, and you need to set this resource @@ -120,259 +156,211 @@ GetViewPortIsFullOfLies: False ! screen savers interactively. ! *programs: \ - "Qix (solid)" qix -root -solid -segments 100 \n\ - "Qix (transparent)" qix -root -count 4 -solid -transparent \n\ - "Qix (linear)" qix -root -count 5 -solid -transparent \ - -linear -segments 250 -size 100 \n\ -- "Qix (xor)" qix -root -linear -count 5 -size 200 \ - -spread 30 -segments 75 -solid -xor \n\ - \ - "Attraction (balls)" attraction -root -mode balls \n\ - "Attraction (lines)" attraction -root -mode lines -points 3 \ - -segments 200 \n\ -- "Attraction (poly)" attraction -root -mode polygons \n\ - "Attraction (splines)" attraction -root -mode splines -segments \ - 300 \n\ - "Attraction (orbital)" attraction -root -mode lines -radius 300 \ - -orbit -vmult 0.5 \n\ - \ - pyro -root \n\ - rocks -root \n\ + maze -root \n\ +@GL_KLUDGE@ GL: superquadrics -root \n\ + attraction -root \n\ + blitspin -root \n\ + greynetic -root \n\ helix -root \n\ - pedal -root \n\ - rorschach -root -offset 7 \n\ hopalong -root \n\ - greynetic -root \n\ imsmap -root \n\ - slidescreen -root \n\ +- noseguy -root \n\ +- pyro -root \n\ + qix -root \n\ +- rocks -root \n\ + rorschach -root \n\ decayscreen -root \n\ - jigsaw -root \n\ - blitspin -root -grab \n\ - slip -root \n\ - distort -root \n\ - spotlight -root \n\ - "Ripples (oily)" ripples -root -oily -light 2 \n\ - "Ripples (stir)" ripples -root -oily -light 2 -stir \n\ - "Ripples (desktop)" ripples -root -water -light 6 \n\ - hypercube -root \n\ -- hyperball -root \n\ - halo -root \n\ - maze -root \n\ - noseguy -root \n\ flame -root \n\ - lmorph -root \n\ + halo -root \n\ + slidescreen -root \n\ + pedal -root \n\ + bouboule -root \n\ +- braid -root \n\ + coral -root \n\ deco -root \n\ - moire -root \n\ - moire2 -root \n\ - lightning -root \n\ - strange -root \n\ - spiral -root \n\ - laser -root \n\ - grav -root \n\ - "Grav (trails)" grav -root -trail -decay \n\ drift -root \n\ +- fadeplot -root \n\ + galaxy -root \n\ + goop -root \n\ + grav -root \n\ ifs -root \n\ +@GL_KLUDGE@ GL: jigsaw -root \n\ julia -root \n\ +- kaleidescope -root \n\ +@GL_KLUDGE@ GL: moebius -root \n\ + moire -root \n\ +@GL_KLUDGE@ GL: morph3d -root \n\ + mountain -root \n\ + munch -root \n\ penrose -root \n\ - sierpinski -root \n\ - braid -root \n\ - galaxy -root \n\ - bouboule -root \n\ - swirl -root \n\ - flag -root \n\ - sphere -root \n\ - forest -root \n\ - lisa -root \n\ - lissie -root \n\ - goop -root -max-velocity 0.5 -elasticity \ - 0.9 \n\ +@GL_KLUDGE@ GL: pipes -root \n\ + rd-bomb -root \n\ +@GL_KLUDGE@ GL: rubik -root \n\ +- sierpinski -root \n\ + slip -root \n\ +@GL_KLUDGE@ GL: sproingies -root \n\ starfish -root \n\ - "Starfish (blob)" starfish -root -blob \n\ - munch -root \n\ - mismunch -root \n\ - fadeplot -root \n\ - coral -root -delay 0 \n\ - mountain -root \n\ - triangle -root -delay 1 \n\ - worm -root \n\ - rotor -root \n\ - ant -root \n\ - demon -root \n\ - loop -root \n\ - vines -root \n\ - kaleidescope -root \n\ + strange -root \n\ + swirl -root \n\ + triangle -root \n\ xjack -root \n\ - xlyap -root -randomize \n\ + xlyap -root \n\ +@GL_KLUDGE@ GL: atlantis -root \n\ + bsod -root \n\ +@GL_KLUDGE@ GL: bubble3d -root \n\ +@GL_KLUDGE@ GL: cage -root \n\ +- crystal -root \n\ cynosure -root \n\ - flow -root \n\ + discrete -root \n\ + distort -root \n\ epicycle -root \n\ + flow -root \n\ +- GL: glplanet -root \n\ interference -root \n\ - truchet -root -randomize \n\ - bsod -root \n\ - crystal -root \n\ - discrete -root \n\ kumppa -root \n\ - rd-bomb -root \n\ - "RD-Bomb (mobile)" rd-bomb -root -speed 1 -size 0.1 \n\ - sonar -root \n\ - t3d -root \n\ - penetrate -root \n\ - deluxe -root \n\ +@GL_KLUDGE@ GL: lament -root \n\ + moire2 -root \n\ +@GL_KLUDGE@ GL: sonar -root \n\ +@GL_KLUDGE@ GL: stairs -root \n\ + truchet -root \n\ +- vidwhacker -root \n\ + blaster -root \n\ + bumps -root \n\ + ccurve -root \n\ compass -root \n\ + deluxe -root \n\ +- demon -root \n\ +@GLE_KLUDGE@ GL: extrusion -root \n\ +- loop -root \n\ + penetrate -root \n\ + petri -root \n\ + phosphor -root \n\ +@GL_KLUDGE@ GL: pulsar -root \n\ + ripples -root \n\ + shadebobs -root \n\ +@GL_KLUDGE@ GL: sierpinski3d -root \n\ + spotlight -root \n\ squiral -root \n\ - xflame -root \n\ wander -root \n\ - "Wander (spots)" wander -root -advance 0 -size 10 -circles \ - -length 10000 -reset 100000 \n\ - critical -root \n\ - phosphor -root \n\ +- webcollage -root \n\ + xflame -root \n\ xmatrix -root \n\ - petri -root -size 2 -count 20 \n\ - "Petri 2" petri -root -minlifespeed 0.02 \ - -maxlifespeed 0.03 -minlifespan 1 \ - -maxlifespan 1 -instantdeathchan 0 \ - -minorchan 0 -anychan 0.3 \n\ - shadebobs -root \n\ - ccurve -root \n\ - blaster -root \n\ - bumps -root \n\ - xteevee -root \n\ - xanalogtv -root \n\ - xspirograph -root \n\ - nerverot -root \n\ -- "NerveRot (dense)" nerverot -root -count 1000 \n\ -- "NerveRot (thick)" nerverot -root -count 100 -line-width 4 \ - -max-nerve-radius 0.8 -nervousness 0.5 -db \n\ +@GL_KLUDGE@ GL: gflux -root \n\ +- nerverot -root \n\ xrayswarm -root \n\ -- "Zoom (Fatbits)" zoom -root \n\ - "Zoom (Lenses)" zoom -root -lenses \n\ + xspirograph -root \n\ +@GL_KLUDGE@ GL: circuit -root \n\ +@GL_KLUDGE@ GL: dangerball -root \n\ +- GL: dnalogo -root \n\ +@GL_KLUDGE@ GL: engine -root \n\ +@GL_KLUDGE@ GL: flipscreen3d -root \n\ +@GL_KLUDGE@ GL: gltext -root \n\ +@GL_KLUDGE@ GL: menger -root \n\ +@GL_KLUDGE@ GL: molecule -root \n\ rotzoomer -root \n\ -- "RotZoomer (mobile)" rotzoomer -root -move \n\ -- "RotZoomer (sweep)" rotzoomer -root -sweep \n\ + speedmine -root \n\ +@GL_KLUDGE@ GL: starwars -root \n\ +@GL_KLUDGE@ GL: stonerview -root \n\ + vermiculate -root \n\ whirlwindwarp -root \n\ - "WhirlyGig" whirlygig -root \n\ - "SpeedMine" speedmine -root \n\ - "SpeedWorm" speedmine -root -worm \n\ - vermiculate -root \n\ - twang -root \n\ - apollonian -root \n\ - euler2d -root \n\ - "Euler2d (dense)" euler2d -root -count 4000 -eulertail 400 \ - -ncolors 230 \n\ -- juggle -root \n\ - polyominoes -root \n\ -- thornbird -root \n\ - fluidballs -root \n\ - anemone -root \n\ - halftone -root \n\ - metaballs -root \n\ - eruption -root \n\ - popsquares -root \n\ - barcode -root \n\ - piecewise -root \n\ - cloudlife -root \n\ - "FontGlide" fontglide -root -page \n\ - "FontGlide (scroller)" fontglide -root -scroll \n\ + zoom -root \n\ + anemone -root \n\ + apollonian -root \n\ +@GL_KLUDGE@ GL: boxed -root \n\ +@GL_KLUDGE@ GL: cubenetic -root \n\ +@GL_KLUDGE@ GL: endgame -root \n\ + euler2d -root \n\ + fluidballs -root \n\ +@GL_KLUDGE@ GL: flurry -root \n\ +- GL: glblur -root \n\ +@GL_KLUDGE@ GL: glsnake -root \n\ + halftone -root \n\ +@GL_KLUDGE@ GL: juggler3d -root \n\ +@GL_KLUDGE@ GL: lavalite -root \n\ +- polyominoes -root \n\ +@GL_KLUDGE@ GL: queens -root \n\ +- GL: sballs -root \n\ +@GL_KLUDGE@ GL: spheremonics -root \n\ +- thornbird -root \n\ + twang -root \n\ +- GL: antspotlight -root \n\ apple2 -root \n\ - bubbles -root \n\ +@GL_KLUDGE@ GL: atunnel -root \n\ + barcode -root \n\ +@GL_KLUDGE@ GL: blinkbox -root \n\ +@GL_KLUDGE@ GL: blocktube -root \n\ +@GL_KLUDGE@ GL: bouncingcow -root \n\ + cloudlife -root \n\ +@GL_KLUDGE@ GL: cubestorm -root \n\ + eruption -root \n\ +@GL_KLUDGE@ GL: flipflop -root \n\ +@GL_KLUDGE@ GL: flyingtoasters -root \n\ + fontglide -root \n\ +@GL_KLUDGE@ GL: gleidescope -root \n\ +@GL_KLUDGE@ GL: glknots -root \n\ +@GL_KLUDGE@ GL: glmatrix -root \n\ +- GL: glslideshow -root \n\ +@GL_KLUDGE@ GL: hypertorus -root \n\ +- GL: jigglypuff -root \n\ + metaballs -root \n\ +@GL_KLUDGE@ GL: mirrorblob -root \n\ + piecewise -root \n\ +@GL_KLUDGE@ GL: polytopes -root \n\ pong -root \n\ - wormhole -root \n\ - pacman -root \n\ + popsquares -root \n\ +@GL_KLUDGE@ GL: surfaces -root \n\ + xanalogtv -root \n\ +- abstractile -root \n\ + anemotaxis -root \n\ +- GL: antinspect -root \n\ + fireworkx -root \n\ fuzzyflakes -root \n\ -- default-n: webcollage -root \n\ -- default-n: "WebCollage (whacked)" \ - webcollage -root -filter \ - 'vidwhacker -stdin -stdout' \n\ -- default-n: vidwhacker -root \n\ - \ -@GL_KLUDGE@ GL: gears -root \n\ -@GL_KLUDGE@ GL: "Gears (planetary)" gears -root -planetary \n\ -@GL_KLUDGE@ GL: superquadrics -root \n\ -@GL_KLUDGE@ GL: morph3d -root \n\ -@GL_KLUDGE@ GL: cage -root \n\ -@GL_KLUDGE@ GL: moebius -root \n\ -@GL_KLUDGE@ GL: stairs -root \n\ -@GL_KLUDGE@ GL: pipes -root \n\ -@GL_KLUDGE@ GL: sproingies -root \n\ -@GL_KLUDGE@ GL: rubik -root \n\ -@GL_KLUDGE@ GL: atlantis -root \n\ -@GL_KLUDGE@ GL: lament -root \n\ -@GL_KLUDGE@ GL: bubble3d -root \n\ -@GL_KLUDGE@ GL: glplanet -root \n\ -@GL_KLUDGE@ GL: flurry -root -preset random \n\ -@GL_KLUDGE@ GL: pulsar -root \n\ -- GL: "Pulsar (textures)" \ - pulsar -root -texture -mipmap \ - -texture_quality -light -fog \n\ -@GLE_KLUDGE@GL: extrusion -root \n\ -@GL_KLUDGE@ GL: sierpinski3d -root \n\ -@GL_KLUDGE@ GL: menger -root \n\ -@GL_KLUDGE@ GL: "GFlux" gflux -root \n\ -@GL_KLUDGE@ GL: "GFlux (grab)" gflux -root -mode grab \n\ -@GL_KLUDGE@ GL: stonerview -root \n\ -@GL_KLUDGE@ GL: starwars -root \n\ -@GL_KLUDGE@ GL: gltext -root \n\ -@GL_KLUDGE@ GL: "GLText (clock)" gltext -text "%A%n%d %b %Y%n%r" -root \n\ -@GL_KLUDGE@ GL: "Molecule" molecule -root \n\ -@GL_KLUDGE@ GL: "Molecule (lumpy)" molecule -root -no-bonds -no-labels \n\ -@GL_KLUDGE@ GL: dangerball -root \n\ -@GL_KLUDGE@ GL: circuit -root \n\ -@GL_KLUDGE@ GL: engine -root \n\ -@GL_KLUDGE@ GL: flipscreen3d -root \n\ -@GL_KLUDGE@ GL: glsnake -root \n\ -@GL_KLUDGE@ GL: boxed -root \n\ -@GL_KLUDGE@ GL: "GLForestFire" glforestfire -root \n\ -- GL: "GLForestFire (rain)" glforestfire -root -count 0 \n\ -@GL_KLUDGE@ GL: sballs -root \n\ -@GL_KLUDGE@ GL: cubenetic -root \n\ -@GL_KLUDGE@ GL: spheremonics -root \n\ -@GL_KLUDGE@ GL: lavalite -root \n\ -@GL_KLUDGE@ GL: queens -root \n\ -@GL_KLUDGE@ GL: endgame -root \n\ -- GL: glblur -root \n\ -@GL_KLUDGE@ GL: atunnel -root \n\ -@GL_KLUDGE@ GL: flyingtoasters -root \n\ -@GL_KLUDGE@ GL: bouncingcow -root \n\ -@GL_KLUDGE@ GL: jigglypuff -root -random \n\ -@GL_KLUDGE@ GL: klein -root -random \n\ -@GL_KLUDGE@ GL: "HyperTorus (striped)" hypertorus -root \n\ -@GL_KLUDGE@ GL: "HyperTorus (solid)" hypertorus -root -solid -transparent \n\ -@GL_KLUDGE@ GL: glmatrix -root \n\ -@GL_KLUDGE@ GL: cubestorm -root \n\ -@GL_KLUDGE@ GL: glknots -root \n\ -@GL_KLUDGE@ GL: blocktube -root \n\ -@GL_KLUDGE@ GL: flipflop -root \n\ -@GL_KLUDGE@ GL: antspotlight -root \n\ -- GL: glslideshow -root \n\ -@GL_KLUDGE@ GL: polytopes -root \n\ -@GL_KLUDGE@ GL: gleidescope -root \n\ -- GL: mirrorblob -root \n\ -@GL_KLUDGE@ GL: "MirrorBlob (color only)" \ - mirrorblob -root -colour -no-texture \n\ -@GL_KLUDGE@ GL: blinkbox -root \n\ -@GL_KLUDGE@ GL: noof -root \n\ -@GL_KLUDGE@ GL: polyhedra -root \n\ - \ -- xdaliclock -root -builtin3 -cycle \n\ -- default-n: xearth -nofork -nostars -ncolors 50 \ - -night 3 -wait 0 -timewarp 400.0 -pos \ - sunrel/38/-30 \n\ -- xplanet -vroot -wait 1 -timewarp 90000 \ - -label -origin moon \n\ -- xmountains -b -M -Z 0 -r 1 \n\ -- "XMountains (top)" xmountains -b -M -Z 0 -r 1 -m \n\ -- xaos -root -autopilot -nogui -delay 10000 \ - -maxframerate 30 \ - -incoloring -1 -outcoloring -1 \n\ -- xfishtank -d -s \n\ -- xsnow \n\ -- goban -root \n\ -- electricsheep \n\ -- cosmos -root \n\ -- GL: sphereEversion --root \n\ -- GL: fireflies -root \n\ -- GL: antinspect -root \n\ -- GL: providence -root \n + interaggregate -root \n\ + intermomentary -root \n\ + memscroller -root \n\ +@GL_KLUDGE@ GL: noof -root \n\ + pacman -root \n\ +@GL_KLUDGE@ GL: pinion -root \n\ +@GL_KLUDGE@ GL: polyhedra -root \n\ +- GL: providence -root \n\ + substrate -root \n\ + wormhole -root \n\ +- GL: antmaze -root \n\ +@GL_KLUDGE@ GL: boing -root \n\ + boxfit -root \n\ +@GL_KLUDGE@ GL: carousel -root \n\ + celtic -root \n\ +@GL_KLUDGE@ GL: crackberg -root \n\ +@GL_KLUDGE@ GL: cube21 -root \n\ + fiberlamp -root \n\ +@GL_KLUDGE@ GL: fliptext -root \n\ +@GL_KLUDGE@ GL: glhanoi -root \n\ +@GL_KLUDGE@ GL: tangram -root \n\ +@GL_KLUDGE@ GL: timetunnel -root \n\ +@GL_KLUDGE@ GL: glschool -root \n\ +@GL_KLUDGE@ GL: topblock -root \n\ +@GL_KLUDGE@ GL: cubicgrid -root \n\ + cwaves -root \n\ +@GL_KLUDGE@ GL: gears -root \n\ +@GL_KLUDGE@ GL: glcells -root \n\ +@GL_KLUDGE@ GL: lockward -root \n\ + m6502 -root \n\ +@GL_KLUDGE@ GL: moebiusgears -root \n\ +@GL_KLUDGE@ GL: voronoi -root \n\ +@GL_KLUDGE@ GL: hypnowheel -root \n\ +@GL_KLUDGE@ GL: klein -root \n\ +- lcdscrub -root \n\ +@GL_KLUDGE@ GL: photopile -root \n\ +@GL_KLUDGE@ GL: skytentacles -root \n\ +@GL_KLUDGE@ GL: rubikblocks -root \n\ +@GL_KLUDGE@ GL: companioncube -root \n\ +@GL_KLUDGE@ GL: hilbert -root \n\ +@GL_KLUDGE@ GL: tronbit -root \n\ +@GL_KLUDGE@ GL: geodesic -root \n\ + hexadrop -root \n\ +@GL_KLUDGE@ GL: kaleidocycle -root \n\ +@GL_KLUDGE@ GL: quasicrystal -root \n\ +@GL_KLUDGE@ GL: unknownpleasures -root \n @@ -384,6 +372,7 @@ GetViewPortIsFullOfLies: False XScreenSaver.pointerPollTime: 0:00:05 +XScreenSaver.pointerHysteresis: 10 XScreenSaver.initialDelay: 0:00:00 XScreenSaver.windowCreationTimeout: 0:00:30 XScreenSaver.bourneShell: /bin/sh @@ -392,230 +381,127 @@ XScreenSaver.bourneShell: /bin/sh ! Resources for the password and splash-screen dialog boxes of ! the "xscreensaver" daemon. ! -*Dialog.headingFont: *-times-bold-r-*-*-*-180-*-*-*-iso8859-1 +*Dialog.headingFont: *-helvetica-bold-r-*-*-*-180-*-*-*-iso8859-1 *Dialog.bodyFont: *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1 *Dialog.labelFont: *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1 +*Dialog.unameFont: *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1 *Dialog.buttonFont: *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1 -*Dialog.dateFont: *-courier-medium-r-*-*-*-80-*-*-*-iso8859-1 +*Dialog.dateFont: *-helvetica-medium-r-*-*-*-80-*-*-*-iso8859-1 +! Helvetica asterisks look terrible. +!*passwd.passwdFont: *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1 +*passwd.passwdFont: *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1 + *Dialog.foreground: #000000 -*Dialog.background: #D6D6D6 +*Dialog.background: #E6E6E6 *Dialog.Button.foreground: #000000 -*Dialog.Button.background: #EAEAEA -!*Dialog.Button.background: #D6D6D6 +*Dialog.Button.background: #F5F5F5 !*Dialog.Button.pointBackground: #EAEAEA !*Dialog.Button.clickBackground: #C3C3C3 *Dialog.text.foreground: #000000 *Dialog.text.background: #FFFFFF -*passwd.thermometer.foreground: #FF0000 +*passwd.thermometer.foreground: #4464AC *passwd.thermometer.background: #FFFFFF *Dialog.topShadowColor: #FFFFFF -*Dialog.bottomShadowColor: #666666 +*Dialog.bottomShadowColor: #CECECE *Dialog.logo.width: 210 *Dialog.logo.height: 210 -*Dialog.internalBorderWidth: 30 +*Dialog.internalBorderWidth: 24 *Dialog.borderWidth: 1 *Dialog.shadowThickness: 2 *passwd.heading.label: XScreenSaver %s -*passwd.body.label: This display is locked. -*passwd.user.label: User: -*passwd.passwd.label: Password: -*passwd.passwdFont: *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1 +*passwd.body.label: This screen is locked. +*passwd.unlock.label: OK +*passwd.login.label: New Login +*passwd.user.label: Username: *passwd.thermometer.width: 8 +*passwd.asterisks: True +*passwd.uname: True *splash.heading.label: XScreenSaver %s -*splash.body.label: Copyright © 1991-2004 by +*splash.body.label: Copyright © 1991-2013 by *splash.body2.label: Jamie Zawinski *splash.demo.label: Settings *splash.help.label: Help -! Resources for the Motif dialog boxes of the "xscreensaver-demo" program. -! -*fontList: *-helvetica-medium-r-*-*-*-120-*-*-*-iso8859-1 -*demoDialog*label1.fontList: *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1 -*cmdText.fontList: *-courier-medium-r-*-*-*-120-*-*-*-iso8859-1 -*label0.fontList: *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1 -XScreenSaver*doc.fontList: *-helvetica-medium-r-*-*-*-100-*-*-*-iso8859-1 -! above must be fully qualified to get around *sgiMode. - -*foreground: #000000 -*background: #C0C0C0 -*XmTextField.foreground: #000000 -*XmTextField.background: #FFFFFF -*list.foreground: #000000 -*list.background: #FFFFFF - -*ApplicationShell.title: XScreenSaver -*warning.title: XScreenSaver -*warning_popup.title: XScreenSaver -*allowShellResize: True -*autoUnmanage: False - -*menubar*file.labelString: File -*menubar*file.mnemonic: F -*file.blank.labelString: Blank Screen Now -*file.blank.mnemonic: B -*file.lock.labelString: Lock Screen Now -*file.lock.mnemonic: L -*file.kill.labelString: Kill Daemon -*file.kill.mnemonic: K -*file.restart.labelString: Restart Daemon -*file.restart.mnemonic: R -*file.exit.labelString: Exit -*file.exit.mnemonic: E - -*menubar*edit.labelString: Edit -*menubar*edit.mnemonic: E -*edit.cut.labelString: Cut -*edit.cut.mnemonic: u -*edit.copy.labelString: Copy -*edit.copy.mnemonic: C -*edit.paste.labelString: Paste -*edit.paste.mnemonic: P - -*menubar*help.labelString: Help -*menubar*help.mnemonic: H -*help.about.labelString: About... -*help.about.mnemonic: A -*help.docMenu.labelString: Documentation... -*help.docMenu.mnemonic: D - -*demoTab.marginWidth: 10 -*optionsTab.marginWidth: 10 - -*XmScrolledWindow.topOffset: 10 -*XmScrolledWindow.leftOffset: 10 -*demoTab.topOffset: 4 -*form1.bottomOffset: 10 -*form3.leftOffset: 10 -*form3.rightOffset: 10 -*frame.topOffset: 10 -*frame.bottomOffset: 10 -*enabled.topOffset: 10 -*visLabel.topOffset: 10 -*combo.topOffset: 10 -*form4.bottomOffset: 4 -*hr.bottomOffset: 4 -*XmComboBox.marginWidth: 0 -*XmComboBox.marginHeight: 0 - -*demo.marginWidth: 30 -*demo.marginHeight: 4 -*man.marginWidth: 10 -*man.marginHeight: 4 -*down.leftOffset: 40 -*down.marginWidth: 4 -*down.marginHeight: 4 -*up.marginWidth: 4 -*up.marginHeight: 4 -*frame.traversalOn: False - -*list.automaticSelection: True -*list.visibleItemCount: 20 -*doc.columns: 60 -*combo.columns: 11 - -*demoTab.labelString: Graphics Demos -*optionsTab.labelString: Screensaver Options -*down.labelString: \\/ -*up.labelString: /\\ -*frameLabel.labelString: -*cmdLabel.labelString: Command Line: -*cmdLabel.alignment: ALIGNMENT_BEGINNING -*enabled.labelString: Enabled -*visLabel.labelString: Visual: -*visLabel.alignment: ALIGNMENT_END -*visLabel.leftOffset: 20 -*demo.labelString: Demo -*man.labelString: Documentation... -*done.labelString: Quit - -*preferencesLabel.labelString: XScreenSaver Parameters - -*timeoutLabel.labelString: Saver Timeout -*cycleLabel.labelString: Cycle Timeout -*fadeSecondsLabel.labelString: Fade Duration -*fadeTicksLabel.labelString: Fade Ticks -*lockLabel.labelString: Lock Timeout -*passwdLabel.labelString: Password Timeout -*preferencesForm*XmTextField.columns: 8 - -*verboseToggle.labelString: Verbose -*cmapToggle.labelString: Install Colormap -*fadeToggle.labelString: Fade Colormap -*unfadeToggle.labelString: Unfade Colormap -*lockToggle.labelString: Require Password - - -*OK.marginWidth: 30 -*OK.marginHeight: 4 -*OK.leftOffset: 10 -*OK.bottomOffset: 10 -*Cancel.marginWidth: 30 -*Cancel.marginHeight: 4 -*Cancel.rightOffset: 10 -*Cancel.bottomOffset: 10 - - !============================================================================= ! ! Pretty names for the hacks that have unusual capitalization. ! !============================================================================= -*hacks.imsmap.name: IMSmap -*hacks.slidescreen.name: SlideScreen -*hacks.decayscreen.name: DecayScreen +*hacks.antinspect.name: AntInspect +*hacks.antmaze.name: AntMaze +*hacks.antspotlight.name: AntSpotlight +*hacks.blinkbox.name: BlinkBox *hacks.blitspin.name: BlitSpin -*hacks.lmorph.name: LMorph -*hacks.ifs.name: IFS -*hacks.fadeplot.name: FadePlot +*hacks.blocktube.name: BlockTube +*hacks.bouncingcow.name: BouncingCow +*hacks.boxfit.name: BoxFit *hacks.bsod.name: BSOD -*hacks.rd-bomb.name: RD-Bomb -*hacks.t3d.name: T3D -*hacks.shadebobs.name: ShadeBobs -*hacks.ccurve.name: C Curve -*hacks.xteevee.name: XTeeVee -*hacks.xanalogtv.name: XAnalogTV -*hacks.xspirograph.name: XSpiroGraph -*hacks.nerverot.name: NerveRot -*hacks.webcollage.name: WebCollage -*hacks.vidwhacker.name: VidWhacker -*hacks.morph3d.name: Morph3D *hacks.bubble3d.name: Bubble3D -*hacks.sierpinski3d.name: Sierpinski3D -*hacks.gflux.name: GFlux -*hacks.xrayswarm.name: XRaySwarm -*hacks.whirlwindwarp.name: WhirlwindWarp -*hacks.rotzoomer.name: RotZoomer -*hacks.stonerview.name: StonerView -*hacks.starwars.name: StarWars +*hacks.ccurve.name: CCurve +*hacks.cloudlife.name: CloudLife +*hacks.companioncube.name: CompanionCube +*hacks.cubestorm.name: CubeStorm +*hacks.cubicgrid.name: CubicGrid +*hacks.cwaves.name: CWaves *hacks.dangerball.name: DangerBall -*hacks.whirlygig.name: WhirlyGig -*hacks.speedmine.name: SpeedMine -*hacks.glforestfire.name: GLForestFire -*hacks.sballs.name: SBalls -*hacks.xdaliclock.name: XDaliClock -*hacks.xplanetbg.name: XPlanet -*hacks.xplanet.name: XPlanet -*hacks.xaos.name: XaoS -*hacks.xfishtank.name: XFishTank -*hacks.electricsheep.name: ElectricSheep -*hacks.sphereEversion.name: SphereEversion +*hacks.decayscreen.name: DecayScreen +*hacks.dnalogo.name: DNA Logo +*hacks.euler2d.name: Euler2D +*hacks.fadeplot.name: FadePlot +*hacks.flipflop.name: FlipFlop +*hacks.flipscreen3d.name: FlipScreen3D +*hacks.fliptext.name: FlipText *hacks.fluidballs.name: FluidBalls *hacks.flyingtoasters.name: FlyingToasters -*hacks.bouncingcow.name: BouncingCow -*hacks.jigglypuff.name: JigglyPuff -*hacks.hypertorus.name: HyperTorus -*hacks.cubestorm.name: CubeStorm -*hacks.blocktube.name: BlockTube -*hacks.flipflop.name: FlipFlop -*hacks.antspotlight.name: AntSpotlight *hacks.fontglide.name: FontGlide -*hacks.mirrorblob.name: MirrorBlob -*hacks.blinkbox.name: BlinkBox *hacks.fuzzyflakes.name: FuzzyFlakes +*hacks.gflux.name: GFlux +*hacks.gleidescope.name: Gleidescope +*hacks.glforestfire.name: GLForestFire +*hacks.hyperball.name: HyperBall +*hacks.hypercube.name: HyperCube +*hacks.ifs.name: IFS +*hacks.imsmap.name: IMSMap +*hacks.jigglypuff.name: JigglyPuff +*hacks.juggler3d.name: Juggler3D +*hacks.lcdscrub.name: LCDscrub +*hacks.lmorph.name: LMorph +*hacks.m6502.name: m6502 +*hacks.memscroller.name: MemScroller +*hacks.metaballs.name: MetaBalls +*hacks.mirrorblob.name: MirrorBlob +*hacks.moebiusgears.name: MoebiusGears +*hacks.morph3d.name: Morph3D +*hacks.nerverot.name: NerveRot +*hacks.noseguy.name: NoseGuy +*hacks.popsquares.name: PopSquares +*hacks.quasicrystal.name: QuasiCrystal +*hacks.rd-bomb.name: RDbomb +*hacks.rdbomb.name: RDbomb +*hacks.rotzoomer.name: RotZoomer +*hacks.rubikblocks.name: RubikBlocks +*hacks.sballs.name: SBalls +*hacks.shadebobs.name: ShadeBobs +*hacks.sierpinski3d.name: Sierpinski3D +*hacks.skytentacles.name: SkyTentacles +*hacks.slidescreen.name: SlideScreen +*hacks.speedmine.name: SpeedMine +*hacks.starwars.name: StarWars +*hacks.stonerview.name: StonerView +*hacks.t3d.name: T3D +*hacks.timetunnel.name: TimeTunnel +*hacks.topblock.name: TopBlock +*hacks.tronbit.name: TronBit +*hacks.unknownpleasures.name:UnknownPleasures +*hacks.vidwhacker.name: VidWhacker +*hacks.webcollage.name: WebCollage +*hacks.whirlwindwarp.name: WhirlWindWarp +*hacks.xanalogtv.name: XAnalogTV +*hacks.xrayswarm.name: XRaySwarm ! obsolete, but still used by xscreensaver-demo-Xm. *hacks.documentation.isInstalled: True