• 0 Posts
  • 47 Comments
Joined 3 years ago
cake
Cake day: February 19th, 2021

help-circle





  • Let’s say that I’ve never had a Facebook account, but Facebook still has a lot of data it has collected about me from multiple sources, including other Facebook users, who might post photos that I am in, or share information about me in posts, neither of which i gave consent to anyone to share.

    Is it fair that my only option to protect my private information is to CREATE a Facebook account and pay them to STOP collecting and selling my private information?


  • Not seeing ads for GEICO on your car’s dashboard doesn’t mean that Toyota isn’t gathering as much data as they can about you via the platform they built and then selling that information to GEICO.

    As well as information about who you are, Toyota can also collect your “driving behavior.” This includes information such as your “acceleration and speed, steering, and braking functionality, and travel direction.” It may also gather your in-vehicle preferences, favorite locations saved on its systems, and images gathered by external cameras or sensors.

    Some models of Toyota can also scan your face for face recognition when you enter one of its vehicles.

    Source














  • Ooh, I know this one! Here’s what I did to get it working and set so it survives a reboot:

    1. In a terminal, run sudo arandr
    2. Set all of the monitors to 1080p
    3. Close arandr
    4. Go to Settings > Display
    5. Rearrange monitors in correct order if necessary
    6. Set the each monitor to the correct resolution and frequency, applying the settings after each update
    7. All monitors should now work, BUT they will not survive a reboot in Pop-OS 22, because the GDM3 login screen will NOT have this information, and will reset everything. So we must copy the pop-os monitors.xml file to the gdm3 config directory:

    sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config/

    Note: You may need to do this as sudo -i

    1. Reboot, and all 3 monitors should be loaded in the correct positions, at the correct resolution at the login screen