-
Senior Member
can't find display controls, synaptic broken filter is broken.
Have done two flash installs of Knoppix 7.6.1, and run into a couple of problems.
1. on one of my systems I run a laptop display and a wide external monitor. Windows 8.x has no problem automatically sizing both displays. But in Knoppix, the external monitor is only showing a portion of the desktop. I've looked all over, and haven't been able to find a tool to adjust the screen resolution or otherwise fit the desktop to the screen. the result is that I have to fish blindly for the start icon, and I can't see the bottom taskbar, and basically the desktop is chopped off on all sides.
Is there I tool I haven't recognized that can help me with this?
2. I tried to install UFRaw using synaptic, and it laboured for hours!, and finally presented me with the news that the attempt had failed, and that there were now two broken items that I had to find using the "broken filter." Unfortunately, the "broken filter" doesn't find anything, and so it seems synaptic itself is now broken.
Is there a fix?
I've run into other problems too, but two are probably already enough to get me branded as "troll" again.
----
I've moved the posting from "News" to "General Support".
wps
Last edited by Werner P. Schulz; 04-01-2016 at 09:30 AM.
-
Senior Member
registered user
Can you tell exactly why you post this in the "News" section? Why do you think this has any generality for Knoppix 7.6.1? "General support" is a much better place for this, IMHO.

Originally Posted by
otropogo
1. on one of my systems I run a laptop display and a wide external monitor. Windows 8.x has no problem automatically sizing both displays. But in Knoppix, the external monitor is only showing a portion of the desktop. I've looked all over, and haven't been able to find a tool to adjust the screen resolution or otherwise fit the desktop to the screen. the result is that I have to fish blindly for the start icon, and I can't see the bottom taskbar, and basically the desktop is chopped off on all sides.
Is there I tool I haven't recognized that can help me with this?
You must try out all possibilities in ARandR, the program behind the monitor icon on the taskbar, first. That's the default resolution manager - remember to 'Layout,Apply' the choices you make. Maybe you already have, but you must tell us about it. Also details about the hardware are useful. Did you try googling for 'ARandR' plus your hardware setup?
2. I tried to install UFRaw using synaptic, and it laboured for hours!, and finally presented me with the news that the attempt had failed, and that there were now two broken items that I had to find using the "broken filter." Unfortunately, the "broken filter" doesn't find anything, and so it seems synaptic itself is now broken.
Is there a fix?
I've run into other problems too, but two are probably already enough to get me branded as "troll" again.
First, whenever you suspect something risky ahead, start Knoppix w/o persistence, cheatcode noimage. You can then try out actual changes before committing them to persistent store.
Also, keep a backup of the last working version of your persistent store.
I just tried, from command line
Code:
sudo apt-get install ufraw
sudo apt-get install gimp-ufraw
No problems whatsoever. But then, I had issued
Code:
sudo apt-get update
in beforehand. In synaptic, you always start with the 'Reload' button. Because Knoppix is a mixture of different Debian release versions, this is particularly important to do. (Not apt-get upgrade!)
My advice is that you start with a new install, but keep a backup of the pristine setup this time.
Also, I have discovered that Knoppix nowadays often leaves the persistence file system with errors.
You should (from somewhere else) try
Code:
sudo e2fsck -fy KNOPPIX/knoppix-data.img
and look at the output.
If you regularly find that it is left in a broken state upon normal shutdown, that is very interesting news, I would like you to post about it in this subforum! 
Good luck!
Last edited by Capricorny; 04-01-2016 at 07:26 AM.
-
Senior Member
registered user
In case someone try to fix what they are running from...

Originally Posted by
Capricorny
You should (from somewhere else) try
Code:
sudo e2fsck -fy KNOPPIX/knoppix-data.img
and look at the output.
If you regularly find that it is left in a broken state upon normal shutdown, that is
very interesting news, I would like you to post about it in this subforum!

Good luck!
"Somewhere else" here means that you should (of course) NOT try to check/fix a mounted file system, i.e. do it from within a Knoppix session using that persistent store. In practice, you can also do it from within Knoppix though, starting it without mounting persistent image (cheatcode "noimage"). And if the file system of the persistent image is broken, you may have to start without it. After fixing, it may (in my experience will ofte) work correctly again, but there is no guarantee.
-
Senior Member
registered user

Originally Posted by
Capricorny
I have discovered that Knoppix nowadays often leaves the persistence file system with errors.
I also note that persistence files can occasionally get corrupted; usually in my case, from imperfect
shut-downs. It helps to have a pristine backup of persistence files, just in case.
I find it useful to occasionally examine what dmesg has to say in this regard:
Code:
dmesg | grep -i corrupt
This will not only find problems with persistence, it will uncover similar problems
which may have crept into Windows and data partitions.
An additional technique I use is to make cloop overlays of well-developed persistence files
as additional fat32-partition-KNOPPIX[n] files which are pretty much immune to shut-down corruption.
After adding such an overlay, I immediately use gparted to create a new 'empty' (reiser)
persistence file for additional changes which I might make to my Knoppix LiveUSB.
I try to minimize whatever is left to additional read/write persistence. After I get my Knoppix
'immunized' somewhat in this way, I consider on-going r/w persistence as 'temporary' and just
resurrect from notes any losses due to imperfect shut-downs.
A minimalistic back-up of small r/w persistence files is an obvious alternative I might use here.
Last edited by utu; 04-01-2016 at 07:46 PM.
-
Senior Member
registered user

Originally Posted by
utu
I also note that persistence files can occasionally get corrupted; usually in my case, from imperfect
shut-downs. It helps to have a pristine backup of persistence files, just in case.
I find it useful to occasionally examine what dmesg has to say in this regard:
Code:
dmesg | grep -i corrupt
This will not only find problems with persistence, it will uncover similar problems
which may have crept into Windows and data partitions.
An additional technique I use is to make cloop overlays of well-developed persistence files
as additional fat32-partition-KNOPPIX[n] files which are pretty much immune to shut-down corruption.
After adding such an overlay, I immediately use gparted to create a new 'empty' (reiser)
persistence file for additional changes which I might make to my Knoppix LiveUSB.
I try to minimize whatever is left to additional read/write persistence. After I get my Knoppix
'immunized' somewhat in this way, I consider on-going r/w persistence as 'temporary' and just
resurrect from notes any losses due to imperfect shut-downs.
A minimalistic back-up of small r/w persistence files is an obvious alternative I might use here.
I wonder what is the reason for this. I thought is was confined to running KNOPPIX under kvm, because I first detected it there. But it is not. So I have put a small script, fix_fs, in /usr/local/bin, to check the persistence file systems. Turns out they have to be fixed most of the time nowadays. I'm pretty sure it wasn't like this before. I'm not talking about crashes or emergency halts. This happens with all standard methods of shutdown that I have tried.
Perhaps we should pursue the "read-on-startup" and "write-on-exit" method, I think some distros have adopted it.
Seems that mainstream Linux is turning into ever more of a buggy beast these days. Maybe not entirely coincidental.
-
Senior Member
registered user

Originally Posted by
Capricorny
Seems that mainstream Linux is turning into ever more of a buggy beast these days. Maybe not entirely coincidental.
There is an even more toxic situation in Ubuntu-derived systems. IMO.
I've noticed in current & recent Mint and Ubuntu offerings that these systems check for 'low-memory corruption',
apparently mark the containing partition's filesystem as corrupt if it detects some impurity there,
and refuses to boot a system on the hardware having this alleged corruption,
even with kernel commands to ignore and to not use the alleged corrupted memory.
This absolutely discriminates against any hardware which has this alleged impurity from mounting these systems.
Also kills an elegant remastering scheme I had hoped to use.
So far, my Knoppixes don't seem to be checking for 'low-memory corruption' and have no similar problems.
My shut-down difficulties arise when I somehow lock my keyboard, and can't shut-down. When I remember
the REISUB trick, I can sometimes survive this, but not always. Minimizing my read/write persistenc exposure
is my general adaptation to shut-down problems.
Last edited by utu; 04-02-2016 at 05:02 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

Dell PowerEdge R630 Server | 2x E5-2680 v3 2.5GHz -24 Cores| 128GB RAM| 900GB HD
$417.99

Dell PowerEdge R720 Server 2x E5-2670 V2 =20 Cores 128GB RAM H710 2x 900GB SAS
$331.20

Dell PowerEdge R720 Server 2x E5-2650 V2 = 16 Cores | 128GB | H710 | 4x trays
$240.99

Dell PowerEdge R720XD Server | 2x 2660 V2 =20 Cores | 64GB | H710 | 2x 4TB SAS
$286.99

Dell Poweredge R720XD 2 X TEN CORE 2.80GHZ E5-2680v2 128GB RAM 12 X 3TB SERVER
$489.99

Dell PowerEdge R730XD DUAL XEON E5-2680 v3 2.5GHz 24 Core 256GB RAM 8x32GB DIMM
$649.95

NEW Dell PowerEdge R240 Server Dual Core Celeron G4900/16GB/No Drives
$229.99

OEMR Dell Poweredge R730xd (2x) Xeon E5-2640 2.6GHz/(8x) 4GB/NO HDD'S
$299.99

Dell PowerEdge R720XD Server 2x 2680 V2=20 Cores | 128GB | H710P | 4x trays
$337.99

Dell PowerEdge M630 Blade Server 2x Xeon E5-2630v4 10 Core 2.2GHz 128GB 0HD
$179.10