Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dan

Pages: 1 ... 10 11 [12] 13
166
General Discussion / Re: Browser Wars
« on: March 10, 2016, 07:01:39 PM »
I've used Slimjet before and liked it...might have to try it again. I usually have 3 browsers on my system. One for general browsing (chrome or chromium), one for general browsing and online banking/shopping (firefox), and midori for a couple of specific sites.

167
Tips and Tricks / Re: How to enable Compton screen compositor (LXDE)
« on: March 01, 2016, 01:08:46 AM »
I edited the configuration file (now included in the opening post and attached file). I forgot to include a step that lets you try Compton (before making it permanent) so that you can see if it possibly has any adverse effects on your system.

168
Tips and Tricks / Re: How to enable Compton screen compositor (LXDE)
« on: February 25, 2016, 10:23:04 PM »
Nice! I might give it a try. Thank you for posting this.

Nice share Dan! Thanks :)

 ;)

169
Tips and Tricks / Re: How to enable Compton screen compositor (LXDE)
« on: February 25, 2016, 04:37:41 PM »
Eye candy for wattOS! I am curious how much more ram Compton uses.

Not much! 14.9 MB in the screenshot...that's with no other windows pulled up. What's strange is, when I have more windows pulled up; thereby causing more shadows, it actually runs less...around 6 - 8 MB.  :o




170
wattOS R9 / Re: Compton killed my wattOS 64 bit.
« on: February 24, 2016, 10:15:36 PM »
I would love to make another post with a tutorial for others to install Compton; however, I don't know how to tell the difference as to why one would need a different Autostart command, and I'd hate to put anyone else through what I've been through.

Finally figured it out...it was so simple... ::)

171
Tips and Tricks / How to enable Compton screen compositor (LXDE)
« on: February 24, 2016, 10:10:05 PM »
If you would like to have Compton on wattOS LXDE, it's quick and easy to install. Compton can provide some screen effects; such as, shadows around windows, windows fading in and out upon open and close, and it also can resolve screen tearing issues. I can't vouch for the screen tearing issues, because I've not experienced them myself, but people do say Compton fixes them.

I've included installation instructions in my configuration file. You have two choices...

1. Open Leafpad. Then copy and paste the the code below into it. Name the file compton.conf when you close and save it. Then follow the instructions included in the file.

...or...

2. Simply download the attached file at the bottom of this post, and follow the instructions.

Here's the code if you want to copy and paste...

Code: [Select]
#################################################################################################
#                                                                                               #
#                               INSTALLATION INSTRUCTIONS                                       #
#                                                                                               #
# Step 1 - Install Compton by opening your terminal, and enter the following command...         #
#                                                                                               #
#          sudo apt-get install compton                                                         #
#                                                                                               #
# Step 2 - Open your File Manager, click the View tab, and click Show Hidden.                   #
#          - Open the .config folder                                                            #
#          - Copy and paste this file into the .config folder.                                  #
#          - Make sure the file is named compton.conf                                           #
#          - You can close the File Manager now if you wish.                                    #
#                                                                                               #
# IMPORTANT! You can now try Compton BEFORE making it permanent. That way, you will see if      #
#            it causes any adverse effects on your system. To try Compton...                    #
#            - Open your menu and click Run.                                                    #
#            - In the window that pops up, type compton (all lower case), and hit Enter.        #
#            - Your screen may reset for a moment and reappear. Now try opening your menu,      #
#              and open some apps; such as, the file manager, terminal, Firefox, etc...         #
#            - If everything is working normally (apart from the expected shadows and fading),  #
#              proceed to Step 3. If you do have any adverse effects, log out of your computer. #
#              When you log back in, everything should return to normal. Remove Compton from    #
#              your system if you wish.                                                         #
#                                                                                               #                                                                                   
# Step 3 - Return to your terminal, and enter the following command...                          #
#                                                                                               #
#          sudo leafpad ~/.config/lxsession/LXDE/autostart                                      #
#                                                                                               #
#          That will open your autostart configuration file. We want Compton to start when      #
#          the computer starts, so simply add the following command to the autostart file...    #
#                                                                                               #
#          @compton                                                                             #
#                                                                                               #
#          Close the file, and save the changes when asked.                                     #
#                                                                                               #
# Step 4 - Log out of your computer, and log back in. Compton should now be actively working.   #
#          You can change the parameters of this file to suit your taste.                       #
#                                                                                               #
#################################################################################################

backend = "glx";
paint-on-overlay = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
vsync = "opengl-swc";

# These are important. The first one enables the opengl backend. The last one is the vsync method. Depending on the driver you might need to use a different method.
# The other options are smaller performance tweaks that work well in most cases.
# You can find the rest of the options here: https://github.com/chjj/compton/wiki/perf-guide, and here: https://github.com/chjj/compton/wiki/vsync-guide


# Shadow
shadow = true; # Enabled client-side shadows on windows.
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true; # Don't draw shadows on DND windows.
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
shadow-radius = 12; # The blur radius for shadows. (default 12)
shadow-offset-x = -15; # The left offset for shadows. (default -15)
shadow-offset-y = -15; # The top offset for shadows. (default -15)
shadow-exclude = [
 "! name~=''",
 "n:e:Notification",
 "n:e:Plank",
 "n:e:Docky",
 "g:e:Synapse",
 "g:e:Kupfer",
 "g:e:Conky",
 "n:w:*Firefox*",
 "n:w:*Chrome*",
 "n:w:*Chromium*",
 "class_g ?= 'Notify-osd'",
 "class_g ?= 'Cairo-dock'",
 "class_g ?= 'Xfce4-notifyd'",
 "class_g ?= 'Xfce4-power-manager'"
];

# The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.

# Fading
fading = true; # Fade windows during opacity changes.
fade-delta = 5; # The time between steps in a fade in milliseconds. (default 10).
fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
#no-fading-openclose = true; # Fade windows in/out when opening/closing

detect-client-opacity = true; # This prevents opacity being ignored for some apps. For example without this enabled my xfce4-notifyd is 100% opacity no matter what.

# Window type settings
wintypes:
{
  tooltip = { fade = true; shadow = false; };
};


172
wattOS R9 / Re: Compton killed my wattOS 64 bit.
« on: February 11, 2016, 01:54:51 AM »
wattOS is back up and running on this computer...with Compton!  ;)

I finally figured it out...well...I didn't figure anything out. It was mere luck. You have to add a command to the Autostart file, and on the other two computers, that command was @compton -b

I'll spare the details, but for some reason, this computer requires @compton -c

I have no idea why...I thought I'd just take a stab at trying a different command. Luckily, my first "stab" hit the mark.

I would love to make another post with a tutorial for others to install Compton; however, I don't know how to tell the difference as to why one would need a different Autostart command, and I'd hate to put anyone else through what I've been through. I'm just hard-headed about things like this...I'll either figure it out or give myself a nervous-jerkdown trying to figure it out before I blow a gasket.  ;D

173
wattOS R9 / [SOLVED] Compton killed my wattOS 64 bit.
« on: February 10, 2016, 05:03:31 AM »
I installed Compton on 2 of my wattOS computers...worked GREAT! I even wrote a "how to" and posted it...HOWEVER...I removed the post, because later, I installed it on a 64 bit laptop running wattOS LXDE 64 bit, and when I rebooted...got to the log in screen...entered my password...hit Enter...the log in went away, but the background image stayed and never went to the desktop. It was just stuck at the Lightdm greeter screen's image.

To make a long story short, I re-installed...tried it again...same result. I had even heard that Point Linux came with Compton pre-installed, so I even tried to install it (just to see what would happen), and it would go to the desktop, but nothing would show up on the desktop.

Something about Compton and this computer doesn't jive...does anyone have any ideas?

It's late here, so here's a quick rundown of the system...

It's a Toshiba

Processor      : 2x AMD Turion(tm) II Dual-Core Mobile M520
Memory      : 3786MB (641MB used)

-Display-
Resolution      : 1366x768 pixels
OpenGL Renderer      : Gallium 0.4 on AMD RS880
X11 Vendor      : The X.Org Foundation
-Multimedia-
Audio Adapter      : HDA-Intel - HDA ATI SB
-Input Devices-
 Power Button
 Lid Switch
 Power Button
 AT Translated Set 2 keyboard
 Logitech USB Optical Mouse
 SynPS/2 Synaptics TouchPad
 Toshiba input device
 Video Bus
 HDA ATI SB Mic
 HDA ATI SB Front Headphone
 USB2.0 UVC WebCam

-SCSI Disks-
ATA FUJITSU MJA2320B
HL-DT-ST DVDRAM GT20F

Is the easiest thing...I should just forget using Compton on this computer?  :o   ;)

174
My apologies about adding the PPA. Here's the deal...

While using Mintstick (which was installed through the PPA), my computer(s) would freeze during the USB writing process. I had to manually shut the computer off and restart the computer. I've tried this on two different computers with the same result.

Option 2 (installation of the latest .deb file with the GDebi Package Installer) works great though.

Again, I apologize to anyone who may have experienced this problem with using the PPA.

175
wattOS Talk / Re: general stuff and question
« on: December 10, 2015, 12:15:29 AM »
Here's a screenshot of my wattOS R9/Xfce desktop...hope it's okay to post this!  ???

All I did was install another 32-bit wattOS on a separate partition, then added xfce4 in the terminal (and a few other things relating to Xfce)...removed the LXDE components...did a little customization...and that's it. This particular computer idles around 200 MB of RAM using Xfce...which is less than any other Xfce distro I ever tried; whereas, LXDE idles at around 140 MB of RAM on this computer. I still use the LXDE version most of the time though...I just did this for fun one day.  ;)


176
wattOS Talk / Re: general stuff and question
« on: December 09, 2015, 05:35:23 PM »
I'm not a fan of LXQT myself...I do hope LXDE continues in some form or fashion.

With that said, I already have wattOS Xfce!  ;D

Since LXDE and Xfce are my two favorite DEs, I also installed Xfce on one of my wattOS computers. It does use more RAM than LXDE of course, but it still performs great on my laptop.

Instead of LXQT, I would rather use Xfce on an older computer...even at the sacrifice of RAM usage...but that's my personal opinion and preference.  ;)

177
Tips and Tricks / How to Install Mintstick (USB Formatter and USB Writer)
« on: October 28, 2015, 03:36:59 AM »
If you would like an alternative to Unetbootin for making USBs, Mintstick is a good choice. It's actually my preferred method. To me, it's the quickest and easiest to use. I've used it countless times, and it has always worked.

If you're unfamiliar with it, when you add it to your system, it comes as two separate apps. It won't be called Mintstick in your menu. The first app you'll want to use is the USB Stick Formatter...use it to format your USB before you write anything to it.

The second app is called the USB Image Writer. Use it to write your image to the USB after formatting.

Edited: Don't use the PPA. I'll explain in the following post.

1. You can add the PPA and install it through the terminal by entering the following commands...

sudo add-apt-repository ppa:tsvetko.tsvetkov/trusty-backports

sudo apt-get update

sudo apt-get install mintstick


2. You can directly install it (with the GDebi Package Installer) by downloading it from the link below. The latest build will be the last "all.deb" on the list.

http://packages.linuxmint.com/pool/main/m/mintstick/

Either method will place it in your menu's Accessories category.

178
Artwork and Screenshots / Re: Share your desktop!
« on: October 23, 2015, 08:58:12 PM »
Nice scrot you got there Dan. Wow, with specs like that it suggests that you are running wattOS on some really nice vintage hardware. :)

Yeah, this thing is a beast! LOL

It's a HP dx5150. One of the earlier 64 bit computers (complete with a floppy disc drive). I got it from a Library that was getting new computers...it had Windows XP on it, but it was completely frozen up and no one could do anything with it. Thought I'd take a chance and installed Linux on it, and it has worked great since then. It just took me a while to find the best distro for it...aka...wattOS. ;) I use the 32 bit version though...thinking it'll use a little less RAM.  :)




179
Tips and Tricks / How to disable your touchpad
« on: October 23, 2015, 11:02:07 AM »
I originally installed wattOS on an older desktop computer...I liked it so much, that I just recently installed it on a newer laptop that I have too.  ;)   :D

Of course, that brought up the need to disable the touchpad while typing. This can be fixed in a couple of ways.

1. If you prefer a GUI tool for this, you can install GPointing Device Settings. It's available through the Synaptic Package Manager, or you can install it with the terminal with the following command...

sudo apt-get install gpointing-device-settings

This works well, but be aware...you will have to mark your settings again each time you reboot or log out of your computer.

2. Instead of a GUI tool, simply add a command to the autostart file. That way, it's permanent.  ;)

First, you need to find the right file. Open your file manager, click View in the tool bar, and click on Show Hidden. Now follow this file path...

.config>lxsession>LXDE>autostart

Now...if you want to simply disable your touchpad while typing, add the following line to the autostart file...

@syndaemon -i 1.0 -d

This is set for a 1 second delay; hence, the 1.0 in the command. That number can be varied to your preference, and can be adjusted by tenths. Such as 1.1, 1.7, 2.5, etc...

However, if you're like me, and you don't want to use your touchpad at all, you can completely disable it by adding this command instead...

@synclient TouchpadOff=1

3. Close the autostart file, and tell it to save the changes. Now log out and log back in to your computer, and your settings will be permanently saved.  ;)

180
Tips and Tricks / Re: How to install a VPN on your system
« on: October 17, 2015, 09:56:11 PM »
I also use this VPN on my Android with the OpenVPN Connect app. Installation instructions for Android are found  here...http://www.vpnbook.com/howto/setup-openvpn-on-android

Pages: 1 ... 10 11 [12] 13