1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. Dinole

Beiträge von Dinole

  • Firefox reagiert nicht mehr

    • Dinole
    • 12. September 2022 um 14:32

    Hallo,

    mir ist auf 2 unterschiedlichen Rechnern aufgefallen, dass sporadisch FF nicht mehr reagiert und nur noch über den Task-Manager beendet werden kann. Einen Grund für dieses Verhalten kann ich nicht feststellen. Ähnliches Verhalten ist bei den Vorgängerversionen nicht aufgefallen.

  • Suche über die Adressleiste ergibt nur sporadisch ein Ergebnis

    • Dinole
    • 11. Oktober 2021 um 17:49

    ...so, das Problem sollte sich mit Zoom Page WE Vers. 19.2 erledigt haben.

  • Suche über die Adressleiste ergibt nur sporadisch ein Ergebnis

    • Dinole
    • 7. Oktober 2021 um 16:51

    Hallo zusammen,

    mir fällt nach dem Update auf FF 93 auf, dass teilweise die Eingabe eines Suchbegriffs in der Adressleiste nicht nach dem ersten Drücken der Return-Taste sonders meistens erst nach dem zweiten Drücken zu einem Ergebnis führen. Das war bis zur letzten FF-Version nicht der Fall.

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 73.0"

    • Dinole
    • 12. Februar 2020 um 21:27

    Auch wenn mein Problem zufriedenstellend gelöst wurde würde ich doch gerne wissen, weshalb nach jeder neuen Firefox Version die chrome.css angepasst werden muss. Gibt es dafür einen plausiblen Grund?

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 73.0"

    • Dinole
    • 12. Februar 2020 um 15:49
    Zitat von 2002Andreas

    Teste bitte:

    CSS
    tab[selected="true"] {
      background-color: rgb(205,69,50) !important;
      color: black !important;
    }
    tab {
      -moz-appearance: none !important;
    }
    /* Sidebar per Maushover einblenden */
    @-moz-document url("chrome://browser/content/places/bookmarksSidebar.xhtml"),
    url("chrome://browser/content/browser.xhtml") {
    
    #menu_bookmarksSidebar {
         display: -moz-box !important;
         }
    
    #bookmarks-view-children {
         margin-top: -120px !important;
         margin-left: -15px !important;
        }
    
    #sidebar-header {
        display: none !important;
        }
    
    /* #sidebar-search-container { */
        /* display: none !important; */
        /* } */
    
    .sidebar-placesTreechildren::-moz-tree-separator {
        margin: 0px 500px !important;
        }
    
    
    #sidebar-box {
        display: block !important;
        position: fixed!important;
        top: 116px;
        bottom: -35px;
        width: 0px !important;
        overflow-x: hidden !important;
        -moz-appearance: none !important;
        border: 1px solid transparent !important;
        border-left: 0 !important;
        opacity: 0 !important;
        transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
        z-index: 2 !important;
        }
    
    #sidebar-box:hover {
        width: 230px !important; 
        opacity: 1 !important;
        transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
        }
    
    #sidebar-splitter {
        display: none !important;
        }
    
    #sidebar {
        display: block !important;
        width: 100% !important;
        height: 95%;
        }
    }
    Alles anzeigen

    Ich verneige mich in Dankbarkeit!!!!

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 73.0"

    • Dinole
    • 12. Februar 2020 um 15:38
    Zitat von 2002Andreas
    Zitat von Dinole

    obwohl schon einige geantwortet hat,

    Weil dein Beitrag verschoben wurde steht unter Allgemein noch die 0.

    Sorry, aber ich habe leider noch etwa übersehen. Jetzt ist zwar mit diesem Code die zusätzliche Scroll-Leiste verschwunden aber wie mir ist jetzt aufgefallen ist fehlt auch noch die Suchfunktion in den Lesezeichen. Könnte ich bitte dazu noch den entsprechenden Code-Schnipsel bekommen?

    Vielen Dank nochmals.

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 73.0"

    • Dinole
    • 12. Februar 2020 um 13:55
    Zitat von 2002Andreas

    Teste bitte mal mit meinem Code.

    Evtl. musst du dir den einen oder anderen Wert etwas anpassen.

    CSS
    tab[selected="true"] {
      background-color: rgb(205,69,50) !important;
      color: black !important;
    }
    tab {
      -moz-appearance: none !important;
    }
    /* Sidebar per Maushover einblenden */
    @-moz-document url("chrome://browser/content/places/bookmarksSidebar.xhtml"),
    url("chrome://browser/content/browser.xhtml") {
    
    #menu_bookmarksSidebar {
         display: -moz-box !important;
         }
    
    #bookmarks-view-children {
         margin-top: -120px !important;
         margin-left: -15px !important;
        }
    
    #sidebar-header {
        display: none !important;
        }
    
    #sidebar-search-container {
        display: none !important;
        }
    
    .sidebar-placesTreechildren::-moz-tree-separator {
        margin: 0px 500px !important;
        }
    
    /* label[persist="value"][flex="1"][crop="end"][control="sidebar"][value="Lesezeichen"] { */
        /* display: none !important; */
        /* } */
    
    #sidebar-box {
        display: block !important;
        position: fixed!important;
        top: 116px;
        bottom: -35px;
        width: 0px !important;
        overflow-x: hidden !important;
        -moz-appearance: none !important;
        border: 1px solid transparent !important;
        border-left: 0 !important;
        opacity: 0 !important;
        transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
        z-index: 2 !important;
        }
    
    #sidebar-box:hover {
        width: 230px !important; 
        opacity: 1 !important;
        transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
        }
    
    #sidebar-splitter {
        display: none !important;
        }
    
    #sidebar {
        display: block !important;
        width: 100% !important;
        height: 95%;
        }
    }
    Alles anzeigen

    ....und wieder mal, genau das wars. Besten Dank!!!!

    Übrigens ist mir noch aufgefallen, dass bei meinem Beitrag, obwohl schon einige geantwortet hat, immer noch 0 Antworten angezeigt wird.

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 73.0"

    • Dinole
    • 12. Februar 2020 um 13:28
    Zitat von 2002Andreas

    Teste bitte mal:

    CSS
    tab[selected="true"] {
      background-color: rgb(205,69,50) !important;
      color: black !important;
    }
    tab {
      -moz-appearance: none !important;
    }
    /* Sidebar per Maushover einblenden */
    @-moz-document url("chrome://browser/content/places/bookmarksSidebar.xhtml"),
    url("chrome://browser/content/browser.xhtml") {
    #menu_bookmarksSidebar {
         display: -moz-box !important;
         }
    #bookmarks-view-children {
    margin-top: -100px !important;
    margin-left: -15px !important;
        }
    sidebarheader {
        display: none !important;
        }
    .sidebar-placesTreechildren::-moz-tree-separator {
        margin: 0px 500px !important;
        }
    label[persist="value"][flex="1"][crop="end"][control="sidebar"][value="Lesezeichen"] {
        display: none !important;
        }
    #sidebar-box {
        display: block !important;
        position: fixed!important;
        top: 130px;
        bottom: -35px;
        width: 0px !important;
        overflow-x: hidden !important;
        -moz-appearance: none !important;
        border: 1px solid transparent !important;
        border-left: 0 !important;
        opacity: 0 !important;
        transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
        z-index: 2 !important;
        }
    #sidebar-box:hover {
        width: 300px !important; 
        opacity: 1 !important;
        transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
        }
    #sidebar-splitter {
        display: none !important;
        }
    /* #sidebar-header { */
        /* width:100%; */
        /* border: 0 !important; */
        /* } */
    #sidebar {
        display: block !important;
        width: 100% !important;
        height: 95%;
        }
    }
    Alles anzeigen

    Danke schon mal, aber leider ist es auch hiermit unverändert. Ich schätze, das ist die gleiche Scroll-Leiste, wie sie auch auf der rechten Seite zu sehen ist.

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 73.0"

    • Dinole
    • 12. Februar 2020 um 12:44

    Hallo zusammen,

    leider bräuchte ich nach dem aktuellen Update wieder einmal Hilfe beim Code der Sidebar, da sich nun eine 2. Scroll-Leiste eingeschlichen hat.

    Der Code lautet:

    CSS
    tab[selected="true"] {
      background-color: rgb(205,69,50) !important;
      color: black !important;
    }
    tab {
      -moz-appearance: none !important;
    }
    /* Sidebar per Maushover einblenden */
    @-moz-document url("chrome://browser/content/places/bookmarksSidebar.xul"),
    url("chrome://browser/content/browser.xhtml") {
    #menu_bookmarksSidebar {
         display: -moz-box !important;
         }
    #bookmarks-view-children {
    margin-top: -100px !important;
    margin-left: -15px !important;
        }
    sidebarheader {
        display: none !important;
        }
    .sidebar-placesTreechildren::-moz-tree-separator {
        margin: 0px 500px !important;
        }
    label[persist="value"][flex="1"][crop="end"][control="sidebar"][value="Lesezeichen"] {
        display: none !important;
        }
    #sidebar-box {
        display: block !important;
        position: fixed!important;
        top: 130px;
        bottom: -35px;
        width: 0px !important;
        overflow-x: hidden !important;
        -moz-appearance: none !important;
        border: 1px solid transparent !important;
        border-left: 0 !important;
        opacity: 0 !important;
        transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
        z-index: 2 !important;
        }
    #sidebar-box:hover {
        width: 300px !important; 
        opacity: 1 !important;
        transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
        }
    #sidebar-splitter {
        display: none !important;
        }
    /* #sidebar-header { */
        /* width:100%; */
        /* border: 0 !important; */
        /* } */
    #sidebar {
        display: block !important;
        width: 100% !important;
        height: 95%;
        }
    }
    Alles anzeigen

    Vielen Dank!

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 71.0"

    • Dinole
    • 5. Dezember 2019 um 22:23
    Zitat von 2002Andreas
    Zitat von Dinole

    nicht mehr die Funktion "Lesezeichen durchsuchen" vorhanden ist.

    Dann einfach ab Zeile 28 das entfernen:

    CSS
    #sidebar-search-container {
        display: none !important;
        }

    ..etwas zu entfernen, um wieder etwas zu erhalten, darauf muss man erst einmal kommen.

    Danke vielmals!

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 71.0"

    • Dinole
    • 5. Dezember 2019 um 22:04

    Hallo,

    jetzt muss ich leider meinen Beitrag nochmals öffnen, da mir heute aufgefallen ist, dass in der geöffneten Lesezeichen Sidebar nicht mehr die Funktion "Lesezeichen durchsuchen" vorhanden ist. Ich wäre dankbar für einen Tipp, wie diese Funktion wieder hergestellt werden könnte.

    Besten Dank nochmals.

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 71.0"

    • Dinole
    • 3. Dezember 2019 um 18:00
    Zitat von 2002Andreas

    In zeile 43 mal den Wert ändern und testen dann.

    Perfekt, besten Dank!!!

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 71.0"

    • Dinole
    • 3. Dezember 2019 um 17:50
    Zitat von 2002Andreas

    Teste bitte mal:

    CSS
    tab[selected="true"] {
      background-color: rgb(205,69,50) !important;
      color: black !important;
    }
    
    tab {
      -moz-appearance: none !important;
    }
    
    /* Sidebar per Maushover einblenden */
    
    @-moz-document url("chrome://browser/content/places/bookmarksSidebar.xul"),
    url("chrome://browser/content/browser.xhtml") {
    
    #menu_bookmarksSidebar {
         display: -moz-box !important;
         }
    
    #bookmarks-view-children {
    margin-top: -120px !important;
    margin-left: -15px !important;
        }
    
    sidebarheader {
        display: none !important;
        }
    
    #sidebar-search-container {
        display: none !important;
        }
    
    .sidebar-placesTreechildren::-moz-tree-separator {
        margin: 0px 500px !important;
        }
    
    label[persist="value"][flex="1"][crop="end"][control="sidebar"][value="Lesezeichen"] {
        display: none !important;
        }
    
    #sidebar-box {
        display: block !important;
        position: fixed!important;
        top: 116px;
        bottom: -35px;
        width: 0px !important;
        overflow-x: hidden !important;
        -moz-appearance: none !important;
        border: 1px solid transparent !important;
        border-left: 0 !important;
        opacity: 0 !important;
        transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
        z-index: 2 !important;
        }
    
    #sidebar-box:hover {
        width: 230px !important; 
        opacity: 1 !important;
        transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
        }
    
    #sidebar-splitter {
        display: none !important;
        }
    
    /* #sidebar-header { */
        /* width:100%; */
        /* border: 0 !important; */
        /* } */
    
    #sidebar {
        display: block !important;
        width: 100% !important;
        height: 95%;
        }
    }
    Alles anzeigen

    Super, besten Dank, das Ein- und Ausblenden hat schon mal geklappt. Hättest Du noch einen Tipp für mich, wie ich die auf einmal auftretende Überlappung der Sidebar mit der Lesezeichen Menuleiste wegbekomme?

    [Blockierte Grafik: https://abload.de/img/anmerkung2019-12-03179lkae.jpg]

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 71.0"

    • Dinole
    • 3. Dezember 2019 um 17:24

    ..auf ein Neues.....

    Hallo zusammen,

    leider geht nach dem heutigen Update auf FF 71.0 nicht mehr das automatische Aus- / Einblenden der Sidebar. Könnte mir mal bitte jemand einen Tip geben, was ich im Code der userChrome.css zu ändern habe?

    Besten Dank!

    CSS
    tab[selected="true"] {
      background-color: rgb(205,69,50) !important;
      color: black !important;
    }
    
    tab {
      -moz-appearance: none !important;
    }
    
    /* Sidebar per Maushover einblenden */
    
    @-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xul"),
    
    url("chrome://browser/content/browser.xhtml"),
    
    url("chrome://browser/content/history/history-panel.xul") {
    
    #menu_bookmarksSidebar {
    display:-moz-box !important;
    }
    
    #sidebar-box {
    display:-moz-box !important;
    position:fixed!important;
    top:125px; /* Abstand nach oben bis zur untersten Leiste vom Browser */
    bottom:0px; /* Abstand nach unten bis zur Taskleiste */
    width: 0px !important;
    overflow-x: hidden !important;
    -moz-appearance: none !important;
    border: 1px solid transparent !important;
    border-left: 0 !important;
    opacity: 0 !important;
    -moz-transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
    }
    
    #sidebar-box:hover {
    width: 300px !important; /* Breite der Sidebar */
    opacity: 1 !important;
    -moz-transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
    }
    
    #sidebar-header {
    width:100%;
    border: 0 !important;
    }
    
    #sidebar {
    display:-moz-box !important;
    width:100%!important;
    height:92%!important; /* Höhe der Sidebar */
    }
    }
    Alles anzeigen
  • Hilfe beim Aus- / Einblenden der Sidebar "FF 71.0"

    • Dinole
    • 3. September 2019 um 21:29
    Zitat von milupo

    Ändere in Zeile 14 browser.xul in browser.xhtml.

    Prima, genau das war's! Vielen Dank!

  • Hilfe beim Aus- / Einblenden der Sidebar "FF 71.0"

    • Dinole
    • 3. September 2019 um 17:56

    Hallo zusammen,

    leider geht nach dem heutigen Update auf FF 69 nicht mehr das automatische Aus- / Einblenden der Sidebar. Könnte mir mal bitte jemand einen Tip geben, was ich im Code der userChrome.css zu ändern habe?

    Besten Dank!

    CSS
    tab[selected="true"] {
      background-color: rgb(205,69,50) !important;
      color: black !important;
    }
    
    tab {
      -moz-appearance: none !important;
    }
    
    /* Sidebar per Maushover einblenden */
    
    @-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xul"),
    
    url("chrome://browser/content/browser.xul"),
    
    url("chrome://browser/content/history/history-panel.xul") {
    
    #menu_bookmarksSidebar {
    display:-moz-box !important;
    }
    
    #sidebar-box {
    display:-moz-box !important;
    position:fixed!important;
    top:125px; /* Abstand nach oben bis zur untersten Leiste vom Browser */
    bottom:0px; /* Abstand nach unten bis zur Taskleiste */
    width: 0px !important;
    overflow-x: hidden !important;
    -moz-appearance: none !important;
    border: 1px solid transparent !important;
    border-left: 0 !important;
    opacity: 0 !important;
    -moz-transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
    }
    
    #sidebar-box:hover {
    width: 300px !important; /* Breite der Sidebar */
    opacity: 1 !important;
    -moz-transition: width .2s ease-out .2s, opacity .2s ease-out .2s !important;
    }
    
    #sidebar-header {
    width:100%;
    border: 0 !important;
    }
    
    #sidebar {
    display:-moz-box !important;
    width:100%!important;
    height:92%!important; /* Höhe der Sidebar */
    }
    }
    Alles anzeigen
  • Performance Probleme FF 65 mit WIN 8.1 * 64

    • Dinole
    • 3. Februar 2019 um 09:06
    Zitat von Palli


    Wie ist denn der Zustand mit einem auf dem 8.1 System neu angelegtem Profil, ohne irgendeine Datenübernahme?


    ...ist zwar schneller als ein Profil ohne Erweiterungen, aber noch deutlich langsamer als ein blanko Chrome- oder Opera Profil.

    Zitat von Palli


    Poste hier mal den Bereich "Hilfe" "Info zur Fehlerbehebung"

    Code
    Allgemeine Informationen
    ------------------------
    
    
    Name: Firefox
    Version: 65.0
    Build-ID: 20190124174741
    Update-Kanal: release
    User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
    Betriebssystem: Windows_NT 6.3
    Fenster mit mehreren Prozessen: 1/1 (aktiviert (Standard))
    Web-Inhaltsprozesse: 3/4
    Unternehmensrichtlinien: Inaktiv
    Google-Schlüssel: Gefunden
    Mozilla-Location-Service-Schlüssel: Gefunden
    Abgesicherter Modus: false
    
    
    Absturzberichte der letzten 3 Tage
    ----------------------------------
    
    
    Alle Absturzberichte     Firefox-Funktionen
    -------------------------------------------
    
    
    Name: Firefox Monitor
    Version: 2.8
    ID: fxmonitor@mozilla.org
    
    
    Name: Firefox Screenshots
    Version: 35.0.0
    ID: screenshots@mozilla.org
    
    
    Name: Form Autofill
    Version: 1.0
    ID: formautofill@mozilla.org
    
    
    Name: Web Compat
    Version: 3.0.0
    ID: webcompat@mozilla.org
    
    
    Name: WebCompat Reporter
    Version: 1.1.0
    ID: webcompat-reporter@mozilla.org
    
    
    Erweiterungen
    -------------
    
    
    Name: AdBlocker for Facebook™
    Version: 0.1.9
    Aktiviert: true
    ID: jid1-dwtGBwQjx3SUQc@jetpack
    
    
    Name: Bookmarks Organizer
    Version: 3.1.0
    Aktiviert: true
    ID: bookmarksorganizer@agenedia.com
    
    
    Name: convert2mp3.net Online Video Converter
    Version: 3.5
    Aktiviert: true
    ID: info@convert2mp3.net
    
    
    Name: Forecastfox (fix version)
    Version: 4.20
    Aktiviert: true
    ID: forecastfox@s3_fix_version
    
    
    Name: FoxClocks
    Version: 5.1.5
    Aktiviert: true
    ID: {d37dc5d0-431d-44e5-8c91-49419370caa1}
    
    
    Name: Grammatik- und Rechtschreibprüfung - LanguageTool
    Version: 2.0.28
    Aktiviert: true
    ID: languagetool-webextension@languagetool.org
    
    
    Name: HTTPS Everywhere
    Version: 2019.1.31
    Aktiviert: true
    ID: https-everywhere@eff.org
    
    
    Name: I don't care about cookies
    Version: 2.9.5
    Aktiviert: true
    ID: jid1-KKzOGWgsW3Ao4Q@jetpack
    
    
    Name: IDND
    Version: 2.1
    Aktiviert: true
    ID: {9757e92f-94d4-4b02-ba2d-0454955c7e4b}
    
    
    Name: Imagus
    Version: 0.9.8.67
    Aktiviert: true
    ID: {00000f2a-7cde-4f20-83ed-434fcb420d71}
    
    
    Name: ImTranslator: Translator, Dictionary, TTS
    Version: 15.11
    Aktiviert: true
    ID: {9AA46F4F-4DC7-4c06-97AF-5035170634FE}
    
    
    Name: Lesezeichenduplikate
    Version: 5.10
    Aktiviert: true
    ID: bookmarkdupes@martin-vaeth.org
    
    
    Name: Malwarebytes Browser Extension
    Version: 1.0.32
    Aktiviert: true
    ID: {242af0bb-db11-4734-b7a0-61cb8a9b20fb}
    
    
    Name: No Coin - Block miners on the web!
    Version: 0.4.13
    Aktiviert: true
    ID: {5657c026-efc3-4860-b43b-16e4eaa8a9aa}
    
    
    Name: Norton Safe Web
    Version: 3.4.0.4
    Aktiviert: true
    ID: nortonsafeweb@symantec.com
    
    
    Name: NoScript
    Version: 10.2.1
    Aktiviert: true
    ID: {73a6fe31-595d-460b-a920-fcc0f8843232}
    
    
    Name: PageZipper
    Version: 1.5.1
    Aktiviert: true
    ID: pagezipper@printwhatyoulike.com
    
    
    Name: Print Edit WE
    Version: 23.6
    Aktiviert: true
    ID: printedit-we@DW-dev
    
    
    Name: Privacy Badger
    Version: 2019.1.30
    Aktiviert: true
    ID: jid1-MnnxcxisBPnSXQ@jetpack
    
    
    Name: Scroll To Top
    Version: 4.7.5
    Aktiviert: true
    ID: jid0-gRmSxW9ByuHwGjLhtXJg27YnZRs@jetpack
    
    
    Name: Search by Image
    Version: 1.19.0
    Aktiviert: true
    ID: {2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c}
    
    
    Name: Theme Font & Size Changer
    Version: 62.0
    Aktiviert: true
    ID: {f69e22c7-bc50-414a-9269-0f5c344cd94c}
    
    
    Name: uBlock Origin
    Version: 1.18.2
    Aktiviert: true
    ID: uBlock0@raymondhill.net
    
    
    Name: uMatrix
    Version: 1.3.16
    Aktiviert: true
    ID: uMatrix@raymondhill.net
    
    
    Name: VTZilla
    Version: 2.1.1
    Aktiviert: true
    ID: info@virustotal.com
    
    
    Name: Zoom Page WE
    Version: 13.2
    Aktiviert: true
    ID: zoompage-we@DW-dev
    
    
    Name: Sea Containers
    Version: 0.9
    Aktiviert: false
    ID: {d975a11d-08cd-4aea-b7c0-989209ad860f}
    
    
    Sicherheitssoftware
    -------------------
    
    
    Typ: Norton Security
    
    
    Typ: Norton Security
    
    
    Typ: Norton Security
    
    
    Grafik
    ------
    
    
    Allgemeine Merkmale
    Compositing: Direct3D 11 (Advanced Layers)
    Asynchrones Wischen und Zoomen: Mausrad-Eingabe aktiviert; Ziehen der Bildlaufleiste aktiviert; Tastatur aktiviert; automatischer Bildlauf aktiviert
    WebGL-1-Treiber: WSI Info: EGL_VENDOR: Google Inc. (adapter LUID: 000000000000a2d2) EGL_VERSION: 1.4 (ANGLE 2.1.0.790e8e6b4179) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_MOZ_create_context_provoking_vertex_dont_care EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_explicit_context
    WebGL-1-Treiber: Renderer: Google Inc. -- ANGLE (Intel(R) HD Graphics 4600 Direct3D11 vs_5_0 ps_5_0)
    WebGL-1-Treiber: Version: OpenGL ES 2.0 (ANGLE 2.1.0.790e8e6b4179)
    WebGL-1-Treiber: Erweiterungen: GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_frag_depth GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object OES_compressed_EAC_R11_signed_texture OES_compressed_EAC_R11_unsigned_texture OES_compressed_EAC_RG11_signed_texture OES_compressed_EAC_RG11_unsigned_texture OES_compressed_ETC2_RGB8_texture OES_compressed_ETC2_RGBA8_texture OES_compressed_ETC2_punchthroughA_RGBA8_texture OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture OES_compressed_ETC2_sRGB8_alpha8_texture OES_compressed_ETC2_sRGB8_texture
    WebGL-1-Erweiterungen: ANGLE_instanced_arrays EXT_blend_minmax EXT_color_buffer_half_float EXT_frag_depth EXT_sRGB EXT_shader_texture_lod EXT_texture_filter_anisotropic EXT_disjoint_timer_query OES_element_index_uint OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context
    WebGL-2-Treiber: WSI Info: EGL_VENDOR: Google Inc. (adapter LUID: 000000000000a2d2) EGL_VERSION: 1.4 (ANGLE 2.1.0.790e8e6b4179) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_MOZ_create_context_provoking_vertex_dont_care EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_explicit_context
    WebGL-2-Treiber: Renderer: Google Inc. -- ANGLE (Intel(R) HD Graphics 4600 Direct3D11 vs_5_0 ps_5_0)
    WebGL-2-Treiber: Version: OpenGL ES 3.0 (ANGLE 2.1.0.790e8e6b4179)
    WebGL-2-Treiber: Erweiterungen: GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_multiview GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_frag_depth GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object OES_compressed_EAC_R11_signed_texture OES_compressed_EAC_R11_unsigned_texture OES_compressed_EAC_RG11_signed_texture OES_compressed_EAC_RG11_unsigned_texture OES_compressed_ETC2_RGB8_texture OES_compressed_ETC2_RGBA8_texture OES_compressed_ETC2_punchthroughA_RGBA8_texture OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture OES_compressed_ETC2_sRGB8_alpha8_texture OES_compressed_ETC2_sRGB8_texture
    WebGL-2-Erweiterungen: EXT_color_buffer_float EXT_texture_filter_anisotropic EXT_disjoint_timer_query OES_texture_float_linear WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_lose_context
    Direct2D: true
    Zeichnen auf Nebenthread aktiviert: true
    Anzahl Worker für Zeichnen auf Nebenthread: 3
    DirectWrite: true (6.3.9600.18696)
    GPU 1
    Aktiv: Ja
    Beschreibung: Intel(R) HD Graphics 4600
    Herstellerkennung: 0x8086
    Gerätekennung: 0x0412
    Treiber-Version: 10.18.14.5057
    Treiber-Datum: 8-16-2018
    Treiber: igdumdim64 igd10iumd64 igd10iumd64 igdumdim32 igd10iumd32 igd10iumd32
    Subsys-ID: 00000000
    RAM: Unknown
    
    
    Weitere Informationen
    AzureCanvasAccelerated: 0
    AzureCanvasBackend: direct2d 1.1
    AzureCanvasBackend (UI Process): skia
    AzureContentBackend: direct2d 1.1
    AzureContentBackend (UI Process): skia
    AzureFallbackCanvasBackend (UI Process): cairo
    GPUProcessPid: 9236
    Entscheidungsprotokoll
    WEBRENDER:
    opt-in by default: WebRender is an opt-in feature
    WEBRENDER_QUALIFIED:
    blocked by env: No qualified hardware
    
    
    
    
    
    
    
    
    Medien
    ------
    
    
    Audio-Backend: wasapi
    Max. Kanäle: 2
    Bevorzugte Sample-Rate: 48000
    Ausgabegeräte
    Name: Gruppe
    Lautsprecher (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    FS2333 (Intel(R) Display-Audio): HDAUDIO\FUNC_01&VEN_8086&DEV_2807&SUBSYS_80860101&REV_1000\4&1793e418&0&0001
    Lautsprecher (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Eingabegeräte
    Name: Gruppe
    Rear Green In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Front (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Front Green In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Subwoofer (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Stereomix (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Front Pink In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Front Green In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Side (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Rear Green In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Rear Blue In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Eingang (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Rear Blue In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Mikrofon (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Rear Pink In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Rear (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Front Pink In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Eingang (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Side (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Subwoofer (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Mikrofon (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Center (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Rear Pink In (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Rear (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Center (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    Front (Realtek High Definition Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1458A002&REV_1003\4&5327f15&0&0201
    
    
    Wichtige modifizierte Einstellungen
    -----------------------------------
    
    
    accessibility.typeaheadfind.flashBar: 0
    browser.cache.disk.capacity: 153600
    browser.cache.disk.filesystem_reported: 1
    browser.cache.disk.smart_size.first_run: false
    browser.sessionstore.upgradeBackup.latestBuildID: 20190124174741
    browser.startup.homepage: https://www.n-tv.de/
    browser.startup.homepage_override.buildID: 20190124174741
    browser.startup.homepage_override.mstone: 65.0
    browser.urlbar.placeholderName: Google
    browser.urlbar.timesBeforeHidingSuggestionsHint: 0
    dom.push.userAgentID: feff6044b8ca44ff85f7f0f5d8cfa2c4
    extensions.lastAppVersion: 65.0
    layers.mlgpu.sanity-test-failed: false
    media.benchmark.vp9.fps: 167
    media.benchmark.vp9.versioncheck: 5
    media.gmp-gmpopenh264.abi: x86_64-msvc-x64
    media.gmp-gmpopenh264.lastUpdate: 1548916722
    media.gmp-gmpopenh264.version: 1.7.1
    media.gmp-manager.buildID: 20190124174741
    media.gmp-manager.lastCheck: 1549101856
    media.gmp-widevinecdm.abi: x86_64-msvc-x64
    media.gmp-widevinecdm.lastUpdate: 1548916724
    media.gmp-widevinecdm.version: 4.10.1146.0
    media.gmp.storage.version.observed: 1
    media.hardware-video-decoding.failed: false
    network.dns.disablePrefetch: true
    network.http.speculative-parallel-limit: 0
    network.predictor.cleaned-up: true
    network.predictor.enabled: false
    network.prefetch-next: false
    places.database.lastMaintenance: 1548955027
    places.history.enabled: false
    places.history.expiration.transient_current_max_pages: 94297
    plugin.disable_full_page_plugin_for_types: application/pdf
    privacy.history.custom: true
    privacy.sanitize.pending: [{"id":"shutdown","itemsToClear":["cache","cookies","history","formdata","downloads","sessions"],"options":{}},{"id":"ne
    privacy.sanitize.sanitizeOnShutdown: true
    privacy.sanitize.timeSpan: 0
    security.sandbox.content.tempDirSuffix: {b18fb253-608c-4887-9210-86267efae72d}
    security.sandbox.plugin.tempDirSuffix: {8ba3ab6a-40af-4f6b-8cbd-565ba5645859}
    services.sync.declinedEngines:
    signon.importedFromSqlite: true
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1548955027
    ui.osk.debug.keyboardDisplayReason: IKPOS: Touch screen not found.
    
    
    Wichtige nicht veränderbare Einstellungen
    -----------------------------------------
    
    
    Chronik- und Lesezeichendatenbank
    ---------------------------------
    
    
    JavaScript
    ----------
    
    
    Inkrementelle GC: true
    
    
    Barrierefreiheit
    ----------------
    
    
    Aktiviert: false
    Barrierefreiheit verhindern: 0
    Accessible Handler verwendet: true
    Dienst für Barrierefreiheit aufgerufen durch:
    
    
    Bibliotheken-Versionen
    ----------------------
    
    
    NSPR
    Minimal vorausgesetzte Version: 4.20
    Verwendete Version: 4.20
    
    
    NSS
    Minimal vorausgesetzte Version: 3.41
    Verwendete Version: 3.41
    
    
    NSSSMIME
    Minimal vorausgesetzte Version: 3.41
    Verwendete Version: 3.41
    
    
    NSSSSL
    Minimal vorausgesetzte Version: 3.41
    Verwendete Version: 3.41
    
    
    NSSUTIL
    Minimal vorausgesetzte Version: 3.41
    Verwendete Version: 3.41
    
    
    Isolierte Umgebungen
    --------------------
    
    
    Ebene der isolierten Umgebung des Inhaltsprozesses: 5
    Effektive Ebene der isolierten Umgebung: 5
    
    
    Internationalisierung & Lokalisierung
    -------------------------------------
    
    
    Anwendungseinstellungen
    Angeforderte Sprachen: ["de"]
    Verfügbare Sprachen: ["de","en-US"]
    Anwendungssprachen: ["de","en-US"]
    Region-Einstellungen: ["de-DE"]
    Standardsprache: "de"
    Betriebssystem
    Sprachen des Betriebssystems: ["de-DE"]
    Region-Einstellungen: ["de-DE"]
    Alles anzeigen
    Zitat von Palli


    Überprüfe auf neue Grafikkartentreiber.


    ...die sollten alle aktuell sein, da ich Treiber wöchentlich prüfe.

  • Performance Probleme FF 65 mit WIN 8.1 * 64

    • Dinole
    • 2. Februar 2019 um 12:36

    Hallo zusammen,

    nach langer Abstinenz vom Firefox habe ich mich wieder dem neuesten FF mit der Version 65 zugewendet und bin mit dessen Performance auf meinem Laptop mit WIN 7 * 64 auch sehr zufrieden. Zur Sicherheit habe ich vorher den "Firefox bereinigt" und nur noch die nötigsten Add-Ons installiert. Nun habe ich dieses für mich sehr gute funktionierende Profil auf meinen Rechner mit WIN 8.1 * 64 kopiert und muss feststellen, dass dort Performance im Vergleich zu WIN 7 * 64 grottenschlecht und kaum zu nutzen ist. Kann man mir vielleicht einen Hinweis geben, worin diese extremen Performance Unterschiede zwischen zwei Betriebssystemen begründet werden könnten?

    Vielen Dank.

  • AdwCleaner - Update

    • Dinole
    • 1. August 2017 um 10:05

    Das geschilderte Problem der Skalierung wurde mit dem soeben erschienen Update der Version 7.0.1.0 behoben. Vielen Dank für die Unterstützung!

    [Blockierte Grafik: https://abload.de/img/2017-08-01_100238l5pig.jpg]

    EDIT: Dafür taucht nun beim Löschen von PUP's folgende Fehlermeldung auf:

    [Blockierte Grafik: https://abload.de/img/2017-08-01_103300c6sip.jpg]

    Ein Löschungsprozess findet nicht statt, das Programm bleibt hängen und das System muss neu gestartet werden. Ich melde das an Toolslib.

  • AdwCleaner - Update

    • Dinole
    • 21. Juli 2017 um 11:31
    Zitat von AngelOfDarkness


    ToolsLib ist näher am Entwickler selber dran, denn dieser ist dort beheimatet. Malwarebytes stellt dem Entwickler nur die eigenen Server als Feedback-Platform. Evtl. ist mein Weg dadurch effektiver ;)

    OK, dann warten wir mal ab..............Antwort ist auch schon da!

    Zitat

    It appears to be one. I have had multiple issues in the past with windows scaling, it just breaks applications. Not just ADWCleaner, but most of the applications. Only a few people do the scaling though, so globally it is not an issue. But yeah, maybe official representatives have some thoughts on this, I would like to know myself.

    Wäre schon wichtig, sich die Sache anzusehen, da ich (vielleicht auch viele andere) schon seit Jahren mit den gleichen Einstellungen meine PC's betreibe und tatsächlich bis gestern nicht wusste, dass es noch einen OK Button gibt!!!!

Unterstütze uns!

Jährlich (2025)

82,4 %

82,4% (535,86 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon