-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
xfce4 cannot connect and Termux X11 shows black screen #171
Comments
Traditional methods to start display won't work without apps like termux-x11 or Realvnc |
@SaicharanKandukuri Another edit: I want to point out that the udroid link below isn't thorough enough with the direction. It doesn't mention that you also have to install the Termux X11 deb package inside termux. |
@GUUser91 In your case it's either 1 or 3rd |
It will be updated soon |
Sometimes X-11 wont start at first try. I dont know why, but it happens. Try to follow procedure just swap Jammy with udroid-focal-xfce4 if you wanna install focal. And still can happen that it wont start at first try. The following part is for starting X-11 after installing everything. The following part is the part you have to repeat if start fails !
I hope you will make it start . ! |
Could be related to this issue Build 174 |
This should work! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm using termux x11 dev build version 1.02.06 and I installed the deb package.
https://github.com/termux/termux-x11/actions/runs/2418991974
I login using this command
proot-distro login udroid-focal-xfce4 --shared-tmp
And I export the display
export DISPLAY=:0
And I start xfce4
dbus-launch --exit-with-session startxfce4
And then I get an error message
/usr/bin/startxfce4: X server already running on display :0 xrdb: Connection refused xrdb: Can't open display ':0' Unable to init server: Could not connect: Connection refused xfce4-session: Cannot open display: . Type 'xfce4-session --help' for usage.
I also tried this command
DISPLAY=:1 xfce4-session
And I get this error message
Unable to init server: Could not connect: Connection refused xfce4-session: Cannot open display: . Type 'xfce4-session --help' for usage.
The text was updated successfully, but these errors were encountered: