Scrolling in chromium and image panning in geeqie suddenly slow

I have a laptop with a Sandy Bridge processor (Intel Core i7 2670QM with Intel HD3000 integrated graphics). Before today, scrolling long web pages in chromium by clicking on the scrollbar, holding and moving the mouse was instantaneous, and panning (moving) large photos in GQview was instantaneous as well, albeit with tearing present (which I don't mind in those particular cases, I only care about responsiveness).
Today it suddenly changed. Fast scrolling in chromium lags significantly (it's elastic, if you know what I mean), same for image panning in GQview, though with no tearing present.
I haven't the faintest idea as to what could possibly have changed. I then installed Geeqie to see if it would change anything, and it did: panning was again instantaneous, with tearing. Then a bit later, with no modification on the system whatsoever, it started lagging again. So I rebooted, started X and launched Geeqie immediately to make sure that no other software could influence X or anything, but it was still laggy.
I don't know how to reproduce the change either way. Something is obviously escaping me, but I have no clue what. My system is up to date (pacman -Syu). I'm running Openbox with compositing disabled. Any ideas?
Last edited by apaige (2012-01-04 14:15:58)

Some additional details: firefox 9.0.1 (downloaded from Mozilla's FTP, not Arch Linux's package) scrolls instantaneously, and image panning in The GIMP is instantaneous as well.
GTKPerf results for 1000 iterations:
GtkPerf 0.40 - Starting testing: Wed Jan  4 16:24:50 2012
GtkEntry - time:  0.28
GtkComboBox - time:  4.02
GtkComboBoxEntry - time:  1.79
GtkSpinButton - time:  0.32
GtkProgressBar - time:  0.18
GtkToggleButton - time:  0.33
GtkCheckButton - time:  0.31
GtkRadioButton - time:  0.77
GtkTextView - Add text - time: 50.30
GtkTextView - Scroll - time:  1.90
GtkDrawingArea - Lines - time:  6.58
GtkDrawingArea - Circles - time:  7.87
GtkDrawingArea - Text - time:  4.51
GtkDrawingArea - Pixbufs - time:  0.84
Total time: 80.00
Last edited by apaige (2012-01-04 15:28:13)

Similar Messages

  • Scrolling Text and Images in Flash CS3

    I am pretty new to Flash and I have spent all day trying to
    look up tutorials on making it possible to scroll text and images
    in Flash but none of them are working for me. I know you save the
    content into a movie clip but that's as far as i have gotten. would
    anyone be able to walk me through this PLEASE???
    Thanks,
    Peter

    You could use a Swing HTMLPANE or draw it all onto a
    BufferedImage and display that (code posted under 2D graphics thread).
    MArk

  • How to make Navigation and Topic panes scroll independently?

    Can anyone suggest how to make the default Multiscreen HTML layout navigation and topic panes to scroll independently, to accomidate a long index or TOC? Currently, scrolling toward the end of the index, for example, causes the topic pane to scroll also. Selecting an index entry scrolls the topic to the location of the appropriate content, but also scroll the index, taking the selected entry out of view. I would like independent scrolling of nav pane and topic panes.
    I'm using RoboHelp HTML 10, FrameMaker 11, TCS4.
    Thanks you.

    Your post has been moved to the Multiscreen forum. That does not change the link.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Elements organizer scrolls too fast and jumps when an image is selected?

    Why does elements 12 organizer on new mac scrolls too fast and jumps all over?

    I have found this to be a problem as well. Like other products, the scroll speed should start slow, and only speed up if the user moves the cursor further outside the panel.
    Vista on Dell XPS 710.

  • Interactive Image Panning within a Mask

    Hey guys thanks for the help so far. The last piece to the
    puzzle for me is figuring out how to scroll a movie clip within a
    mask. I'm currently working with the script taken from the
    Interactive Image Panning tutorial on kirupa.com as a base. Right
    now the script references the entire Stage area for scrolling the
    image whereas I want this to happen just within a mask. How do I
    set this up. Here is where I have the script right now:
    this.onMouseMove = function() {
    constrainedMove(Work_placeholder, 4, 1);
    function constrainedMove(target:MovieClip, speed:Number,
    dir:Number) {
    var mousePercent:Number = _xmouse/Stage.height;
    var mSpeed:Number;
    if (dir == 1) {
    mSpeed = 1-mousePercent;
    } else {
    mSpeed = mousePercent;
    target.destY =
    Math.round(-((target._height-Stage.height)*mSpeed));
    target.onEnterFrame = function() {
    if (target._y == target.destY) {
    delete target.onEnterFrame;
    } else {
    target._y += Math.ceil((target.destY-target._y)*(speed/100));
    ps. the instance name of my mask is Work_mask (movie
    clip)

    ok note sure if i got what your saying but il give it a try.
    you have a background image and a mask made up of 72 squares
    (1 symbol, 72 instance of that 1)
    if thats right. i just tried it also all i is 1 box working.
    mainly cause there symbols. so how do you do 72 easy make it 1
    symbol but not the easy way your ganna have to make it the long way
    ill try to help...
    go from the stage into the mask symbol so you can see the
    background image. now instead of having 72 instances just copy
    frames and make 72 layers then move them to fill screen. making
    your checked desolve look possible.
    if thats not what your looking for please put more info so
    someone else or i can help thanks..

  • Making some texbox and image invisible from header in the second page and third page only

    i have written this expression for the image
    =iif(Globals!PageNumber= 1,false,True)
    the problem is, it is repeating in every pages, i want it to be displayed in the page one only, when the rdlc report is generated in the report viewer

    Hi aki.mary,
    According to your description, you added textbox and image to page header, now you want to display them on the first page, on other pages, their visibility is set to false, but the image is visible on every page.
    I tried to reproduce the issue in my local machine, but it works fine for me. I set visibility of textbox and image by following steps:
    Right-click the image, click Image Properties.
    Click Visibility in left pane, select Show or hide based on an expression.
    Click (fx) button and type the expression: =iif(Globals!PageNumber= 1,false,True).
    The following screenshot is for your reference:
    In order to improve the efficiency of troubleshooting, please provide detailed information of the report. I would be appreciated it if you could provide steps you created the report and screenshot of the report. By collecting this information now, it will
    help us move more quickly toward a solution.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • Stuttering image pan

    Hello,
    I have seen and looked over several different threads on this subject, but I have not yet found a solution that works for me, so I thought I would try myself.
    I have created a simple image pan for a project I am editing for somebody. I have tried creating this pan both in Premiere Pro CC 2014, as well as After Effects CC 2014 (both fully updated), and each time I get the same problem - the pan comes back stuttering instead of smooth.
    I have tried adjusting the frame rate, the original image size, I created a camera parented to a null object and panned that layer rather than moving the image itself (in After Effects), I incorporated motion blur, and at this point I am not sure what else to do. It is possible that my problem is in the export specs, and it's even possible that the problem itself is in playback rather than in the file itself (I have watched the file on both PC and Mac, windows media player as well as quicktime and vlc).
    The project for which I am making this animation is a 1920x1080 24p project, but I have tried making this animation at not only 24fps but also 30 and 50 fps, just to test out options.
    I have tried exporting to a quicktime movie with a png video codec, a photo-jpeg codec and a mpeg-4 codec, at about 85% quality, though I have tried other options as well.
    What I want is, I believe, simple - it is a six-second pan from left to right, resulting in smooth movement with clear, legible detail on the map while it's moving. I think maybe I am just over-complicating it. I don't know anymore.
    I have included a link to the after effects project file and the latest export below. I did also try just panning the map using the motion effect in premiere pro (since the larger project that includes the map is, itself, in premiere), but that was no better. Any advice?
    Dropbox - for adobe forum

    Judder is a nasty beast.
    Read up! Avoiding Judder in Motion Graphics

  • Can't select text when export in HTML and Images

    I am entirely new to Fireworks and I can't find anyone to teach me Adobe Fireworks. I followed some youtube tutorials but most of them are vague. I am still figuring the way to export from Fireworks to Dreamweaver, without affecting its contents like bitmap images and the text. When I export in HTML and Images format and opened the htm file, I can't select the text I've inserted in Fireworks. Can anyone tell me what I should do?

    I cant scroll below or above viewable section of text in any of my Macbooks, iMac, Mac Mini. Never have been able to, never could, except by pressing the arrow keys whilst selecting, to move up or down.
    Its stupid
    I dont have flash installed (never will do since my first virus of video ad sound running in background from Cnet was downloaded and kept returning until i deinstalled flash).
    I believe that this is a universal issue because none of my Macs can scroll out of screen when selecting text, which as a webmaster and developer, is a pain in the butt
    My issue is not in word documents, its in everything

  • Smooth Scrolling Article, Anchors, and Static Navigation

    Hi!
    Quick question on a smooth scrolling article:
    Let's say I have a very wide article, roughly 30,000 pixels wide with lots of photos, info, etc.. Would it be possible to have a "floating" navigation on top of this wide article?
    Something sort of like this: http://i.gyazo.com/a3e5266bb08fcc7625710ff0bb0c86fa.png
    The article would of course continue via the smooth scroll style.. but those square buttons below: I know I could link them to smooth scroll to a certain % of the page, but what if I want them to be available down there regardless if I keep scrolling right? In a sense, a "fixed" navigation for the page.
    Thank you.

    I see. Hmm.. I bet one solution that would answer both the smooth scrolling, the navigation, and the memory problem would be:
    What if I have say 20 pages, that are horizontal format. Each one has the timeline at the bottom which links to the corresponding page, such as a month (Jan) for page 1.
    The client basically wants a long, seamless sequence of events in a timeline style where when you swipe left or right, they feel connected but have their own images, info, etc., but the background would be seamless. They want a way to navigate between each event via a timeline at the bottom.

  • THUMBNAILS and PREVIEW Pane

    I have "Windows 7 Home Premium 64bit. I had set up my Windows system to view many formats over the last couple of years and consequently was able to view image icons and image previews for psd files in Windows Explorer without problem. At some point that all changed---
    Now some (not all!) psd files have a generic icon and no preview in the Explorer Preview pane, while others have an image icon and an image preview in the Preview pane---sometimes within the very same folder!
    I usually use my Elements 1.0, but some files are from my Elements 8 (which I only used briefly because it was extremely difficult to see because of the dark gray/light gray/black interface of both of the two options). Have not found the viewing problem to be connected to version (as far as I can see).
    Any help would be appreciated!
    Janet

    >No, the PSE10 interface can only be the default (excellent, as far as I'm concerned ) dark interface.
    I find the white text on black bkgrnd fine (although harder on the eyes because not as crisp as black text on light gray bkgrnd.). What completely screws it up for me, is where they have black on dark gray—sometimes it completely blends in. Examples are all the little black triangles on drop-down and pop-up menus, and the outlines of buttons. I can see it would be fine if you already know what and where things are, but I found things you could click on from reading posts that were completely invisible on my screen! I guess it’s time to do a new gamma setting and other monitor calibrations..:-)... I also just discovered that even though my monitor has two settings (one for text, and a brighter one for graphics), the screen apparently dims after being on for a long time (I have it set on high contrast for graphics). If I change it to text and then back to graphics, the ‘new’ graphics setting is much brighter than it was---and those triangles and buttons show up much better! Also ambient lighting makes a big difference. Those black-on-dark-gray bits show up better in a totally black room—but I am a lover of daylight...:-)....I just find that if I then open up PSE 1, everything looks so clean and clear, and with no strain......  
    >if the PSD files have at least one saved selection, then the current version of Sage Thumbs will not display the correct version of the image...
    I was surprised to find that duplicating, flattening, and saving as a tif showed ONLY the saved selection as the thumbnail (as for the psd file)! I thought flattening would merge everything together into a regular tiff....

  • I updated iphoto and images weren't visible.

    I updated iphoto and images weren't visible.  Still in the library but not visible.. did all the normal start up fixes like rebuilding thumbnails, database etc --- bt nothing worked...
    I copied images folders ORIGINAL MODIFIED etc -to an external harddrive and tried to restore my library from time maching - but now it tells me I don't have the memory...
    Of course I deleted the 'new' library and tried ... still the same information.
    I am now copying my time machine iphoto library to an external harddrive - but what is the go with this?  I've also lost my iphoto books that took hours to build...
    I'm devastated!
    Any help would be appreciated!

    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.>Click on the Add Library button,
    2 -  select the library you want to add from those in the selection window.
    3 - make sure that in the rebuild window the checkbox  "Scavange orphaned photos" is checked.
    4 - now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option
    5 - in the next  window name the new library and select the location you want it to be placed. Click on the Create button.
    Note 1: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments. However, books, calendars, cards and slideshows will be lost.
    Note 2:  Your current library will be left untouched for further attempts at a fix if so desired.

  • Spacing in Search and Index panes

    Please could someone advise me how to add padding to the Search and Index panes? I've edited the whthost.js file to apply spacing to the Table of Contents and that worked fine. However, I've tried editing the whfhost.js and whihost.js files in the same place for the Search and Index panes respectively, but changes to these files don't affect the output.
    PS. I'm using RH8 and outputting to WebHelp.
    Many thanks
    Jonathan

    In the Navigation Pane > Index > Setting a different color or background for the Index Input heading area topic, see the reference to image and color. However, the font stuff is there, too. Copy the skin somewhere, first, then try adding stuff like margin-bottom:5px inside the <font> tag and see what you get.
      <subpane name="Index">
       <image></image>
       <color>background:White alink:#d9e4da hover-color:#173a81</color>
       <font>font-family:Tahoma font-size:8pt font-weight:Normal font-style:Normal text-decoration:none font-sizeadjust:none font-stretch:normal font-variant:normal font-color:Black</font>
       <inputbox>
        <image></image>
        <color>background:White</color>
        <textbox width="0"/>
        <title>
         <text>::??DefaultWebSkinText??::</text>
         <font>font-family:Tahoma font-size:8pt font-weight:Normal font-style:Normal text-decoration:none font-sizeadjust:none font-stretch:normal font-variant:normal font-color:Navy</font>
        </title>
        <button mode="none">
        </button>
       </inputbox>
      </subpane>
    Good luck,
    Leon

  • Broad Question - Horizontal Scrolling Slideshow with Still Images

    Hi everyone,
    I have to make a horizontal scrolling slideshow using many images of different filetypes, sizes and DPI in Premiere Pro CS5.5.  I have tried a few different methods but each has its own problems:
    1. Arrange still images horizontally in the timeline, adjacent to eachother, and apply a custom Push video transition between each one.  This is a consistent method that doesnt require much work but it's tough to control the amount of whitespace between the images, especially when the images are all different proportions.
    2. Arrange still images both horizontally and vertically in the timeline, so that there is no white space between the images (the images overlap across multiple video lanes).  Then, set up motion fx for the position of the image for each clip.  This is tedious and I have to make every clip the same size and make sure the distance each clip travels (in the motion fx) is the same. So for instance, I have to set the starting key to 1200 on the x-axis, and the ending key to -300, for every single image (tedious when there are many).  Another problem with this is that it becomes very difficult to change the duration of the motion fx once ive set it up for many.
    3. To have an easier time composing the arrangement of images, I just make a single giant image by laying out dozens of photos in InDesign, then export a very wide jpeg.  The great thing about this is it's fast, easy, and the composition is exactly how i want it.  The bad thing is that premiere doesn't handle many megapixel images well, and furthermore the image quality is horrific compared to the quality of importing individual images. 
    The biggest problem with all of these is the image quality (extremely poor compared to viewing the source images on their own) and the animation smoothness (all three methods produce very jittery and erratic videos).  The biggest question I have is: should I even be doing a slideshow in Premiere?  Can someone recommend a better application I should be using for something like this?  Do i have to learn Flash?  I am not trying to make an interactive thing, just a video/animation where I hit play and dozens of images scroll horizontally, at the same speed, with a lot of control over the scaling of the images and their horizontal and vertical arrangement (the amount of whitespace between them). 
    Thanks for everyone's time and help!

    Don't know if it is still being sold, but Grass Valley's Imaginate was the perfect application for your intended purpose. There are many others as well, but PR is not the program of choice for this.

  • The scroll bar on the top pane of my email (I use AT&T Yahoo) suddenly disappeared. How do I make it come back?

    The top pane of my email window lists my emails. It always had a scroll bar on the right side, allowing me to scroll down the list of emails. Yesterday, it just disappeared. I still have a scroll bar in the bottom pane, where I read a specific email, but none in the top pane. Had tech support from AT&T, but found that since scroll bar is there in Internet Explorer, it's not my email program that's the problem, but FireFox.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    If you are in full screen mode then hover the mouse to the top of the screen to make the Navigation Toolbar and Tab bar appear.<br />
    Click the Maximize button (top right corner of the Navigation Toolbar) to leave full screen mode or right-click empty space on a toolbar and choose "Exit Full Screen Mode" or press the F11 key.

  • Chromium and HTML5 Video

    Does anyone else get stuttering on this video:
    http://screencasters.heathenx.org/wp-co … ep101.html
    It works fine in Firefox, but Chromium stutters the sound and image. I think it's related to HTML5 <video> usage because YouTube works fine in both browsers.

    mizar wrote:It works for me well in chromium, no stuttering. Maybe you miss some codecs.
    What codecs are installed in your system?
    Here is my:
    local/capseo 0.3-1
    Capseo video codec
    local/libdv 1.0.0-3
    The Quasar DV codec (libdv) is a software codec for DV video
    local/ffmpeg 0.5-1
    Complete and free Internet live audio and video broadcasting solution for
    Linux/Unix
    local/libmpeg2 0.5.1-1
    libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams.
    local/libtheora 1.1.1-1
    An open video codec developed by the Xiph.org
    local/x264 20090416-1
    free library for encoding H264/AVC video streams
    local/xvidcore 1.2.2-1
    XviD is an open source MPEG-4 video codec
    Last edited by fluffylime (2009-12-17 19:45:58)

Maybe you are looking for

  • Where is there good, straightforward installation and configuration docs?

    I have installed BI server on a linux box, and the client on a Windows box. we aren't using the default rpd, but rather the OBIA7960, Business Intelligence Applications. I created an 11gR2 database for the obia7960 schema, put the new rpd in OracleBI

  • Feedback about glitches, misbehaviors errors, missing features, bugs

    I couldn't find a thread where I could submit feedback about glitches, misbehaviors errors, missing features, bugs (and things of that nature) encountered when using Edge and needed a place where I could collect them writing about them as they happen

  • Schedule report jobs

    Hi, Could you help me to find what's wrong in my URL? I was trying to schedule a job to run every Friday. Here is my URL: http://report.iashub.com/dev60cgi/rwcgi60?ias&server=Repserv&report=possessioncnco.rdf&destype=cache&desformat=pdf&schedule=ever

  • Where 1=1

    Dear Guru, May I know what does where 1=1 means: SELECT entity, Active, Eng ,sum(case when lotstatus = 'PROCESSING' then lotquantity else 0 end) as FROM PT_WIPLIST WHERE 1=1 AND DATADATE=TO_DATE(TO_CHAR(SYSDATE,'YYYY/MM/DD')||' 15:20:00','YYYY/MM/DD

  • Can I use my non-wireless hp 8500 Officejet Pro to work wirelessly?

    I already have a wireless internet setup and am using a motorola  3347 modem/router.  I am using a Mac with 10.5 and a PC with windows 7, mostly interested in printing wirelessly from the PC (in my son's room).  Can I just get a usb wireless dongle a