Ubuntu :: Vnc Client Screws Up Keyboard?
Jul 20, 2011
Since network file systems seem either broken or slow, I'm trying to get VNC working.Basically it does work. But the clients I've found so far are very clunky about moving around the screen of the server system, there doesn't seem to be a clean way of exiting the client, and now the keyboard on the system which I ran the client on is completely screwed up.I need something sane here.First, how do I get my keyboard working correctly again?Second, is there a VNC client that's actually any good?
View 2 Replies
ADVERTISEMENT
Jun 5, 2010
Both my netbook and this machine needs an update (according to the update manager) Well 2 days ago, I let it update the netbook. Bad mistake. Long story short; it installed a new kernel, and monkeyed with GRUB (v1.5) and it wouldn't boot. It's that new grub thing, with the long cryptic numbers/letters string, instead of the more normal hd0, hd1 thing. I had no clue on how to restore it.
How can I back up GRUB next time, let it update, then restore grub back the way it's suppose to work? I tried backing up the menu.lst file, but that didn't work. I backed up, and restored it, and the netbook still wouldn't boot. Got the very same error message. I had to do a partimage to bring back the old image of it. Also Grub-install will not work at all, from systemrescueCD.
Is there some sort of up-to-date tutorial on Grub? I've had more problems with Grub than anything dealing with linux. Especially since anything happens to it, your virtually screwed.
View 1 Replies
View Related
May 16, 2010
Every time 10.04 updates I find that two of my programs - boinc and CUPS - get de-configured and must be either reconfigured, or re-installed to make them work. While the fix itself is easy, it is an inconvenience to have to do this after every weekly update. Why this is happening, what I can do to prevent it from occurring in the future (aside from not updating).
View 1 Replies
View Related
Jul 8, 2010
Thats it in a nutshell. and I don't mean the boot splash graphics, I mean desktop graphics! As in upon boot ubuntu goes in "low-graphics" mode. I have had this issue all the time with Lucid and never really found a good fix. With Karmic this was never an issue.As a final fix I tried to reinstall lucid and updated the live CD doing that too. First it worked fine, but after kernel update I downloaded yesterday (with update manager) I have had this "low graphics" issue again.
With Graphics card, I have nVidia GeForce 220 GT. The drivers are up to date, active, and in use. (according to the "hardware drivers" tool.
View 4 Replies
View Related
Aug 11, 2011
Can't seem to figure out how to make usable recordings with my webcam in cheese. when making very short video's like a few seconds...the longest so far was 11 seconds, it will behave just fine and it outputs a playable file with thumbnail and all. But when I try anything longer something seems to go wrong. I can tell first because cheese refuses to display a thumbnail for the resulting video. But also I cannot play it n any player I have (Yes I have pretty much all the codecs) Also when saved as a seperate file Gnome will choke when I try to get it to display properties for it.
I haven't found any errors like this when googling for cheese. Oh my OS is 10.04 and I have the 2.30-something Cheese that's packed for this version (can't get any of the newer cheeses to compile on it so far)
View 1 Replies
View Related
Mar 20, 2011
Whenever I create, move or copy into the httpdocs (host envio based on plesk installation)My FTP user privileges go wacky. For instance I could not delete, rename or upload anything to the directory I created as root in ssh.
View 1 Replies
View Related
Aug 7, 2010
I got a good one!I colorized my prompt as follow; Green for normal user, Red for root:
Root .bashrc:
PS1=e[0;31m[ ][u@h:w][!]\$ e[m"
User .bashrc:
PS1="e[0;37m[ ][u@h:w][!]\$ e[m"
Which gives:
[Code]...
View 7 Replies
View Related
Apr 25, 2011
since some update to the latest Flash, I've been getting a weird issue. If I'm watching a flash video in fullscreen (via firefox) and hit "esc" to leave full screen, about 20-40% of the time it will screw up the monitor's display of everything. The entire screen gets weird white and colored pixels randomply all over the screen (see the attached picture). Restarting is the only thing that fixes this. I tried logging out and back in but the issue remains. I have two questions:
1. How do I fix this without a restart?
2. What could be causing this?
View 9 Replies
View Related
Mar 23, 2010
I'm used to kernel updates screwing up both my graphics drivers and my instaltion of parallels. These things break each and every time the kernel is updated. Normally, reinstalling makes the problem go away and I move on. Yesterday, Parallels got screwed and I fixed it by reinstalling but the graphic driver is yet to work.
For reference I am using OpenSUSE 11.2 64-Bit Gnome-Edition with an ATI Radeon 4650, since it probably makes a difference. For some reason the driver from the repo (ATI's repo) would not install and I got errors saying that it has a wrong signature and (ignoring that) I got another error saying it was corrupted. So I could not install as usual.
Instead I went at ATI's site and downloaded the latest driver. It installed but I lost the mouse cursor so I reinstalled the previous version which also installed but it not working properly, although I do have a mouse cursor.
glxinfo gives the following error:
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 136 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 24
Current serial number in output stream: 24
fglrxinfo outputs the exact same thing. OpenGL is not working in any way. Even the gears demo and desktop effects (which I tried to reactivate just to test, since I hate those things) simply do not work.
View 7 Replies
View Related
May 26, 2011
I have configured server ubuntu 11.04. Everything works fine, but there is a need for some clients to connect local hard drive. What should I do? How and what modules are added to the ltsp-image? How to register in the fstab on the client? Maybe I'm going the wrong way?
View 1 Replies
View Related
Jan 6, 2011
trying to create a "local network" by directly connecting an IBM Thinkpad with Debian Linux installed on it to an Alix computer running Voyager Linux. I'm following a "how to" I found to create a music server, hence the requirement. My issue is I can't get a static IP address to be configured on the Debian machine.I've trawled the net and have found the instructions about editing the /etc/network/interfaces and have tried to do this. First I tried to get DHCP working so I could connect the Debian machine to the net and this proved successful. I edited the interfaces file to look as follows:
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
Then I tried adding a static IP address to the machine. As this is a network purely between two machines I made up the IP addres and used 192.168.0.1 and used a NetMask calculator to give me a NetMask of 255.255.255.254 (I told the calculator there would be 2 machines on the network). I then edited the interfaces file as follows:
# The loopback network interface
auto lo
iface lo inet loopback
[code]....
I re-booted the machine (ifdown eth0 followed by ifup eth0 keeps saying that eth0 hasn't been configured - a problem there that I don't understand), but during boot up time it failed to assign the Static IP address to eth0 and made me go into SU mode. To fix it I simply replaced the interface file with the static IP inputs with the file that had the DHCP entries (I'd made a copy of the DHCP file), and re-started the machine. Everthing came up fine. So the first question is how do I get a static IP address to be assigned to eth0 such that whenever I shut down and restart the machine the static IP address is always loaded?
The second question is around creating the network via the cross over cable. From what I've found via Google, all I should have to do is create a static IP address on the Debian machine and a static IP address on the Voyager machine. Once they're connected by the cross over cable they should see each other. Is that correct, or do I have to do anything else?
View 2 Replies
View Related
Mar 9, 2011
I am writing a TCP server in C, and the server listens to incoming client connections and accepts them. It then creates a thread to handle the client. The clients are expected to only receive data from my server and not send any data. So if I use a select() call with a recv(), I believe that the recv() will just block forever since there will not be any data coming from the client. If I use a non-blocking recv(), then this will just return a 0 which tells me nothing because the client is not expected to send any data. I am not sure if I have misunderstood some socket concepts, but I need a solution to detect when the client has disconnected so that I can close the socket and stop sending data to the client. As I understand it, simple ACKs etc are not captured by the recv(), and only data sent by the client will cause recv() to return a non-zero value, so I am not sure how to know when the client has disconnected.
View 7 Replies
View Related
Nov 25, 2009
Is there a good terminal services client available I can connect to my Windows boxes from Fedora12? I am willing to pay for a commercial license if there is a good one
View 7 Replies
View Related
Mar 3, 2011
I defined a variant to my keyboard layout (Italian) editing the file/usr/share/X11/xkb/symbols/it and adding this block:
Code:
partial alphanumeric_keys
xkb_symbols "itaro" {
[code]....
View 1 Replies
View Related
Jun 27, 2011
Computer: Toshiba Satellite Pro L510 laptop, 10.10.This has always happened but I have gotten around it by time-out and putting my menu.list in order. When I first boot the machine (switch on for the day from computer being off) I get to the grub options to select a kernel and I have no keyboard. No up/down arrows so have to go with the kernel on top of the list (not always desirable).
When I get to the log-in screen if I hit restart and go back to the grub screen I have a keyboard and can select any kernel. If I login to the kernel I have full keyboard, no problem. If I then restart, I have keyboard at the grub list.
Nutshell: It is only when starting the computer fresh that the keyboard is dead at grub menu (and then only). Any time after that, once the computer has been switched on, if I restart I have keyboard at grub menu and can select different kernels. (Of course, if I switch the computer off and back on again, no keyboard ...)
View 6 Replies
View Related
Dec 24, 2010
I'm a used Ubuntu user on a pc, and I like the french keyboard layout because it allows me to type accentued characters easily.I found a win-fr keyboard layout but it's much like windows and not so good.I found xmodmap.fr keyboard layout and I'd like to know if it was possible use it with my Mac SL 10.6.5, maybe I could do xmodmap xmodmap.fr or a way to convert to mac layout file.
View 1 Replies
View Related
Nov 20, 2010
Recently i have bought a Dell Inspiron n5010 laptop and installed ubuntu 10.10. I have a windows 7 installed as well. In windows Us English Table for IBM Arabic 238_L keyboard layout works for my pc. But, i can not find this layout in my ubuntu.
View 2 Replies
View Related
Jul 18, 2010
I'm trying to install slackware 32 bit 13.1.After loading kernel it asks for keyboard configuration, but keyboard (usb wireless) doesn't work.
Keyboard works on the old 13.0 installation, on bios and also in the boot options of 13.1 installation cd.
I've tried removing legacy usb support and changing usb2.0 speed from high to full. Nothing changed.
Anybody with this strange problem? (kernel of setup seems also to detect it correctly as a trust keyboard).
View 9 Replies
View Related
Mar 15, 2010
When I use the down arrow on my new keyboard it also does and enter key as well. When I use the left and right arrow keys and hold them it doesn't keep going. It just clicks once and I have to pressing it over and over again. Any one know the correct settings to setup my keyboard? It's a Logitech Illuminated Keyboard.
View 2 Replies
View Related
Jun 28, 2011
has bash a command that reads the keyboard status and exits? I want to write a loop of this form:
Code:
while [ 1 ] do
sleep (1)
[code]....
View 14 Replies
View Related
May 20, 2009
I have the following problem:I have to networks in remote places.I have an opnvpn client in one network that connects to the the router (openvpn server).My question is,can i connect the network where the openvpn client is,throught the computer with the client to the other network.If yes,how? (please make it an idiot proof anwser because i have limited knowledge about iptables). I was thinking like forwarding (the router in the network with the openvpn client is also firewalling with iptables) the request of the ip class of the openvpn network to the computer with the client,which masquarades the interface
View 2 Replies
View Related
Jun 29, 2010
I have upgraded my laptop to 10.04 while having my usb-keyboard plugged in.f I boot the laptop without a plugged in keyboard, the laptop keyboard is not working. It starts working as soon as I plug a usb-keyboard in though.Quite annoying if I take my laptop with me and the first thing after booting is to find a usb-keyboard to plug in Does anyone know where can I reconfigure this? [edit]I just found out, that the laptop keyboar seems to be in numlock mode... meaning that the keys [j,k,l] is mapped to [1,2,3] etc
View 2 Replies
View Related
Jun 11, 2011
I configured openLdap in RHEL5 on virtual achines,everything is working fine, I created a user called ldapuser,in LDAP server and i created a home directory for ldapuser in my LDAP client, now i can able to login to the both Server and client with ldapuser account....
Now here what am expecting is i want to export my server's home directory to the client, i dont want to create home directories manually in the client machine, i googled about that, and it can be done through autofs.....
what need to be done on the client and server side.
View 6 Replies
View Related
Jun 25, 2009
I have a Nis server on Suse 11 which is configured using Yast and nis clients on Suse and CentOs .All clients which is on the Suse Os is working fine. But on CentOs , users couldn't login using nis username.I have mounted home directory using nfs in fstab . I can switch to nis users homedirectory only when i am root. But nis users could'nt login on reboot.' ypcat passwd username ' is showing the output . No selinux is enabled in the client .Is there is any problem with Suse server to Centos Client in nis ??
View 2 Replies
View Related
May 3, 2010
I use Ubuntu as my primary OS on my desktop PC, and have another HDD in that PC with Win7 on it for games and such. I recently needed a laptop so I ordered myself a new MBP. Id love to be able to use Ubuntu One on all my systems, is there any chance of a client anytime soon?
View 7 Replies
View Related
Apr 30, 2010
I'm currently working for a company that requires me to have an IAX-compatible VoIP client. So far, the only one that works, and the one that was suggested to me, is Zoiper.
[URL]
I can download Zoiper classic (which runs literally as an executable) or Zoiper communicator which has a .deb, but both of them are unreliable for everyday use.
I can run Zoiper in Windows XP no problem, but I'm a programmer and I work much faster with my native workflow in Ubuntu.
I tried installing IAX libraries in Synaptic and tried to see if Empathy, Pidgin or Ekiga would pick it up, but no luck.
View 1 Replies
View Related
Jul 8, 2010
I have downloaded the file "icaclient_11.100_i386.patched.deb" from the Citrix website and installed it on my Ubuntu laptop. Everything seems to work fine. I can login to the secured website and even can click on the application.
After a while I get this error message: "You have not chosen to trust Thawte Server CA, the issuer of the server's security certificate (SSL error 61)"
I deinstalled the ICA Client (Citrix Receiver) and re-installed it again, but nothing seems to help. I keep receiving this "Thawte Server CA" error!
I have checked everything in FireFox (Thawte is there) and also tried to load the certificate, but FF tells me the certificate is already known to it.
So, why am I getting the error that I didnt choose to trust Thawte Server CA?
View 2 Replies
View Related
Dec 11, 2010
I got a Ubuntu 10.04 system setup with a printer.
A. I can print to this printer. Check.
B. I can print to this printer from a Windows client.
C. I cannot for the life of me figure out how to get a mac OS X 10.6.5 clientto work.
The closest I got was setting up Cups from the apple client, and printing a test page from the CUPS webpage. Nothing else.I have tried just about everything, forwards and backwards.I get almost always the same result.My printer pauses when I try to print to the server -- I hit resume, it pauses. It just doesn't complete a single job.
View 3 Replies
View Related
Jan 11, 2011
Is Pidgin the only multi-client IM Client or is it the most popular? Are there any others?
View 5 Replies
View Related
Apr 23, 2011
We have a SAP SERVER running on Windows 2003 64 Bit Server We created a client system on a desktop machine in Ubuntu 10.10. This system has got SAP GUI for Java 7.20 Rev 5 The printer is a network printer Canon IR 3300. I have created an output device using SPAD with the following field values
Output device : CANONIR3300
Short nane : CA33
Device type : POST2
[code]...
Problem is when I print any document from this terminal using this output device, the printer prints a garbage page. scan attached of the print.
PS: Other windows xp terminals are printing perfectly using:
Output device : LP01
Short nane : LP01
Device type : SWIN
[code]....
View 1 Replies
View Related