With 10.04 final i still have the issue with a very distorted screen. Works with RadeonHD driver but performance is utterly crap so no good solution. Also when adding new panels they become invisible and only a logout and login makes them visible around the border. Errors somehow related? How do i file a bug report?
I actually have two reasons for posting this. One is to see if there's an actual name for characters like this:Hopefully that will show up correctly for you. If not, it's a little box with four numbers in it, one in each corner. I don't know their name or their reason for showing up, so it's hard to look for help.
My main problem, though, is that I wrote a program that prints some output to a console using ncurses as it runs. These characters show up on the console, seemingly at random, and disturb the whole thing. Sometimes I'll also get sets of characters like "[13;" I'm not printing anything bizarre on there, just strings and floating-point numbers.
I tried to install a a custom splash screen using this guide [URL] and got as far changing the settings with Startup Manager. I found out that I didn't have an 'Appearance' tab so I reverted all the changes I've done in the 'Boot Options' tab. I then closed Startup Manager and rebooted back into linux. Now instead of seeing the purple Unbuntu screen, I see a black screen with a lot of pixelated garbage. Why I don't have the necessary tabs in Startup Manager to install a theme? I'm using a Macbook Pro 5,5.
I can't get my Lexmark printer (X1270) working on Ubuntu. I've trawled google and all the posts are a few years old with broken links to drivers. Does anyone know how to get an X1270 or a general printer driver for lexmark working?
I just got a free Ubuntu 9.04 desktop cd in the mail today, but I'm already having a problem.
I'm using Ubuntu 9.04 Desktop 32 bit. I need graphics drivers for playing video games such as Nexuiz. My graphics hardware is in ATI Radeon X1200 series. The fglrx driver I downloaded from ATI does not install.
A couple of days ago I decided I would try to switch from using Ubuntu Maverick (10.10) to using Debian Squeeze. I have found some success in doing so, however, I cannot for the life of me get any sound from my laptop under Debian even though the audio device (ATI RS690/780 HDMI) works perfectly under Ubuntu.
This morning i installed Debian Squeeze and I'm sure it that was a good choice! I got my wireless stick to work (Linksys: Wusb600n v2), installed Chromium, VLC and some other stuff... and ye. I want to get Compiz working on my system! I'm not sure that my current drivers can deal with it, thought. I'm not good at Linux and I don't know what should I install (if there is something) so that I can have get better performance from my video-card. I made HardInfo report of my system. What are my options? How can I make the performance better and, maybe, run Compiz?
I am trying to get a new box up. It has XP on one HDD. There is a second HDD, upon which I want to install Ubuntu and dual boot. My problem is that my CD drive is garbage and won't run the installer. Nor do I have any flash drives. Is it possible to install directly from Windows but not "within Windows" persay? If so, how is this done? (I do have Daemon Tools.)
I have installed scim and anthy. Most Japanese characters display, but some websites and files show garbage characters. Is there any way to resolve this?
I'm interested in writing a generational garbage collector in C++. This is for a Python-like programming language project. I have used Boehm's garbage collector before, but I'm worried that it will have noticeable pause times (unacceptable for interactive programs). Since I can't really find any other C++ established GCs out there, I have been thinking of simply writing my own.
However, there are two essential ingredients I need for this:
- Some kind of write barrier mechanism that will notify my collector when something is written to a part of the heap
- A way for me to know the addresses and sizes of the stack, heap and global storage (the root sets)
how to implement write barriers (and how to get the stack, heap and global storage information) on the Linux platform? As an alternative, if you know of C++ GCs other than Boehm, I would also be interested.
My root partition /dev/sda1 is 24.41 GiB with 10.48 GiB used. How can I tell if I have inadvertently placed a bunch of garbage on this partition? Also, should I, and I use the term loosely, 'move' certain directories to my home partition /dev/sda3? (118.77 GiB with 3.14 GiB used)
Right now I believe that, rightly or wrongly, if I screw up my system, all I need to do is install my Clonezilla image back to /dev/sda1 and I will have a 'mostly' working system. If I 'move' anything out of /dev/sda1 to /dev/sda3, will this hold true? Or am I out to lunch on this assumption anyway?
if I open Yast2 via SSH I see the garbage (code page related issue; similar to this). If I set some other than UTF-8 in PuTTY (KOI8-U, iso-8859 etc) Yast looks good, but then the same problem appears with Midnight Commander. How can I have Yast to use 'right' UTF-8 instead of any legacy code pages? Or how better deal with the situation?
I've setup a git-svn repo with cron to fetch from the svn repo daily. I have a script to do the fetching, and this is what is invoked by cron. Everything is fine with the repo, and the script works fine when executed manually. However, when it runs under cron, empty files get dropped into the .git directory. The files have names that look like they are some base64 output, e.g. juTrvjP6m8 and kcKf3hu3b4. Two of these files show up for every cron run. I thought these might be commit hashes, but they're not, git-show says it's an unknown revision. I set-up the repo as follows:
[code]...
The last line pushes the repo to a separate (bare) public repo from which others can clone. I'm piping the output from the cron job to a file, which looks like this:
[code]...
The line "fatal: unable to run 'git-svn'" is alarming, but the fetch seems to go ahead anyway. Where are these empty garbage files coming from, and how to stop them? Am I in for bigger problems in the future?
Inherited an old Laserjet 6P that was working fine XP. No matter which printer driver I use all I get are pages and pages of garbage during the test print. I have tried the hplip, gimp, ljet4 drivers without success. I have tried sending text files from the command line as well (cat /etc/passwd > /dev/lp0) with the same result.
Fedora 11 64 cups 1.4 hplip-3.9 hpijs-3.9
Anyone using this printer with cups 1.4? Any ideas which driver to use?
The code below prints garbage if I use puts() but it is fine if I use printf() instead (see sample of output at the bottom of this post). The odd thing is that the mess always starts after exactly eight properly printed characters. That sort of regularity can't be a coincidence, can it? It almost looks like an encoding issue (I'm using UTF-8) but if it really is, then I don't understand why the printf() is unaffected.
Code: #include <stdio.h> #include <string.h> const char *nChars (const char *, int); int main (int argc, char * argv[]){ char * name ="Count Dracula++"; int len = strlen(name); if (argv[1] == 0) argv[1]="printf"; printf("--->%d characters", len); .....
When i pipe commands through 'less' in console, i get a load of garbage mixed into the results, and no colors either. Mainly the letters 'Esc' printed a couple of times on each line.
I had been messing about with my bash config files but i can't see anything in there to affect this. If I pipe through 'more' there is no problem, only 'less'.
Am running OpenSuSE 11.1 / KDE 3.5 on an Acer Aspire 4730Z laptop. Garbage is displayed on the screen just before and just after the login screen. The garbage sometimes includes vestiges of the taskbar. Suspect some video buffer is not being correctly initialized.
i installed 11.3 with kde on my wife's computer a couple of months ago, and i am slowly trying to fix the holes in the installation. things that she "can't live without". now i am working on flash. videos and other flash videos in the browser are all jerky, with very poor playback quality as a result. the playback skips forward a couple seconds, then pauses. this appears to be exactly like a bandwidth issue - but it is not. bandwidth is fine, and allowing the vid to download completely before playing makes no difference. i uninstalled all flash stuff, then reinstalled from a standard repo selection that included packman. pretty much oldcpu's recommended list of repos. no change. i've spent hours searching and reading threads, trying to find a gold nugget. one said delete ~/.macromedia and ~/.adobe. did that. no change.
update everything. no change. reboot. no change. somebody mentioned he was having a firefox specific issue with similar symptoms. i try chrome. no change. some ppl seem to connect flash misbehavior with vid driver issues. this box has an ati onboard gpu - ati radeon xpress 200. so i spend some time looking through some threads i turned up regarding updating that - but this leads me to more searching and no answers. i don't know how to tell what driver i have installed for ati, i don't know how to find the kernel config file to see if ati has been built in, and more.
Booted up my machine today and when I started x windows, the first dialog box came up fine and then the gui components turn into garbage characters and I then I lose control of the gui and have to reboot.I'm running Centos 5.5.I'm wondering how to diagnose this. Is this a hardware problem of a configurationproblem? Is there a way I can set the video settings back to default values?
Just recently got a few printers connected to the network at my shop and I've managed to get them connected in with samba for the linux clients. Whenever I try to print from one of the clients, the printer will click on and whiz away, but only prints on the first page stuff that looks like this:
Code: %!PS-Adobe-3.0 %%BoundingBox: 38 24 574 768 %%Title: Enscript Outpu %%For: User N
It seems to me that the printer isn't processing the postscript data properly (or I'm just not sending it in the right format) but I'm at a loss as to how to go about fixing it.
I read this guide: [URL].. but I still don't understand how to make objects created with new garbage-collected. Could someone explain how or find a link to an explanation?
After some years using OS X, I'm returning on Debian on my Macbook Pro in single boot.
I've bought a Samsung SSD (850 EVO 500Go) in order to replace the slow built-in HDD.
But I've earned about the need of repartition of writing operation on that kind of drives, and I'm concerned about swap partition.
I need swap (especially for Darktable, browsers and maybe Steam games), but I wonder if the usual swap partition (even with discard mount option) is really recommandable for SSD drives.
Actually, on Debian wiki and others, the usual recommandation is "if you have enough RAM, don't use swap or minimise swapiness to 1", but using of swap file is not mentioned.
Indeed, if I have only one "big" partition on the SSD drive and TRIM activated, the garbage collector (low level) built in chipet's SSD will optimize SSD life, but I don't know how the low level garbage collection works with multiple partition.
So there is my questions :
- Will SSD garbage collection will preserve the disc use even if I have a 2GB swap partition ? - Will I'd use a swap file instead of swap partition (I don't really need to hibernate) ?
Ubuntu 10.04 - Gnome Termainal - BASH pressing cursor keys in certain users produces garbage. For example:
pressing up arrow produces: ^[[A pressing down arrow produces: ^[[B pressing right arrow produces: ^[[C pressing left arrow produces: ^[[D
Naturally, I'd like my bash history instead of this. For root and my main user I have no problems. I have a few system users (who don't have a standard home directory) and this seems to occur with those users. For example, my amandabackups user has a home directory of /var/lib/amanda.