Results 1 to 6 of 6

Thread: can't find display controls, synaptic broken filter is broken.

  1. #1
    Senior Member otropogo's Avatar
    Join Date
    Jul 2008
    Posts
    109

    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.

  2. #2
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    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.
    Quote Originally Posted by otropogo View Post
    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.

  3. #3
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802

    In case someone try to fix what they are running from...

    Quote Originally Posted by Capricorny View Post

    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.

  4. #4
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    Quote Originally Posted by Capricorny View Post
    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.

  5. #5
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Quote Originally Posted by utu View Post
    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.

  6. #6
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    Quote Originally Posted by Capricorny View Post
    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
  •  


HP ProLiant MicroServer Gen8 Server Xeon E3-1220L 16GB RAM No HDD's picture

HP ProLiant MicroServer Gen8 Server Xeon E3-1220L 16GB RAM No HDD's

$299.00



HP Proliant MicroServer Gen 8 2.3GHz CPU 16GB RAM NO DRIVES/CADDIES INCLUDED picture

HP Proliant MicroServer Gen 8 2.3GHz CPU 16GB RAM NO DRIVES/CADDIES INCLUDED

$179.99



HP ProLiant HSTNS-5151 Micro Server 8GB RAM No Drives/Key/Caddies *READ* picture

HP ProLiant HSTNS-5151 Micro Server 8GB RAM No Drives/Key/Caddies *READ*

$94.99



HP ProLiant MicroServer Gen8 Server Xeon E3-1220L 8GB RAM No HDD's picture

HP ProLiant MicroServer Gen8 Server Xeon E3-1220L 8GB RAM No HDD's

$229.99



HPE ProLiant MicroServer Gen 10 Plus, Xeon E-2224, 16GB DDR4, 1TB M.2 NVMe SSD picture

HPE ProLiant MicroServer Gen 10 Plus, Xeon E-2224, 16GB DDR4, 1TB M.2 NVMe SSD

$750.00



ProLiant MicroServer Gen8 Intel Xeon E3-1220L V2 2.3GHz CPU 8GB RAM picture

ProLiant MicroServer Gen8 Intel Xeon E3-1220L V2 2.3GHz CPU 8GB RAM

$170.00



HP ProLiant MicroServer Gen8 Server Intel Xeon E3-1220L v2 16GB DDR3 (4) 4TB HDs picture

HP ProLiant MicroServer Gen8 Server Intel Xeon E3-1220L v2 16GB DDR3 (4) 4TB HDs

$399.00



HP ProLiant N36L Micro Server 633724-001 AMD Athlon II Neo N36L - No HDDs picture

HP ProLiant N36L Micro Server 633724-001 AMD Athlon II Neo N36L - No HDDs

$102.59



HP ProLiant Microserver Micro Server HSTNS-5151 untested picture

HP ProLiant Microserver Micro Server HSTNS-5151 untested

$75.00



HPE ProLiant MicroServer Gen10 Plus v2 Ultra Micro Tower Server P54644001 picture

HPE ProLiant MicroServer Gen10 Plus v2 Ultra Micro Tower Server P54644001

$849.99