Unanswered Questions
19
votes
0answers
390 views
Completing avfs fake directories in zsh
How can I tweak zsh's completion system to complete “fake” files in some circumstances?
More precisely, the AVFS filesystem exposes archives as directories by creating a “fake directory” next to ...
14
votes
1answer
715 views
Keymapping problem when working with Emacs and Openbox
I have an Apple keyboard and I had to do some remapping of the keys to make the mod-4 key the first key to the left of the Space bar for when working with Emacs. The below script worked fine when I ...
11
votes
1answer
198 views
Kernel modesetting hangs my boot, but the ATI driver requires it
I have a late 2011 MacBook Pro. It has an integrated Intel video card and a discrete ATI video card. Ideally, I'd like my Xorg to use the ATI card with the free driver (no Catalyst).
Here's the ...
11
votes
0answers
319 views
How to fix tab completion so it doesn't hide entries?
I'm using oh-my-zsh on Mac OS X with homebrew'ed zsh 4.3.12. I stumbled recently on a weird problem. In scripts/not-used I have several .R files:
breakdowns.R eventloop.R ...
11
votes
1answer
1k views
Fix Fn-keys for keyboard illumination
I've tried following the Ubuntu hotkeys/media keys troubleshooting guide and /usr/share/doc/udev/README.keymap.txt.gz to make the Fn keys work. After copying the map file and modifying ...
8
votes
1answer
275 views
Graceful shutdown in ArchLinux
I'm trying to get a graceful shutdown/reboot in ArchLinux with GNOME Shell. Now, when I ask for shut-down, it immediately shuts down without giving open programs time to gracefully close / save open ...
8
votes
1answer
484 views
USB audio only outputs white noise
I am running OpenBSD/i386 5.1 on a 5 year old laptop. The speakers and headphone port work, but the headphone port is a little loose so I am trying to install an external USB sound card (Fiio E17 USB ...
8
votes
0answers
311 views
How can Solaris sub-partitions be accessed in FreeBSD?
First of all, Linux detects the partitions:
sdg1: <solaris: [s0] sdg5 [s1] sdg6 [s2] sdg7 [s8] sdg8 >
However, FreeBSD 9.0 shows only the main partition. Is it possible that only Solaris ...
8
votes
3answers
452 views
Using real time kernel headers to compile userspace code vs default headers
Per customer requirements, I installed CentOS 5.6 with the default kernel. With this kernel installed, the time.h file includes the #define CLOCK_MONOTONIC.
Now, a real-time kernel was installed ...
7
votes
0answers
62 views
vim/gvim failing to put X11 clipboard in registers “+ or ”*?
Due to the lack of security with standard vino server, I switched to use x11vnc on my linux (with Xubuntu 14.04) box and SSVNC on the windows side.
With vino, cut and paste from windows to Linux ...
7
votes
2answers
4k views
Separate workspaces on each monitor
I recently switched to a new PC at work, one with two (identical, Dell 23") monitors. I'm running Linux Mint 15 64bit / Cinnamon. Is there a way to set it up in such a way that, instead of both ...
7
votes
3answers
14k views
Enabling IOMMU in the kernel for graphics card pass-through
Short question:
How can I turn on the intel_iommu setting in the Linux kernel? I run a Debian host, using the grub2 bootloader. Documentation I've seen says to edit /boot/grub/menu.lst, which seems ...
7
votes
1answer
282 views
No volume control in Nexuiz fullscreen mode
While playing Nexuiz on my Ubuntu in fullscreen mode the volume control buttons on my laptop don't work at all, externally after minimizing the game increasing/decreasing the sound solves the problem ...
7
votes
1answer
303 views
Installing USR 5422 on Ubuntu 12.04
I am a newbie to Linux. I was trying to set up the USR5422 USB adapter. It worked fine for the first time, but since then it freezes the computer most of the time.
What commands can I fire to see ...
7
votes
1answer
290 views
Need help on this bash auto completion script
I'm trying to setup autocompletion for a command, which takes only one parameter, a folder name,
In /secure/kernel_builds/, I have the three following subfolder:
3.5.6/ 3.6.2/ source/
Now I want ...