Slackware :: Rxvt Or Any Other Console Doesn't Make A New Line At Edge Of Window

Aug 17, 2010

I have a slight problem. Whenever I type something in rxvt, and sometimes it's a loooong something, I end up having to make it span multiple lines, as do you, probably. Anyway, my problem is that if I'm in any console at all, (aside from the TTY console and such) and I try to go multiple lines, this is what happens:

Code:

[root@SectionI13] > aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
After the first pass...

Code:

aaaaaaaectionI13] > aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
And after the second pass...

Code:

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaa

Now, I'd be fine and dandy with this, if it wasn't so hard to figure out what I was typing after the first pass, because it's just plain hard to understand a command when there's the second half of it in front of the first half of it.

View 5 Replies


ADVERTISEMENT

Ubuntu :: Change 'line Width' For Window Edge Resizing?

Dec 2, 2010

This has bugged me forever.....and I mean really bugged me. The 'pixel width' is too low, such that trying to get my mouse to line up just perfectly on the window edge to get the resize icon, is very difficult. After a bit of searching, I discovered Alt F8, which, for those that don't know, is a resize shortcut and works very well, however, I will still use the 'edge resizing' option quite a bit, and would like to widen the 'line' a few pixels. Is this possible in a user settings file, or is this hardcoded? I am learning to develop, so I wouldn't mind looking into this one as a beginning project. If that's the case, could someone point me to the appropriate package?

View 5 Replies View Related

Slackware :: Use Uxrvt For Rxvt Instead?

Aug 22, 2010

because rxvt doesn't support Unicode (UTF-8 in my case), I'd like to use urxvt (rxvt-unicode) instead. I installed it using the SlackBuild script from SlackBuilds.org. As it is not needed for all users, on the one hand, and because I would like to avoid assumptions about which shell the user prefers, I thought I'd put this into a ~/.profile:

[code]...

Unfortunately, the alias command is just ignored, although ~/.profile is read. I know this, because there are some variables defined and exported in this file, too, and they are evaluated. Now I wonder: Why doesn't have the alias any effect? In fact, after I do. Because /usr/local precedes /usr/bin in $PATH, and because the evaluation of the search PATH stops on the first hit, this works: Whenever I issue rxvt on the command line, urxvt is started. There's even a little advantage compared to the alias approach: The window title is "rxvt", although uxrvt is, what's actually being executed. Although this is all I need for the moment, I'd like to learn, what's wrong with my first attempt using alias.

View 14 Replies View Related

Slackware :: Paste To Another Application - Get Rxvt To Use Clipboard?

Apr 9, 2011

Using fluxbox in 13.1. If I select text in rxvt and then click the mouse wheel it pastes the selection at the cursor. But apparently it does not use the clipboard to do this, because if I Ctrl-v into another app, say jedit, it doesnt paste the rxvt selection, it pastes the last thing that was put on the clipboard. Is there any way to get rxvt to use the clipboard?

View 6 Replies View Related

Slackware :: Rxvt - Unicode And Transparency Not Working In 13.37

Apr 29, 2011

I just finished up my clean install of Slackware 13.37. I use rxvt-unicode, and transparency seems to have stopped working.

[code]...

View 4 Replies View Related

Slackware :: Get Standard PS/2 Wheel Mouse Working On The Console Command Line

Aug 13, 2010

I am trying to get my standard PS/2 Wheel mouse working on the Console command line, and seem to be having major problems getting it to work.

For the record, I am NOT talking about X, Xterm's or any Graphical Interface, my mouse wheel works fine in these environments.

I am purely concerned with getting the mouse wheel to work on the Console.

After many hours of reading forum posts about getting the wheel to work on the Console, this is what I have tried to date:

1. I have downloaded and installed every version of gpm I could find in the hope that one would utilise the wheel. (No Success).

2. I compiled and installed the latest version of gpm stable (1.20.6) to see if the wheel would work with it. (No Success).

3. I have tried setting up gpm-1.20.6 as a repeater to X, using every string I could find (msc, ms3, pnp .. etc), as well as every /dev entry in xorg.conf /dev/mouse, /dev/input/mice/, dev/gpmdata/, /dev/psaux ... etc). (No Success).

4. Created directories and configured a gpm.conf to both /etc/ and /etc/conf.d/ in the hope that gpm was looking for them there (read that in one forum or another). (No Success).

5. I then tried to find mouse wheel patches for gpm, and then downloaded the relevant version source gpm.***.tar.gz to go with these patches. Nearly every single one of the patches failed to apply (using patch -p1 >), except for one version I tried that did apply ... but then failed to make (stating that the source had a different signedness or some such thing) ??? (No Success).

6. I looked into IMwheel, but that seemed to be a purely X program that was a lazy way of writing ZAxisMapping in xorg.conf. (No Success).

So now I am stumped ... Does anyone know if if is possible to get:

a). A Wheel Mouse Patch for a recent version of gpm (1.20.6) that will actually apply, and then make?

b). A prepackaged recent version of gpm-1.20.6.tgz that has been patched to enable the wheel that I can use?

c). Any other information that may enable the mouse wheel to start working on the console.

View 6 Replies View Related

General :: Use Command Line And Wmctrl To Make A Window Larger Than The Screen To Get A Huge Screenshot?

Jan 24, 2011

I use a program which makes a large image which I have to scroll to view. The program has no way to save the image, and I have no access to the source to modify it. The only way I have to get the image from the program is by screenshot. My goal is to save the full size image without having to piece together individual screenshots. I'm using this script to try taking a screenshot:

#!/bin/bash
window=$(wmctrl -l | grep "Program$" | awk '{print $1}')
wmctrl -v -i -r $window -e '0,0,0,6030,5828'
wmctrl -i -a $window
import -window $window ~/Desktop/screenshot.png

This uses wmctrl to get the window id ($window) for a window named "Program". It then tries to resize the window to the desired dimensions. It uses imagemagick (import) to save a screenshot.png on the user's Desktop. All of this works except the resize step. I can resize the window using wmctrl -r -e, but sizes greater than the screen size don't work. I'm using Ubuntu 10.04 and the Gnome Desktop. I run two monitors, but I've tried this with one of them disabled. Is there a way to resize the window larger than my screen to get a huge screenshot?

Part II: I tried using xrandr to set up screen panning, so as to have a bigger desktop than my monitor. xrandr --output LVDS --panning 2600x2500 This command makes the laptop screen pan over a 2600x2500 size desktop, even though it can only show 1440x900 at one time. To turn off the panning, I can use a similar command to set total size and with zeroes for the panning section. This gives me back my original laptop display behavior. xrandr --fb 1440x900 --output LVDS --panning 0x0 This is all done with xrandr, and does not require any Xorg.conf changes (my Ubuntu system doesn't even have an Xorg.conf).

My video card seems to only allow about 6.5 million pixels, even though the maximum dimensions are 8192x8192. That maximum seems to be the maximum for either dimension, but there is a limit to how many pixels can be drawn, which is the width multiplied by the height. Once I did the screen resize, I tried my script again and got a screenshot. The screenshot however is totally scrambled. I'm not sure if it's unable to take a screenshot of an off-screen window or if it is unable to handle the large dimensions of the window. With the panning display, the window should think it is visible, and the window manager should think it is on-screen. So there is a pixel buffer somewhere with those pixels in it, so there should be a way to get a screenshot.

View 1 Replies View Related

Ubuntu :: Disable Window Resizing When Dragged To An Edge?

May 9, 2011

In 11.04, how can I disable windows automatically resizing when they're dragged to an edge? It's incredibly irritating.

View 5 Replies View Related

Fedora :: Nano - Editing Lines That Go Past The Window Edge?

Nov 22, 2009

I noticed a problem when editing files with nano. This problem happens if the terminal window that I run nano from is not wide enough to show the full line.By way of example below is part of my grub.conf

Code:

title Fedora (2.6.31.5-127.fc12.x86_64)
root (hd0,13)
kernel /boot/vmlinuz-2.6.31.5-127.fc12.x86_64 ro root=UUID=47e4c448-8087-4ec6-a67b-814845a598db noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us vga=0x370 nouveau.modeset=0
initrd /boot/initramfs-2.6.31.5-127.fc12.x86_64.img

If we assume the code box above is the size of the terminal window, if I edit anything past what will show as the $ sign in nano, it will automatically add a carriage return. So if we take the kernel line above, if say the screen shows at the end root=UUID=$, if say I were then to add 00 the end of the UUID, it will move everything starting from root=UUID= to a new line. Is there some wrap feature that is enable in Fedora for nano?

View 7 Replies View Related

Ubuntu :: Gnome: Maximize A Window To Half The Screen By Dragging It To The Left/right Edge?

Jul 9, 2010

KDE and Windows7 both have a nice feature/setting that lets you maximize a window to half the screen by dragging it to the left or right edge of the screen.

Edit: Use Compiz Grid:

Code:

sudo apt-get install compiz-fusion-plugins-extra

View 9 Replies View Related

OpenSUSE Install :: Red Line Of Error Msg During Boot System Console Stolen At Line: 266 SuSE11.4?

Apr 29, 2011

...../etc/init.d/before.local...System Console Stolen at line: 266 This line of red warning consistently appears immediately after something that ended with /etc/init.d/before.localThis is during the boot.Have anyone see it before ?It appears both in kernel versions:2.6.37.6-0.5-desktop2.6.37.1-1.2-desktop

View 3 Replies View Related

Slackware :: Cannot Suspend And Resume - ThinkPad Edge 13 (AMD-ATI)

Jan 19, 2011

Slackware 13.1 installed clean on a new ThinkPad Edge (version 13 inch with AMD Processor and ATI graphics). I can get most of what I want working fine except for suspend and resume. I read somewhere that I should be using generic rather than huge kernel, so I have done that and scrapped ATI proprietary driver in case that was causing problems, but nothing so far has allowed me to suspend and resume with pm-suspend, acpitool suspend or with KDE suspend command. In all cases the screen blanks and the single ThinkPad red LED goes from on to blinking, but nothing seems to wake the machine up again. I had both suspend and hibernate working fine with Slack 13.1 on an older Lenovo laptop and ubuntu users report on their forums that this laptop does suspend and resume "out of the box" so I feel it must be possible.

View 4 Replies View Related

Ubuntu :: Sidebar Thing Very Erratic - Move Mouse To The Left Edge Of The Screen - It Doesn't Always Appear

May 3, 2011

I'm not sure what to call the semi-transparent sidebar with a random collection of unconfigurable icons, but I don't think it's working properly.

1. When I move my mouse to the left edge of the screen, it doesn't always appear. Sometimes I have to move my mouse back and forth, back and forth, several times.

2. What it's doing right now is even worse... it appears, but as soon as I move the mouse a *little* bit to the right to actually click an icon, it disappears.

What is causing this? Surely it's a bug? How do I make the sidebar the absolute top priority for the screen edge so that it always catches it and appears? how do I configure it? I can't right-click on the sidebar itself. I can right-click and remove some icons. Other icons, like the grayed-out (but still active) "recent files" thing cannot be removed.

View 2 Replies View Related

Slackware :: Mouse Pointer Gets Stuck On The Lower Right Hand Edge Of Desktop

Jul 10, 2011

I've got a very weird behaviour with my brand-new Slackware64 13.37 KDE 4.5.5 system. I've so far just installed some basic software from sbopkg and the fglrx-driver.

Whenever I pass the red line as seen in the attached snapshot from within the marked area, my mouse pointer gets stuck at the line for roughly one second and then moves on.

Approaching from the outside this does not happen and if I'm staying inside the area, it moves normally as it does at the rest of my desktop.

Turning on/off compositing does not change this, as well as removing the widgets from the panel or locking them. I always get stuck there.

I found out that it has to do with the setting of my external screen via D-Sub. If I switch back to my laptop screen as main, the problem disappears.

View 1 Replies View Related

Fedora Servers :: Make PHP Pages - Shows An Internal Error 500 Page But Doesn't Show On What Line And Compile Error Encountered

Feb 1, 2011

I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...

View 3 Replies View Related

Ubuntu :: ALT+MiddleClick (resize Window) Doesn't Grab Foreground (top) Window

Jan 16, 2011

If you don't know, users are able to quickly resize windows using the "ALT+MiddleClick" key shortcut/combo. Basically, hold the ALT key, and mouse middle click and hold on a window. Move the mouse around, and it will resize the window for you.

STEPS TO REPRODUCE:

1) Open a single Window.

2) Near the bottom-right-hand corner of the window, ALT+MiddleClick and drag. It should resize. Great. It works.

What Doesn't Work:

Now, the problem arises when you have multiple windows open on the desktop, they are "layered". i.e. you might have several windows open "behind" the one currently "up front". Example:

If I try to ALT+MiddleClick the "foreground window", it rarely actually resizes THAT window, and instead jumps one of the windows from behind to the front, and resizes that one instead!

STEPS TO REPRODUCE:

1) Open 3x gnome-terminal windows and say some nautilus window. Place them overtop one another. (like the above image)

2) Try to ALT+MiddleClick the foreground window.

3) Repeat this always trying to grab the foreground window.

For me, the window manager seems to bring some window from the background to the front! Desktop Recording of the Problem: [URL]

Running:

* Ubuntu 10.10
* compiz window manager (the problem does not occur with metacity)
* ATI Radeon RV770 (HD4870) w/ open source Radeon Driver (same problem w/ fglrx driver)
* Versions: [URL]

View 3 Replies View Related

General :: Hide Or Minimize X11 Window From Console?

Sep 9, 2010

Window is full-screen and grabs everything.New windows are appearing behind it.I cannot just kill that application.I'm logged in as root remotely through the SSH.Expecting something like that:

$ xcontrol
> ls
window id: PID: Window class: Window name: ...

[code]....

View 2 Replies View Related

OpenSUSE :: Configuring The Concole \ Don't Like The Default Console Window Under Kde?

Jul 20, 2011

I now have Suse 11.4 and I don't like the default console window under kde.In 11.2, I was able to set the font size, line width and no. of lines, and then makethese changes permanent. I can't find anything now other than changingthe font size, and it's not permanent. The console window covers the whole screen,but I sometimes want to drag it smaller, which I can't seem to do now.

View 4 Replies View Related

Ubuntu :: Sh Script Automatically Open Console Window?

May 29, 2011

i have a simple sh script. It executes ok by clicking in dolphin but I would like it to automatically open a console window and execute in there so that I could see the output. Is this possible?

View 2 Replies View Related

General :: Interact With The Command Line Through A Console?

Nov 12, 2010

I'm aware I can do !commands but I'd like to somehow integrate a shell in vim. Or could I use screen and split the screen so that vim takes up say, half of the screen?

View 4 Replies View Related

Networking :: Device Is Configurable Only Over Console Line?

Oct 18, 2010

I have a configuration file for a network device(2100 lines). This device is configurable only over console line. If I copy chunks of those lines into terminal(I use minicom), there will be mistakes (sometimes some characters missing, space characters added etc). Hardware flow control and software flow control doesn't help either(as I use RS232-to-USB converter, I'm even not sure, if RTS and CTS signals are implemented). I tried with cu utility, but same issues appeared. There will be mistakes even if I copy in ~100 line parts. What causes those missing/added characters? Is there a terminal emulation program under Linux, which supports pausing before each byte/line transfer?

View 2 Replies View Related

Debian :: How To Avoid Closing Console - Bash Script - Window

Jul 30, 2011

I have a bash script and I'm dropping a file on script launcher shortcut. Everything seems fine, only that after executing the script console window closes, so I can't see if some messages were produced during execution.

As I just recently switched from Windows, this kind of problem is solved there by adding 'pause' command in batch script, on which user has to press key and script will then continue (finish) or by launching through 'cmd /k' which makes console window persistent.

Googling I found about 'sleep' command and more appropriate for me 'read' command, so I did this:

Unfortunately, I can't see any effect of 'read' command as console windows again terminates after execution. Execution is successful BTW. So what's the catch?

View 9 Replies View Related

General :: Open Some Location In New Tab In Existing Nautilus Window? (from Console)

May 13, 2010

I want to type something in console that will open some location (on example home dir) in already opened nautilus window. Is it possible?

View 1 Replies View Related

Programming :: Console Window Size - Why Ioctl Always Return 0 Width

Jul 1, 2010

I use ioctl to get the console window size (the SSH window). I use the following code:
struct winsize ws;
int returnValue = ioctl(pCommandStructure->terminal, TIOCGWINSZ, &ws);
int numberOfColumnsOfTerminalWindow = ws.ws_col;
When I debug on linux pc, it gives me the correct window width. But after I try it on router (this is my enventual place where my code shall run), ioctl always give me 0 width, that is, numberOfColumnsOfTerminalWindow == 0. but the returnValue is 0 which means that the function call succeeds.

View 2 Replies View Related

General :: Boot Into The Command Line/console From Grub 2?

Jun 14, 2011

It used to be with (old) grub you could hit a function key and add a runlevel option to boot a console, but I don't know how to do this here, wanting not to edit the grub config file, as seems the only apparent option: I'm trying to boot into SimplyMepis where there is no rescue menu option, so need the prompt?

View 4 Replies View Related

General :: Only A Black Background With A Console Window When Start Fvwm-crystal

Mar 4, 2010

I have installed fvwm-crystal successfully but when I try to start it by just adding the codes below to .xinitrc

Code:
exec fvwm-crystal
only a black background with a console window show up.

I also put the .xsession-error here,

Code:
1 /etc/gdm/PreSession/Default: Registering your session with utmp
2 /etc/gdm/PreSession/Default: running: /usr/bin/sessreg -a -u /var/run/utmp -x "/var/gdm/:0.Xservers" -h "" -l ":0" "xxx"
3 localuser:xxx being added to access control list
4 Launching a SCIM daemon with Socket FrontEnd...
5 Loading simple Config module ...
[Code]....

View 5 Replies View Related

Debian :: Rxvt-unicode And Vim Insert Mode

Jan 12, 2016

When entering insert mode in a text file i want to edit while using rxvt-unicode, there is a p being inserted and a whole new line is entered as well. when i hit the insert key, vim enters insert mode but also types a p and forces whatever line i am on down a line. if num lock is not on, it will not enter insert mode by pressing the insert key but if i type using the keyboard and not the number pad, it still enters text. vim/mode keys work normally in xterm. is there some unusual configuration required in order to get vim to behave properly within rxvt-unicode?

created ~/.Xmodmap file as outlined here: [URL] ....

View 0 Replies View Related

Software :: Rxvt Vs Elinks For Copy / Paste?

Jan 13, 2010

After an afternoon of googling, I'm beginning to wonder if I'm the only rxvt / elinks user who also wants to copy text from the browser! My problem is thus... rxvt uses Shift-Left-Click to paste, and elinks uses Shift-Left-Click to select. I need a way to either change elinks (preferably without disabling mouse support - which solves the problem BTW) or RXVT. RXVT is on cygwin, and elinks is on archlinux.

View 2 Replies View Related

OpenSUSE Network :: Invalid Command Line Option: Console Is Not Supported (1001) (403)?

Apr 7, 2010

I'm using linux suse 9.3. Recently i try to run execution files but it shows an error try running with the option "-console" or "-silent" When I tried with the -console option, I got the error - The wizard cannot continue because of the following error: Invalid command line option: console is not supported (1001) (403)

[Code]...

View 1 Replies View Related

Software :: Line-drawing Characters Not Longer Drawn In Console After Kernel Upgrade?

Jun 24, 2009

I upgraded in Ubuntu from 2.6.28-13 to 2.6.30 and now I get no line-drawing characters in applications like alsamixer; instead they are replaced by 127-bit chars like 'lqqk'. As a coder, I'd really like to understand what happened - what changed (file in /etc?) affecting terminal capabilities, and what does the kernel have to do with it .

PS: the distro is Jaunty and I used the debs at http://kernel.ubuntu.com/~kernel-mainline/:

Code:

linux-headers-2.6.30-020630_2.6.30-020630_all.deb
linux-headers-2.6.30-020630-generic_2.6.30-020630_i386.deb
linux-image-2.6.30-020630-generic_2.6.30-020630_i386.deb

View 2 Replies View Related







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