Ubuntu :: System-wide Smooth Scrolling?

Sep 16, 2010

Is there a way to adjust how smooth all applications scroll? This is a bit of an aesthetic issue, but also a bit usability as well..

View 2 Replies


ADVERTISEMENT

Software :: Mc 4.7.0 - Smooth Scrolling?

Nov 12, 2010

I'm using Midnight Commander 4.7.0 on Ubuntu 10.04.1, and would like to know if there's a way to change the default behavior when scrolling up/down using the arrow keys: By default, when reaching the last item, MC scrolls down one half-block, which I find very annoying. Is it possible to reconfigure MC to simply down one item? Google didn't return much on this.

View 7 Replies View Related

Debian Multimedia :: Smooth Scrolling Web Browser

Jun 27, 2015

I have played around with linux a lot over the last couple of months and every machine and distro appears to have this issue of smooth scrolling being very jumpy.

Currently using ice weasel on debian jessie with xfce and I have a near perfect system other than this issue. Is it possible to fix this?

I have tried disabling hardware acceleration.

View 5 Replies View Related

Ubuntu Multimedia :: Firefox Smooth Scrolling And Video Flickers?

May 27, 2010

I'm using the Ubuntu 10.04 LTS Desktop 64-bit distribution. Hardware is the Dell Vostro 1015; laptop with Intel (g)45 express chipset with Intel x4500MHD graphics accelerator. Celeron 900 2.2ghz single core, 1GB RAM.

The issue is I have smooth scrolling enabled in Firefox. And whenever I scroll the page, it's very choppy/laggish/not smooth at all. When I go on ..... to watch a video, any slight scrolling will cause it to flicker like crazy. The effect reminds me of when I run Windows without installing drivers for the video card.

Now I wanted to make sure it wasn't a hardware issue, so I installed Windows7 and did the exact same thing. Everything runs smoothly, I can smooth scroll no problem, and video playbacks without any flickers whatsoever. It is a lower end laptop, which is basically for the occasional ..... and web browsing.

I will try the 32 bit edition in the meantime to see if it helps. I was under the impression that 32bit limits your maximum ram to just under 4GB. (I planned to upgrade the laptop a bit)

View 1 Replies View Related

General :: Where Should Put System-wide Scripts In *nix System

Sep 14, 2010

Can someone tell me of a sensible fairly standard place to put scripts that a number of users will need on an Ubuntu system?

View 2 Replies View Related

Ubuntu :: System Wide Proxy Config?

Aug 28, 2010

The system wide proxy configuration doesnt work in my workplace . The proxy requires an authentication and export http_proxy and ftp_proxy with the password doesnt work either . For apt I have to make the necessary changes in /etc/apt/apt.conf , for firefox the use system proxy setting doesnt work.I am facing a problem with setting up evolution also .

View 1 Replies View Related

Ubuntu :: Running A Command System Wide To Fix RGBA?

Feb 22, 2010

I'm trying to run a command that will let me run some programs. If I run the command in a terminal, then I can launch the programs from it fine, but not from anywhere except that terminal. This is the command that makes things work:Code:export GTK_RGBA_APPS=allbut:exe:checkgmail:swiftfox:firefoxThis command disables RGBA for the programs listed, which seem to have problems with it. I hoped I could use this command to somehow apply it system wide permanently. I've tried adding it /etc/rc.local and rebooting, but it doesn't work.Is there a way of doing this? Or am I barking up the wrong tree entirely? Is there a better way to disable RGBA for certain programs?

View 3 Replies View Related

Software :: Thunar System-wide Settings

Mar 29, 2010

I wonder where are the Thunar file association settings stored? I have difficulties to find it in my own account, and also system-wide.

View 2 Replies View Related

Ubuntu :: Changing Monitor Refresh Rate System-wide?

Jan 31, 2011

On an older computer of mine using an older CRT monitor, Ubuntu defaults to a monitor refresh rate that causes the screen to constantly flicker and flash, making it nearly unusable. Changing the rate to either 75 Hz or 60 Hz fixes the issue, but changing it through the Monitor settings only affects my user account; part of the loading screen, and the login screen, will continue to flicker and flash. Is there a setting I can adjust somewhere that will set the refresh rate for the entire system, not just my user account?

View 6 Replies View Related

Ubuntu Networking :: Firefox 5 And Ed2k System-wide Handling?

Jun 17, 2011

I'm trying to set up firefox system-wide to handle ed2k links properly, I'm following amule wiki howto at this page http://wiki.amule.org/index.php/Ed2k_links_handling but it seems a little outdated, I tried to create /usr/share/firefox/greprefs/all.js and /usr/local/share/firefox/greprefs/all.js but I got no results. I also tried to edit /usr/lib/xulrunner-1.9.2.17/greprefs/all.js with no luck. So where should I put ed2k handling strings to apply them system-wide ?

View 1 Replies View Related

Ubuntu :: Play An Audio File With A System-wide Keyboard Shortcut?

Aug 25, 2010

I do a bit of script writing, and part of this involves reading the text aloud and reacting to audio cues. What I'd love to do is set up a method of playing audio files at whim based on a general shortcut. So, say if I pressed <Super>C1, I could play ~/Music/cue1.mp3, <Super>C2 would be ~/Music/cue2.ogg etc.

Currently the closest I've got is using the terminal and a modified .bashrc to play via VLC's ncurses.

Code:
alias cue1="vlc -I ncurses ./Music/cue1.mp3"

Obviously this isn't very near to what I want. Entering a Keyboard Shortcut using the usual methods (xbindkeys, gconf-editor, the KeyShort Preferences GUI) to run

Code:
vlc -I ncurses ./Music/cue1.mp

doesn't play anything. Is it possible to launch these kinds of commands as shortcuts, or am I hoping for too much? My Google trawls have been pretty fruitless. I'm running Lucid, btw.

View 2 Replies View Related

Fedora :: Where To Customized *desktop Files Go For System Wide Changes

Jul 4, 2011

making changes to *.desktop files in /usr/share/applications works for all users, but gets overwritten when those packages are updated. You lose all customizations. Placing the customized ones in~/.local/share/applications works, but you have to do that for all users (pain!). So, what folder do they go in for system wide changes, but safe from updates?

View 2 Replies View Related

Red Hat :: Setting System Wide Shell Variables In RHEL5?

May 10, 2010

I have an RHEL 5 server joined to a windows domain. However I wanted to add variable lines to be executed each time a user logs in. However I succeeded to put them in /etc/bashrc file and it worked like a charm.
But its annoying that everytime the user logs in to the shell remotely it displays the whole variables that were declared. Is there a way how to add them once and not to display the output each time the user logs in?

View 10 Replies View Related

Slackware :: Achieve System-wide Proxy Settings

Jun 23, 2011

I want to set the HTTP_PROXY and HTTPS_PROXY and http_proxy and FTP_PROXY environment variables "somewhere", so all programs that recognise these can find them. I need root to find them for slackpkg and sbopkg, I need users to find them for Dropbox, I need them for cronjobs and scripts and wget.So I want to set these environment variables up somewhere, preferably something in /etc and have them set and accessible for everyone and everything. I am not using KDE or XFCE or any desktop. I need a command line solution.

Where is the best place to put this? I see that some other distros have a /etc/environment and these variables go in there. In Slackware, should I add them as a new file in /etc/profile.d and have them added every time /etc/profile is accessed? Is there a Slackware approved method that I don't know about?

View 6 Replies View Related

Slackware :: System Wide Application/filetype Defaults?

Sep 8, 2010

I have been searching around into /etc/xdg/ and ~/.config and also /skel/.config (for newly created users!) so I can ensure specific applications open filetypes by default.

I would prefer to be able to use a system wide configuration so that i may be able to run a script with each new slackware release that would change application/filetype defaults for all users including existing to our liking (unless they have already preset their own app/defaults in ~/.config).

View 4 Replies View Related

Ubuntu Multimedia :: Setting Default Port For A Sink In Pulseaudio System-wide?

May 7, 2010

The default output audio port Ubuntu doesn't work on my system. It should be "Analog Mono Output/Amplifier", instead of "Analog Output/Amplifier". I can easily change that in sound preferences, just by choosing the right port in the "Output" tab, or by issuing the following command:

Code: pacmd 'set-sink-port' 'alsa_output.pci-0000_00_1f.5.analog-stereo analog-output-mono;output-amplifier-on' The problem is both solutions apply only to a single account, while I would like to change it system-wide, so it applies to all accounts on the system (there are more then 100 accounts - it's a set up for a school).I'm using Ubuntu 10.04.

View 1 Replies View Related

OpenSUSE :: Import Root CA Into System Wide Trusted Store?

Aug 27, 2010

I have my company's CA root.crt certificate and I would like to import into openSUSE 11.2 so every application could trust this authority. Is there any instruction for this procedure?

You know, something like you can do in Windows: just click certificate and there is a button "Install certificate"

Where is system certificate store in openSUSE?

View 1 Replies View Related

General :: Add A Menu Entry When I Right Click My Mouse System Wide?

Feb 3, 2010

How can I add a menu entry when I right click my mouse system wide?

View 2 Replies View Related

Ubuntu Multimedia :: Setting-up System As Remote Desktop To Feed House-wide Audio?

Apr 26, 2010

We're in the final process of building a home, and I had them setup a wiring box where all the coax and cat5 terminates into one closet, which will also house my server. Once we get moved in I'd also like to add speakers in each room to have house-wide music, and ideally I'd like the audio to also run into this box with the master input coming from the server as well.My thought was to setup the server with some basic desktop manager like Fluxbox and use that to drive audio throughout the house, whether it be Pandora, Sirius Radio, or whatever. Since the server will be headless I'll need it setup so we can remote into it from our laptops, but I wasn't sure if VNC or some other RDP variant would work. Ideally we'll need to access a unified desktop so traditional terminal services where each users gets their own desktop might not be ideal

View 1 Replies View Related

Debian :: Change Default-system-wide Hicolor-icon-theme?

Sep 30, 2009

how to do this via command-line? I cant seem to get it to change I'm in a chroot and need to know how-to via console?

View 4 Replies View Related

Ubuntu / Apple :: Reverse Scrolling And Inertial Scrolling?

Dec 1, 2010

I've just recently put Ubuntu on my 2010 Macbook Pro 13 inch, and all seems to be running more or less alright.One thing i miss from OS X is the ability to reverse the scrolling direction, also inertial scrolling.Is there any way to implement this in Ubuntu?Also, i have already installed the Mactel trackpad drivers.

View 2 Replies View Related

OpenSUSE :: Import In OS Level (system Wide) The CAcert Root Certificate And The Relevant Class 3?

Feb 5, 2010

How can I import in OS level (system wide) the CAcert root certificate and the relevant class 3?

View 3 Replies View Related

Ubuntu :: Scrolling Through The Themes And BOOM The System Blanks Out And Forces Back To The Login?

Aug 10, 2010

I just recently installed Xubuntu 10.04 on a new desktop and I have immediately begun to have issues. Within 10 minutes of installation, I had begun to look around to change the window 'theme' settings. I was scrolling through the themes and BOOM the system blanks out and forces me back to the login. At first I was thinking it was no big deal, but as it turns out, it will not let me back it.Basically, I use my credentials, it appears to login, it goes to a black screen with the cursor at the top left and then sends me back to login like nothing happened.

View 3 Replies View Related

General :: Command (such As "tree") Without Installing It System Wide ?

Sep 19, 2010

I'm connected to a Linux box through SSH on which I don't have administrative privileges. The command I wish to use is called tree, but it isn't installed. Is there any way I can load the tree program into my home directory and run it without the need to install it system wide?

View 2 Replies View Related

Software :: Crontab Script Execution - Different Behavior User-cronfile <-> System-wide Cronfile

Feb 26, 2010

Script iptables_reset.sh

Code:

#!/bin/bash
IPTABLES="$(which iptables)"
$IPTABLES -P INPUT ACCEPT
$IPTABLES -P FORWARD ACCEPT

[code]....

This works if I edit the system-wide crontab in /etc/crontab like this:

Code:

0 12 * * * root /root/iptables/iptables_reset.sh

But it won't work, if i edit roots user-cronfile by using crontab(1):

Code:

crontab -l
# m h dom mon dow command
0 12 * * * /root/iptables/iptables_reset.sh

The log entry is the same for system-wide and user-cronfile:

Code:

/USR/SBIN/CRON[5135]: (root) CMD (/root/iptables/iptables_reset.sh)

I tried different things and found out,if i don't use the "$(which iptables)"substitution in the script, it also works with the user-cronfile.

View 4 Replies View Related

Ubuntu :: Mouse - Very Jumpy/not Smooth ?

May 20, 2010

I installed 10.04 LTS yesterday on a desktop. I have a problem with the mouse, it's very jumpy/not smooth. I can move it across the screen and it will jump up and down and left to right. Jittery I guess you would say. I've googled this and seen several people with the issue but no one has a rock solid solution. Does anyone here have any suggestions? I know it isn't the mouse, I've tried a different one, and it reacts the same on any surface.

View 4 Replies View Related

Ubuntu :: Smooth Image Scaling In FF3?

Oct 24, 2010

i face problem with Firefox 3.6.11: smooth image scaling doesn't work. When i zoom in websites (ctrl +), images are not anti aliased, but appear pixelated, which is very ugly.

What I found out about so far, this seems not to be a FF problem (FF3 should support smooth image scaling), but a problem with the video driver, who tells X it could do smooth image scaling automatically but it cant. There is also a "bug" fix for the FF:

launchpad.net/~firefox-smooth-scaling/+archive/ppa I putted this to my package sources and made a system update. But smooth image scaling still doesn't work

[Code]...

View 7 Replies View Related

Fedora :: Ubuntu's Smooth LCD Fonts In 11 For Dummies?

Jun 25, 2009

Compare Fedora's default fonts with Ubuntu's here and here. This is basically a simple "cheat" version for F11 of Breb's original thread, that thread has links to some excellent resources and info if you want to really understand what's going on.

UPDATE: directfb and xcb-util packages must be installed, check by doing: 'yum install directfb xcb-util' 0. In your home directory create a file named .Xresources (don't forget the dot) with this line:

Code:

Xft.lcdfilter: lcddefault

1. Now, as root, create a directory for the libs that we will replace, and backup the current libs:

Code:

su -
mkdir -p ufonts/fedora
cd ufonts
cp -a /usr/lib/lib{cairo,freetype,pixman,Xft}* fedora/
(For x86_64, replace /usr/lib/ by /usr/lib64/ in the above and everywhere below)

2. Extract the required ubuntu libs from these debian packages, libcairo2, libfreetype6, libxft2, libpixman-1-0 or just unpack one of these tarballs 32bit libs, 64bit libs so that you have these libs in ufonts/ (64bit sizes will be larger):

Code:

$ ls -l
...
drwxrwxr-x. 2 user user 4096 2009-06-25 20:37 fedora

[code]...

View 14 Replies View Related

Ubuntu Multimedia :: Not So Smooth Playback On Totem

Nov 14, 2010

My totem media player hangs a lot.The video playback is not smooth ..as if i am on a very old computer and believe me i am not. though everything runs smooth on vlc . but i'd still prefer totem if it can be fixed.i running ubuntu 10.10 , the graphic card i have is Nvidea 8600GTM

View 8 Replies View Related

Ubuntu :: Making Smooth Icons In Gimp?

Jun 23, 2011

How do I achieve this? I know how to get the design and everything working... but if I add some rounded corners for instance... the pixels stick out and look horrible.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved