It seems that all though my display appears to be stable (and beautiful) from my perspective, behind the scenes a lot of error msgs are being thrown. If your .xsession-errors file is getting too large then you can use the following command to empty it out while your system is running:
truncate --size=0 ~/.xsession-errors
Edit:
In the time it took to post the msg above the following data appeared in my ~/.xsession-errors file:
truncate --size=0 ~/.xsession-errors
Edit:
In the time it took to post the msg above the following data appeared in my ~/.xsession-errors file:
Code:
Code:
[FONT=monospace][B][COLOR=#000000]:~$ cat ~/.xsession-errors [/COLOR][/B] QXcbConnection: XCB error: 3 (BadWindow), sequence: 29153, resource id: 10485764, major code: 18 (ChangeProperty), minor code: 0 kdeinit5: PID 945 terminated. kscreen: Primary output changed from KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) to KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) kscreen: Primary output changed from KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) to KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) kscreen: Primary output changed from KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) to KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) kscreen.kded: Change detected kscreen: Primary output changed from KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) to KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) kscreen.kded: Saving current config to file kscreen.kded: Calculating config ID for KScreen::Config(0x24c3cc0) kscreen.kded: Part of the Id: "9ce38cadbf9f336b0d06506d64149425" kscreen.kded: Config ID: "c26c5a913c0bc317657fa4c99f87a8ae" kscreen.kded: Config saved on: "/home/jerry/.local/share/kscreen/c26c5a913c0bc317657fa4c99f87a8ae" networkmanager-qt: void NetworkManager::AccessPointPrivate::propertiesChanged(const QVariantMap&) Unhandled property "LastSeen" networkmanager-qt: void NetworkManager::AccessPointPrivate::propertiesChanged(const QVariantMap&) Unhandled property "LastSeen" .... snip about 50 repeats of this error ...... networkmanager-qt: void NetworkManager::AccessPointPrivate::propertiesChanged(const QVariantMap&) Unhandled property "LastSeen" networkmanager-qt: void NetworkManager::AccessPointPrivate::propertiesChanged(const QVariantMap&) Unhandled property "LastSeen" QXcbConnection: XCB error: 3 (BadWindow), sequence: 47489, resource id: 111149057, major code: 15 (QueryTree), minor code: 0 kdeinit5: PID 626 terminated. kscreen: Primary output changed from KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) to KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) kscreen: Primary output changed from KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) to KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) kscreen: Primary output changed from KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) to KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) kscreen.kded: Change detected kscreen: Primary output changed from KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) to KScreen::Output(Id: 66 , Name: "LVDS1" ) ( "LVDS1" ) kscreen.kded: Saving current config to file kscreen.kded: Calculating config ID for KScreen::Config(0x24c3cc0) kscreen.kded: Part of the Id: "9ce38cadbf9f336b0d06506d64149425" kscreen.kded: Config ID: "c26c5a913c0bc317657fa4c99f87a8ae" kscreen.kded: Config saved on: "/home/jerry/.local/share/kscreen/c26c5a913c0bc317657fa4c99f87a8ae" QXcbConnection: XCB error: 2 (BadValue), sequence: 38634, resource id: 29360132, major code: 142 (Unknown), minor code: 3 [B]jerry@jerry-Aspire-7739:~$[/B] [/FONT]
Comment