Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After installation of PocketDesk, PocketHome will not function correctly #3

Open
varchild opened this issue Nov 15, 2023 · 0 comments

Comments

@varchild
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant