If your Linux video is playing back with green tints (MPlayer, VLC, Totem, etc) then your XV_HUE settings may have somehow got scrambled. I think mine became scrambled when I updated to Ubuntu 9.10, but I am not sure. I currently run under NVidia drivers.
Before doing anything else, please check your monitor cable, both ends. Make sure the cable is plugged in firmly. If you have a spare cable test that as well. A bad monitor cable can cause all kinds of color and flicker issues.
To see if it is an X-Windows HUE issue try the following and if this works then hues are probably the issue.
mplayer -vo gl video-file-name
To fix: ... Click to read more
If you get the following errors while trying to mount a Windows XP volume on Linux then some registry work on the XP box might resolve it.
- Via mount -t cifs
- mount error 12 = Cannot allocate memory
- Via smbclient
- NT_STATUS_INSUFF_SERVER_RESOURCES
It’s the cifs message that is confusing. It sounds like the memory problem is on the Linux side but that is not the case. It is a problem on the Windows side. The smbclient program returns a more useful error. Examine the Event Viewer system log and you will probably see some srv related errors. ... Click to read more