Xorg: Difference between revisions
Appearance
Start a troubleshooting:xorg page. Related: https://github.com/postmarketOS/pmbootstrap/issues/779 and https://github.com/postmarketOS/pmbootstrap/issues/902 |
Add TWRP compare idea by NotKit, link to Xweston PR https://github.com/postmarketOS/pmbootstrap/pull/909 |
||
Line 7: | Line 7: | ||
Try the patches from [[Troubleshooting:display]]. | Try the patches from [[Troubleshooting:display]]. | ||
== | == Is TWRP working? == | ||
If Weston is working, but X11 is not, you could try [https://bbs.archlinux.org/viewtopic.php?id=185297 Xweston] to simply run your X11 desktop completely inside Weston. | Try to compare it's framebuffer output code with xf86-video-fbdev. If you go down this road, please expand this idea with more information. | ||
== Use Xweston instead == | |||
If Weston is working, but X11 is not, you could try [https://bbs.archlinux.org/viewtopic.php?id=185297 Xweston] to simply run your X11 desktop completely inside Weston. Currently, that is only an idea with implementation work beginning in {{github|909}}. | |||
== See also == | == See also == | ||
* {{github|902}} Xorg issues (<code>amazon-thor</code>) | * {{github|902}} Xorg issues (<code>amazon-thor</code>) | ||
* {{github|779}} Xorg doesn't start properly (<code>lg-hammerhead</code>) | * {{github|779}} Xorg doesn't start properly (<code>lg-hammerhead</code>) |
Revision as of 23:10, 15 November 2017
If your X11 server is not working, check the syslog with logread
and the /var/log/Xorg.0.log
files via SSH for helpful messages.
Strange refresh rate
Android devices seem to usually have a refresh rate of 60 Hz. If you have a very high or low refresh rate, that does not make any sense, try the patch from #348. If that also fails, try to add a X11 modeline with the correct refresh rate.
Output isn't displayed right for other reasons
Try the patches from Troubleshooting:display.
Is TWRP working?
Try to compare it's framebuffer output code with xf86-video-fbdev. If you go down this road, please expand this idea with more information.
Use Xweston instead
If Weston is working, but X11 is not, you could try Xweston to simply run your X11 desktop completely inside Weston. Currently, that is only an idea with implementation work beginning in #909.