General :: Xorg Compose Key Without Losing Valuable / Bypass Mode?

Oct 18, 2010

I would like to setup a compose key, but the only options available in the KDE system settings (and via /usr/share/X11/xkb/rules) are code...

None of those please me though; "compose:caps" might be ok, but it's mapped to ctrl already.

Is there an option so setup some key (e.g. some of those extra function keys), or to get the key itself somehow? (e.g. ralt would be OK, if I could easily get the original behavior of the key (AltGr))

I would love to have something like Shift-AltGr to trigger Compose mode.

I guess I could add an extra rule, like it's done for/with compose:102.. what does 102 refer to? (it's not something dumped via xev).

There is also an option lv3:ralt_switch_multikey (Right Alt, Shift+Right Alt key is Multi_Key), but this did not work as expected (see http://bugs.kde.org/246472).

View 1 Replies


ADVERTISEMENT

OpenSUSE Install :: Losing Valuable Internal HD Data

Apr 1, 2011

to start: I am a 100% linux virgin. I have yet to boot once. I have a 1TB external HD bought today (), which I formatted to 32GB Fat32 and the rest NTFS. (The 32GB partition is the second in order) I tried installing 11.4 with the full release DVD, and managed to get through the 'partition' part of the setup without raging about losing valuable internal HD data. I changed / to the 32GB partition, and figured a native format was safer: formatted it in setup as Ext4, and installed after ignoring the under 128GB warning (the machine is only a few months old).

The installation seemed to go well. The loadup was unsuccessful. There were plenty of "fails". I was given a command screen with "Login:" and after, "Password:". It seemed to take the Login, however the correct password echoed back a "Login module failed" or something similar. Interestingly, an incorrect password yielded a "Incorrect Login". What I may need to do (?):

1. I did not specify a /home or swap during install
2. ?
3. ?
etc

View 9 Replies View Related

Fedora :: Set The Compose Key In Xfce Without Generate The Xorg.conf File?

Oct 29, 2009

I'm using Fedora 11 on my iBook G4 with an Italian keyboard.Is there any way to set the compose key in Xfce without generate the xorg.conf file?

View 1 Replies View Related

General :: Ext4 Journalling Mode And Data Losing?

Jan 31, 2011

Can any data be lost on ext4 with full journalling mode when electricity crashes? I know it's possible on filesystems like JFS and XFS because they don't journal data (only metadata). When ext4 in "journal" mode journalles both - data and metadata. Does it give 100% guarantee that no data can ever be lost in case of problems with electricity?

View 7 Replies View Related

Ubuntu :: Log In In Text Mode To Fix Xorg.conf?

Jan 9, 2010

Thinking to be clever, I made some changes to /etc/X11/xorg.conf and now I cannot see anything on the screen after Ubuntu boots up, just a 'mode not supported' message on the screen.How can I log into Ubuntu in text mode in order to fix the xorg.conf problem? I hope there is a "hot key" to stop Grub right before it starts loading Ubuntu and allows me to log in into Ubuntu in text mode.

View 2 Replies View Related

Ubuntu Multimedia :: Mode Limit In Xorg.conf?

Apr 18, 2010

I am trying to fine tune the S-video output settings for my xubuntu box running 9.10. I am having some trouble getting modes loaded via xorg.conf. Currently, my xorg.conf file looks like:

Code:
Section "InputDevice"
Identifier"Generic Keyboard"

[code]....

View 1 Replies View Related

General :: Define A Hebrew/Latin Layout + Compose Key In Mageia 2?

Aug 23, 2011

I'm on Mageia Linux Cauldron (what will become Mageia 2), where Mageia Linux is a recent community fork of Mandriva Linux. this script gives me the Xkb layout that I need:

#!/bin/sh
setxkbmap
-option ""
-option "compose:ralt,grp:switch,grp:alt_shift_toggle,grp_led:scroll"
-variant ",lyx"
'us,il'

[Code]...

View 1 Replies View Related

Ubuntu Multimedia :: Add 320x200x8 Resolution/Mode To Xorg.conf?

Oct 1, 2010

I am trying to run using WINE. It has a platinum rating on the site, and runs perfectly on my laptop.on my desktop it doesn't seem to run at all.The screen goes black,then brings me back to the desktop. I manually ran the WINE command in the terminal, and it produced the error "err11settings:X11DRV_ChangeDisplaySettingsE x No matching mode found 320x200x8 @0! (XRandR)". The laptop and desktop are both running the same version of WINE (1.3.3) and have similar Nvidia cards (laptop has a mobile 9600, desktop has a 9800). I found a bug report on this exact issue on the WINE website (I'll paste a link), and they mention that the solution is simply to add the 320x200x8 resolution mode to Xorg.conf.

I've tried generating the line that I may need with a web-based modeline calculator, referenced on another thread, but it caused my system to fail booting. Luckily, I backed up xorg.conf before making changes and restored the old one via recovery mode. Here's the link to the calculator, I may just be using it wrong: [URL]

View 1 Replies View Related

General :: Partition Table From Fdisk - Cylinder Mode - Sector Mode - Expert Mode ?

Aug 30, 2010

Below is a print out of my partition Table from Fdisk, in Cylinder mode, Sector mode, and then in expert mode?

Why in expert mode does it look like Partitions 2 and 3 share the same sector / hd / Cylinders? Is this OK?

Code:

View 3 Replies View Related

Ubuntu Servers :: System To Use With New Configuration Considering That Space Is More Valuable Than Speed

Aug 2, 2011

I am upgrading my (as I call it) archive server. It is server used for archiving anything from user files, to images, backup data etc. lots of files of different sizes. It has 8 WD320RE disks in RAID5 for total little above 2T space. Disks were working perfectly good for 4 years. I will be replacing them with 8 WD2000RE disks in RAID-5, somewhere around 12T of usable space. I am currently using RaiserFS as file system, because it was hip at the time and as turned out once, when I had to copy data to other disk, is about 20% more efficient than ext3. I can save about 20% more data on Raiser. My question is. What file system do you suggest for using with new configuration considering that space is more valuable than speed.

View 1 Replies View Related

General :: How To Bypass FSCK At Reboot

Jul 23, 2010

I have a server that said a volume was dirty and to check it at reboot, so someone did a shutdown -rF now. Only problem is the other volumes are HUGE and it will take forever, which I cant have happen. The volume with the trouble is non-critical so I could take it offline and check it that way if i can get this to boot quickly. How can I do that if its going to auto check every volume on reboot now?

View 2 Replies View Related

General :: Possible To Bypass NFS File Permissions By Using A User-space NFS Client?

Jul 4, 2011

There are some user-space based NFS clients (e.g. NFS Client library). Can I bypass file permissions by using such client? code...

Client1 uses usual NFS client (kernel-mode based) and user1@client1 can read only file1, but not file2.
As I understand, client1 sends uid in nfs request, server1 do a permissions check based on the request data. So, I suggest this is possible to have a client2:

Client2 uses user-space client, and hacker@client2 knows uids of user1 and user2; If he wants to read file1 he can send uid of user1; if he wants to read file2, he sends uid of user2.

Is the scheme possible?

View 1 Replies View Related

General :: How To Bypass Application Login Screen / Get Root Access To Install Fresh?

May 19, 2010

I have a computer with redhat installed that once it boots up it comes to an application login screen. I want to bypass that and get root access to reformat hard drive and install latest version of Debian Linux.

View 1 Replies View Related

General :: Emergency Mode Can Mount HDD With FS Error / Not In Rescue Or Single User-mode

Dec 1, 2010

My linux workstation recently crashed. After rebooting, Linux (Red Hat 5.3) will not boot properly and automatically went into emergency mode or recovery mode i think. I can still see my /home/user/ and all the files inside.I boot from CD to rescue mode and tried mounting read-only the /dev/sd5 which contains the files in the crashed hard disk to try to copy out my files but mounting was unsuccessful (invalid argument). I checked the filesystem type using fsck -N /dev/sda5 and shows it to ext2. i tried to mount another known working hdd and was successful.

My question is why in emergency mode, the crashed hdd is able to be mounted automatically as read-only but cannot be done in rescue mode thru a bootable CD?Is there any special mount options used in emergency mode?I also cannot copy out in emergency mode booting from the crashed hard disk as everything is read only.

View 3 Replies View Related

OpenSUSE :: Compose Key Works Only Partially?

Jun 4, 2010

My recent install of 11.2/KDE on a laptop suffers from a strange misbehaviour of the compose key (I have declared the Windows and Menu keys as Compose). It appears that two different sets of composing sequences are active, depending on the application.

I have to explain that I use a lot of unusual characters on a regular basis and therefore keep adding more sequences to /usr/share/X11/locale/en_US.UTF-8/Compose. I have even redeclared a couple of predefined sequences to values that are more useful for me. All these work fine, for example in a terminal window (konsole or xterm) or in konqueror, or even in OpenOffice.

However, other applictions seam only able to handle the default set of Compose sequences. This applies, for example, to Firefox or Gimp. It does not matter whether they are invoked from the command line or from a desktop icon. I tried both the Firefox shipped with OpenSuse, and a download from mozilla.org: Same result.

I tried to delete other Compose files from /usr/share/X11/locale/* but it did not help. I wonder where the default rules are actually found after deleting all the Compose files, even if (for some reason) the locales have changed in these applications.

View 2 Replies View Related

OpenSUSE :: Change Or Disable Compose Key In 11.3?

Dec 2, 2010

I have OpenSuse 11.3 with Gnome.I noticed that the compose key is set to Shift + Right-Ctrl as default. How can I change this? In the system / keyboard settings / options / compose key position I can set another compose key, but then it works additionally. The Shift + Right-Ctrl checkbox is of course unchecked.So how can I completely disable or change the compose key? And does this come from different compose key settings for XWindow and Gnome/GTK+?

View 5 Replies View Related

Ubuntu :: KDE 4.4 - Compose Key And Special Characters

Feb 15, 2010

I am trying to type German Umlaut letters on an English keyboard using kde 4.4. For some reason I seem unable to figure out how to do that (I have just recently switched to kde, was using gnome before). I have looked through various threads and the kubuntu wiki [URL], but can't get the compose key to work. In gnome I used to type "AltGr" plus "[" followed by a vowel and thus get my Umlaut - before I fiddled with the system settings this worked in kde, but only in firefox & Open Office (I assume they are gtk apps).

Since it did not work in Kmail, I went to the system settings, set up a ComposeKey (AltGr, but also tried rightWin), but it doesn't change anything for the kde applications. It only means that the old key-combination now stopped working in firefox and OO. In the system setting of kde 4.4 I can't see the options to enable xkb-options, but I assume the advanced options of the keyboard layout are xkb-options of previous kde releases. I unticked the box 'reset old options', but nothing changed. I type a lot of German text, so using a character map is not an option.

View 2 Replies View Related

Ubuntu :: Compose Key And Third Level Key - Don't Work On 10.10?

Apr 3, 2011

I was trying to follow instructions from here [URL]..community/ComposeKey but couldn't get ANYTHING to work and can't type any special character. According to the instructions, if no third level / compose key is selected, then AltGr switches to third level and Shift+AltGr to forth. So I leave them unchecked to get default behaviour and they trying to type something but no characters appear.

I then started to experiment with different checkboxes, setting third level to Menu and Right Alt, combining them with checkboxes in Compose key position group - with no success. Any ideas what is wrong with this?

View 6 Replies View Related

Ubuntu :: Can't Compose Message In Thunderbird

May 23, 2011

For some reason thunderbird randomly decided to stop letting my dad reply to emails with attachments. He can reply to normal emails, but as soon as he tries responding to an email with an attachment thunderbird just shows this:

Note the cutoff toolbar -- that might be a seperate issue though.

It will then show the above for all emails he tries responding to until I restart thunderbird.

I have tried:

1. Running Ubuntu classic with no effects.
2. Moving ~/.thunderbird
3. Changing the theme to clearlooks.
4. Resizing/maximizing/moving the window.

I have not installed or removed anything, the last upgrade I did was a few days ago, a bunch of qt libs were upgraded, along with firefox and openoffice.

My dad really likes thunderbird, and he needs to be able to reply to emails. I suppose I can set him up with Evolution if I have to, but he probably won't like that.

View 5 Replies View Related

Software :: Compose One Image Out Of Images

Jul 21, 2009

I have four thousand images. I want to create one thousand images where each of those is tiled with 4 images. This is possible with montage out of the imagemagik package. But it is way too slow.Does anyone know of a high performing program which can compose four images to one image?

View 2 Replies View Related

General :: Why Do I Keep Losing Full Permissions

Apr 24, 2011

I am currently running Ubuntu Studio (a variant of Ubuntu 10.10), dual-booted with Windows 7. For convenience's sake, I have three partitions - one for 7, one for Ubuntu, and a third shared partition, for all of my non-OS-specific media, documents and programs. I am using RhythmBox Media Player, and have it pointed at a folder on the shared partition as a music library.

However, every time I boot, I have to re-mount the shared partition, which requires re-entering my login password. In a similar vein, when I'm installing programs in terminal (doing 'sudo apt-get install [x]'), I have to re-enter my password each time I do a sudo command. Is there any way to keep super-user permissions until I choose to drop them myself? Better yet, can I make it so that logging in as the admin account automatically instates super-user privileges?

View 18 Replies View Related

OpenSUSE :: Compose Music Without Using Actual Instruments?

Dec 25, 2010

I am looking for an application that I can select different types of instruments and select notes to play, and then make different instruments play at the same time or specified time in the track, thus composing a complete music. I am not looking for connecting instruments to computer and recording them, but I am looking for something that can compose music without using actual instruments.

View 9 Replies View Related

Ubuntu :: Unable To Get Specific Charters When Using The Compose Key

Feb 8, 2010

I'm somehow unable to get specific charters when using the compose key. Is there a way to modify it to get those needed characters?

I can't get ǖ ǘ ǚ ǜ I can get � separately from �,�,ŭ, and ū. (Note: This goes for the other vowels as well)I can type these characters out very quickly, which is handy, because I need to use them a lot. But combining the two dots with one of the other tones is very difficult for me, when I have to repeatedly paste them or grab them from the "character map" list. And I need these for email, my flash-card application, and digital art stuff.

View 2 Replies View Related

Ubuntu :: Make Custom Compose Key Combos?

Jul 30, 2011

Is there a way I can make custom compose key combos?

Like it seems to only have accents like etc.

I used the program AllChars on Windows (nearly free of it yay), and want some of the combos on that like

Compose + G + a = Greek Alpha Lowercase
Compose + L + L = GBP symbol
Compose + - + # = Superscript number

View 1 Replies View Related

General :: Upgrade Ubuntu Any Version To Other Without Losing Last?

May 15, 2011

I want to upgrade my ubuntu 10.04 to 10.10 or 11.04 but I afraid of doing that because last time that I did it upgraded successfully but after restarting, it went to blank screen and I forced to install a new UBUNTU. unfortunately there was no other previous version of UBUNTU in boot option.My question is how can I update or upgrade my UBUNTU to another one with keeping all of last versions data(kernel,modules,drivers,....)that if new version does not recognize some thing I have other choice to boot my system from ubuntu boot menu.

View 6 Replies View Related

General :: Repartitioning Without Losing Root Partition?

May 25, 2011

i have suse linux enterprise desktop on my laptop with these partitions :

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2612 20980858 83 Linux
/dev/sda2 2613 3592 7871848 82 Linux swap / Solaris
/dev/sda3 3593 3971 3044317+ 83 Linux
/dev/sda4 3972 60801 456486972+ 83 Linux

now i want to delete all partitions except root partition (sda1) and make it's size bigger then create other partitions again.

View 5 Replies View Related

Debian Multimedia :: Can't Paste In Evolution Mail Compose Box

Dec 16, 2010

After installing Epiphany and Evolution, I am unable to paste any text into Evolution compose box and gnome-terminal. Neither Ctrl+V nor Rightclick>>Paste work. However, middle-mouse button click pastes text.

I am on Debian Squeeze.

PS: I am sure Ctrl+V doesn't work in gnome-terminal, but rightclick>>paste should work. And in evolution compose box both Ctrl+V and rightclick>>paste should work.

View 5 Replies View Related

OpenSUSE Install :: Compose The Character On A US QWERTY Keyboard?

Feb 18, 2011

How do I compose the character on a US QWERTY keyboard?

View 9 Replies View Related

Software :: Compose Two Smaller Images Into One Larger Image

Mar 13, 2009

I've been using python's PIL (import Image in py2.5) and the command line utility ImageMagick to add text to images and compose images. I can't figure out how to get the composed image not to crop. That is, suppose I compose A onto B to create C. A is short and wide, while B is tall and narrow. I'd like C to be tall and wide, but instead it has the same dimensions as B.

The width of A is determined by dynamic text. My current solution is to get the width and height of A and B, and then create a maximally sized image, T, onto which I compose B and then A.I'm just wondering if there is some way to streamline this. Can ImageMagick do this for me? These operations take a non-trivial amount of time.

View 4 Replies View Related

General :: Memory Cache Losing Sync With Disk?

Nov 3, 2010

(Ubuntu Linux server, 64-bits)I was troubleshooting a problem with a file (~3.0 GB) which I had just downloaded, but it was failing the integrity test, when I discovered something really unusual.First this is the MD5 of the file after download, which didn't match the expected value:

~% md5sum media.iso
5d74facb904cc1765a468354908a8f34 media.iso

Some time passes, nothing should have changed the file during this time, but when I went to check the file again:

~% md5sum media.iso
a5b97c5016afb39bd67ccfc3fa6ca59e media.iso

This was really unexpected. Since I have a lot of RAM, I suspected this was the effect of caching and something was going awry with it. I decided to retry with the whole file from disk, for my surprise:

~% sudo sysctl -w vm.drop_caches=3 # This linux command invalidates
vm.drop_caches = 3 # everything in the memory cache.
~% md5sum media.iso
2992aa6270f6e1de9154730ed3beedc1 media.iso

I redid it and now it seems to stay consistent, although this still isn't the value I was expecting. Certainly, the contents in memory cache were different from the contents on disk.This is the big problem.To fix the download, I created a torrent on the source machine and opened it in the target machine. Five 1MB chunks out of ~3.0GB failed integrity check. I used the torrent to fix these file chunks and how the file integrity is ok.The problem now is to determine where the data got out-of-sync.

I tested the memory with memtest86+, all but the bit fading test. I was expecting to see some failing memory module, but there wasn't anything. Everything is ok.Filesystem is Ext4, over LVM2, over a 3-disk RAID5 array.Ext4 is considered stable, and if data were inconsistent between disks, mdadm would have warned. But there is nothing in the logs. S.M.A.R.T. error logs are clean, the disks are new (have less than 30 days of "power-on-hours").I'm looking for information about any data-loss bugs in my current kernel (2.6.35), but there doesn't seem to be anything, as far as I looked.what else I could check, or where exactly could be the defect/bug?It is a Ubuntu 10.10 64-bit, Core i7 930, 6 GB non-ECC RAM.

Update: I confirmed that the files are being correctly written to the disk, the pages are being altered after they are read from disk, while in memory. I did a lot more memtests (I left it doing bit fade test overnight),and still nothing. All memory modules seem ok.Some more tests:

~% md5sum media.iso
cc8bcf1ce67ff7704eadc2222650c087 media.iso
~% cp media.iso tmp[code]....(direcat is a version of cat that reads with O_DIRECT, that is, bypassing page cache)There is a clear pattern: it always happens to the 2nd byte in a 16-byte alignment. In that byte, almost always the bit 4 (LSB) flips to one, but there was one instance where bit 2 flipped to zero.

View 1 Replies View Related







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