Git Product home page Git Product logo

fixchip's People

Contributors

daisyuniverse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

nezter

fixchip's Issues

PocketDesk fails to download correctly -

PocketDesk will fail to download.

Inserting between lines 65 and 66:
git config --global http.sslVerify false
Will allow PocketDesk to download and install.

Then in between lines 67 and 68 insert:
git config --global http.sslVerify true

to change environment back to 'normal'

After installation of PocketDesk, PocketHome will not function correctly

After the installation of PocketDesk completes, the /etc/X11/xorg.conf file contents are changed. In that state after rebooting the PocketCHIP and attempting to get into PocketHome will lead to a failure of the GUI and then the device is stuck on a black screen requiring reflashing.

A known fix without reflashing the entire PocketCHIP is to replace the /etc/X11/xorg.conf file contents after the installation of PocketDesk with the following contents:

Section "Files"
ModulePath "/usr/lib/arm-linux-gnueabihf/xorg/modules/"
ModulePath "/usr/lib/xorg/modules/"
EndSection

Section "Monitor"
Identifier "VGA"
Option "PreferredMode" "1024x768_60.00"
EndSection

Section "Monitor"
Identifier "HDMI"
Option "PreferredMode" "1280x720_60.00"
EndSection

Section "Monitor"
Identifier "Composite"
Option "PreferredMode" "NTSC10"
EndSection

Section "Device"
Identifier "Allwinner sun4i DRM"
Driver "armsoc"
Option "Monitor-Composite-0" "Composite"
Option "Monitor-VGA-0" "VGA"
Option "Monitor-HDMI-A-0" "HDMI"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
EndSection

Section "Device"
Identifier "Card0"
Driver "modesetting"
EndSection

Link to solution found on Github regarding PocketDesk
AllGray/PocketDesk#6 (comment)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.