Ubuntu :: Edgeless Pointer Wrap-around?

Jan 23, 2010

Is there any equivalent for Linux to the "Edgeless" software for Windows that lets the mouse pointer wrap around from one screen edge to the opposite edge? That is, if you move the pointer off the screen to the right, it comes back in on the left side.

View 2 Replies


ADVERTISEMENT

Programming :: Pointer To Pointer Segmentation Fault?

Jun 27, 2009

I have been googling trying to fix this ... basicly I have a (int **) variable, and when I try to pass a (int) value to a specific position, I have seg.fault.Resuming what I have is:

int ** p;
p[0][0] = 1; //segmentation fault

View 7 Replies View Related

Ubuntu :: Abiword Word Wrap

May 13, 2010

Abiword is splitting words at the end of sentences. If I go to the end of the line and nudge the word, it will wrap but I get an extra space. I can usually delete the space. Sometime, the word will wrap correctly if I continue typing but this is not the typical case.

I know this is not a problem with OpenOffice but I don't want to install 70MB of program just to get a simple word processor.

View 1 Replies View Related

Ubuntu :: Gedit Does Text-wrap To The Margin?

Aug 25, 2010

I hope I am pasting this in the correct place. I am a big fan of minimalist software- and Gedit is an excellent program. Now I am not a a programmer or anything, but I do like to write, and Gedit seems very well suited towards what I want. A simple word-bashing-out program.

But my problem is that it does text-wrap to the margin. Now I don't particularly want to do this manually, and the option in the preferences menu doesn't seem to work.

View 5 Replies View Related

Software :: How To Wrap Words In Vi

Dec 7, 2010

I just typed several long lines into vi but I only want it to have 80 columns. How can I set this in vi?

View 1 Replies View Related

Ubuntu :: Word Wrap In Gnome Sticky Notes?

May 30, 2010

I started using gnome sticky notes along with the Compiz widget layer in Ubuntu 10.04. The problem I'm having is that word wrap on the sticky notes is hit-or-miss. Most of the time the notes will automatically stretch horizontally (even beyond the size of a workspace) rather than break at its current window size. The only other problem I've noticed is that if I right-click on the title of a note, the resulting menu doesn't display correctly (it's looks like a line).Should I reinstall the package it belongs to?

View 1 Replies View Related

Ubuntu Installation :: Vertical Screen Wrap After Upgrading To 10.04 LTS?

Jun 24, 2010

I am seeing the Vertical screen wrap problem (discussed in [URL]) on a 64-bit Athlon XP desktop with the Ubuntu version that I installed yesterday (10.04 LTS 32-bit).

Vertical screen wrap, with the mouse pointer offset by a few pixels to the north, taskbar partially visible .

The xserver video amd package version is, xserver-xorg-video-amd 2.11.8-4 and the geode package is, xserver-xorg-video-geode 2.11.8-4. Is it possible that the problem lies in the new geode package (and not the intel/amd driver) ?

View 1 Replies View Related

General :: How To Turn Off Word-wrap In Less

Apr 19, 2011

How can I make the less utility in Linux not wrap lines?

Long version: Often I need to view huge CSV files using less with hundreds of columns. I frequently only care about the first couple columns. However, word wrap causes one line to become several lines even on wide-screen monitors.

View 2 Replies View Related

Software :: Another Way To Disable Word Wrap?

Nov 13, 2010

I have no need for word wrap for most of what I use JOE for. The man page and the HOWTO don't answer this question, so I'm wondering if it might be a bug. I'm running Joe 3.7.in the joerc file does not work correctly. It works (built-in?) for .c files, and I can make it work for .pl files. But files with no extension? Forget it.Without having to resort to the menu each time to turn it off, is there another way to disable word wrap?

View 3 Replies View Related

General :: Line Wrap In Less Not Working

Jan 21, 2010

I am having a problem with long lines when displayed in less. It is difficult to describe but I will try...

I have a text file with some lines longer that 80 characters. If I use less to view this file in an Putty terminal set to an 80 character width, some of the lines wrap. So far so good. If I now use the 'j' or 'arrow down' key to scroll down one line at a time all is ok until I encounter another long line (longer than 80 characters in my example). What I see is only the wrapped portion of the line. The first 80 characters are missing. At this point I can type a ctrl-L to refresh the window and then the long line is wrapped properly. It is only when I am scrolling one line at a time that I see this behavior.

I am not certain that this is a "less problem". However, I only notice it using less. vi works properly. more works properly. I suppose it could also be a Putty, bash or environment problem but I'm not sure.

I've played around with options to less such as -X -r -R without any luck. The systems I am connecting to area all running CentOS if that makes any difference.

View 5 Replies View Related

Programming :: Using Ld -wrap Function To Instrument

Feb 20, 2010

I am trying the wrap feature for the first time. I followed the instruction as mentioned in this link URl...but I am getting an error saying "undefine reference to __wrap_malloc.I followed all the steps, but the post was a decade old, I am sure something has changed? or am I missing something.

View 2 Replies View Related

Fedora :: Wrap Icon Label Text In Overview?

Jul 4, 2011

how to wrap the text in the overview for the icons I tell you I love opensource. Straight from some of the guys who wrote gnome shell, and yes the reason it was left out by default is because it has some quirks. Yes it wraps text - however if you have long words - like this_file_has_no_spaces then it will overflow into the icon on either side of it. But most application names have spaces. The obvious place you will see this happening is in recent items where that displays system files etc. The other issue is that when you hover/highlight an icon it will only highlight the first line of text. That's pretty much it and with a few lines of code then you can increase the font size of applications and don't have to worry about names getting cut off

[Code]...

View 4 Replies View Related

General :: Wrap App With Dynamic Libraries Into One Large Static App?

Feb 24, 2011

I have an old program that kind of depends on older dynamic libraries. They tend to get upgraded easily with distro's updates. I figured that there would be a script with using ldd that would gather the libs needed and create one bigger, statically linked application that wouldn't break so easily. If I could do this, a lot of older KDE libraries could be removed from my system and easen my life.

My distribution of choice is gentoo, but I'm looking for a general solution that doesn't depend on rebuilding anything. If it runs with libs on their path, I'm sure it can be made run with libs somewhere else!

View 1 Replies View Related

General :: Cannot Disable Word Wrap For All Text Files

Nov 13, 2010

I'm not a newbie to Linux, but I'm a newbie to LQ. I've searched the internet for an answer to an issue I'm having with JOE, to no avail.For my editing purposes, I HATE word wrap. I've read the man page extensively and nothing I try works.

To disable word wrap, it says, simply edit the joerc file and place --wordrap in the first column. Done. It works for .pl, and it works for .c (seems to be built in for C). Bottom line, I cannot disable word wrap for all text files, or at least the ones I want to edit. Has anyone solved this?

View 2 Replies View Related

Software :: Change Or Disable Line Wrap In Evolution ?

Apr 21, 2010

Anyone know the secred magic incantation is get Evolution to either stop doing line wrap while composing email, or at least extend the line size?

View 7 Replies View Related

Ubuntu :: Update Kubuntu 11.04 - Error: "p, Li {white-space: Pre-wrap;} E: Dpkg Was Interrupted, You Must Manually Run 'dpkg --configure -a' To Correct The Problem"

Sep 1, 2011

I'm trying to update Kubuntu 11.04 here is my error: p, li {white-space: pre-wrap;} E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. here is what i have tried to fix it:

[Code]....

View 2 Replies View Related

Ubuntu :: 10.04: Can't Change Pointer

Apr 30, 2010

i've just installed a fresh copy of 10.04 on my laptop, and, with the default "ambiance" theme, i can't change the pointer to dmz-black: i click on it to select it, but it stays white, even after rebooting and stuff.

View 4 Replies View Related

Ubuntu :: How To Create Own Mouse Pointer

Mar 27, 2010

i have many mouse pointers in the .ico also .ani and .cur format from my old windows days SEE image attached would also like to make new ones and really want to turn them into a format which works on ubuntu since the choice of pointers is only 6 i found a way to install X11 cursors from gnome-look.org download then save to .icons in the hidden part (control H) of my home folder then go system/preference/appearance/customize/pointers

but even then you have to install a whole lot of files to change one pointer and i see no way of making/installing my own is there a more straightforward way? ubuntu/linux are about freedom and here i am at the moment very restricted

View 3 Replies View Related

Ubuntu Installation :: No Pointer After Upgrading To 10.04

Jun 11, 2010

I've just upgraded a Compaq D510 from 9.10 to 10.04.During upgrade I got a message:-Code: Missing Resources.The NetworkManager Applet could not find some required resources.It cannot continue.However it did continue, and the system seems to work OK except the mouse pointer is invisible.I can use <ctrl> to highlight where it is, and I can click on menus and run apps.If I VNC in from another machine I can see the mouse pointer on the remote screen.With at least one Theme/Icon/Pointer configuration combination I can get the pointer to appear after boot, but only by launching either Firefox or Gimp.

View 1 Replies View Related

Ubuntu :: Remove Mouse Pointer?

Jul 2, 2010

I'm trying to make my mouse invisible permanently ,i tried to make a custom mouse cursor with lot of tutorials ,but it did not worked for me ,i tried to delete completely but i can not find how , to disable completely Mouse Cursor on X11 that would be great (not using unclutter)

View 9 Replies View Related

Ubuntu :: Pointer Only Works In Browser?

Oct 4, 2010

i have been using ubuntu for a while now and i need some help with my cursor selection option.when i change my pointer through system -> preferences -> appearance -> theme -> customize -> pointer,the pointer only seems to work in a browser window. any other place and it switches back to the default pointer.. does anybody know how to fix this??

View 4 Replies View Related

Ubuntu :: Want To Modify Mouse Pointer

Feb 18, 2011

I have ubuntu 10.04

i want to change the size of mouse pointer i use right click on the desktop then change desktop background then choose Themes --> customize then i draw from small to large and the pointer get large only in windows like firefox but when i get the pointer on desktop.

View 5 Replies View Related

Ubuntu :: Locating The Pointer With Ctrl?

Mar 2, 2011

Some time ago I did something on my laptop in Ubuntu 10.4 which enabled the Ctrl key to create concentric rings around the cursor so I could find it. I still have that, and it's very useful. But I discovered that it also created very pretty ripples in my wallpaper, as if a stone had been thrown into a pond, and that additional effect has suddenly gone away.I can't remember where this keybinding was set up, and I have searched in vain in CompizConfig for it.

View 2 Replies View Related

Ubuntu :: Numpad Will Only Move Pointer

May 25, 2011

I was shell scripting and all the sudden. I realized I couldn't use my numpad, all it did was move my cursor.I had to fix it in the settings.it's a fiun feature if my mouse is not with me AND my touchpad dies.using ubuntu 10.10

View 2 Replies View Related

Ubuntu Installation :: Can Not See The Mouse Pointer

Jun 23, 2011

I used UBUNTU 9.10 with no problem on 3 of my computers. I tried to use UBUNTU 11.04 and with one of my old laptops I face a problem with the mouse pointer. I can not see the mouse pointer. The mouse seems to work, but since I can not see the mouse pointer, its impossible to upgrade to UBUNTU 11.04 the same problem with UBUNTU 10,04 but no problem with UBUNTU 9.10.(My laptop is Fujitsu Siemens Amilo)

View 1 Replies View Related

Ubuntu :: Mouse Pointer Disappears / Fix It?

Nov 17, 2010

I have installed Ubuntu 10.04 and when i log into the system my mouse pointer/cursor disappears and I have to leave the system idle for 5 minutes after that the system gets locked and when I unlock the system I get the mouse pointer/cursor back. How to resolve this I want to see the mouse pointer/cursor when I login to the system. Can anyone help me to fix this.

View 9 Replies View Related

Ubuntu :: Mouse Pointer Causes Pixel Error

Jan 28, 2010

I've just installed Ubuntu 9.10 on my wife's old notebook, a Sony Vaio PCG-FX705, by wiping the HDD (i.e. no more Windows ). The problem is that there's some weird display error that reminds of a TFT with pixel errors, although that's no the cause. I got a screenshot of it here (made with a digicam), and here is a close-up of it.

One thing I've noticed is that this error starts at the mouse pointer's tip and goes right when the computer is booted. Also, when using Blank Screen as screensaver, the error disappears once the screen went blank until I press a key or move the mouse, at which point the error will re-appear at the mouse pointer's current location. The only way I found so far to temporarily fix this problem is to change display resolution. It doesn't matter which resolution I use, all that matters is that I change it.

View 3 Replies View Related

Ubuntu :: Mouse Pointer Changes From Desktop To Programs / Fix It?

Mar 10, 2010

My mouse pointer goes from regular white pointer when on the desktop / app bar, to the black oxygen theme cursor when on a web browser or nautilus when hovering over the |-|+|x| boxes.

View 2 Replies View Related

Ubuntu :: Mouse Pointer Disappeared After Update In 9.10 / Fix It?

Apr 30, 2010

Running 64 bit Ubuntu 9.10, just went through update manager (today, April 30, 2010) and downloaded and installed a bunch of stuff. Then after rebooting, no mouse pointer at all.

Does anyone have any suggestions?

I'm using the control key to locate my mouse pointer and that is very slow and annoying.

Was it something I downloaded?

View 1 Replies View Related

Ubuntu :: Mouse Pointer Style Won't Change?

May 6, 2010

I just installed Kubuntu on my machine, but on returning to gde I still have the oxy-white pointer from kde. I went to preferences>appearance>themes>customize>pointer, and changed it back to DMZ White, yet the pointer still looks like oxy-white. I tried it with all of the different pointer options, but none of them will override oxy-white.

View 9 Replies View Related







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