Tiny Core Linux
General TC => Tiny Core Netbooks => Topic started by: cute curtis on October 16, 2019, 03:59:38 PM
-
Hello I have 2009 Sony VAIO netbook VPC115WXG PCG-4T4P running at 1.66 GHz Intel Atom N280 with Intel Graphics Media Accelerator 950 and 1G RAM.
I installed Xorg.7.7-3d. It seems working because I deleted Xvesa. But I got this brief screen glitch everytime on start-up before going to GUI. How can I eliminate this? Is there a command to verify you are using Xorg like the loginctl but TC does not recognize this command?
https://ibb.co/Bc3sLfG
[EDIT]: Removed img tags from link. Rich
-
Hi cute curtis
... Is there a command to verify you are using Xorg ...
Sure. There's:
tc@E310:~/x$ ps aux | grep -i xorg
root 7781 0.0 0.4 62076 14512 tty2 Ssl+ 09:34 0:07 /usr/local/lib/xorg/Xorg -nolisten tcp
tc 9968 0.0 0.0 1708 324 pts/2 S+ 16:39 0:00 grep -i xorg
tc@E310:~/x$
The first line shows Xorg is running and the command that was used to start it. The second line was the command you issued to search
for Xorg. If you only see the second line, Xorg is not running.
Here's another:
tc@E310:~/x$ pgrep Xorg
7781
tc@E310:~/x$
If the command returns a number, Xorg is running.
-
That looks like some uncleared VRAM being shown. There is no way to remove that, I'm afraid. VRAM clearing is internal to the driver.
-
Thank you guys for enlightenment and Rich tho we don't know each other I appreciate your compliment ;-)
btw what is the equivalent of loginctl in TC? also why my image link was removed I want for others to see my screen?
-
Hi cute curtis
... also why my image link was removed I want for others to see my screen?
Your link was not removed. Neither of my browsers interpreted that link as an image so it wasn't visible on my machines. I removed
the img tags to make the link visible.
-
I understand. I'll tackle back my previous question, is there an equivalent command of loginctl in TC because it's not recognize or do I need a package extension for this to work?
-
Hi cute curtis
Not that I'm aware of.
-
If I understand correctly, loginctl is used to control the systemd login manager - tinycore does not use systemd, but the elogind extension does contain loginctl.
-
Thanks guys for prompt support, I just got that idea from here:
https://unix.stackexchange.com/questions/202891/how-to-know-whether-wayland-or-x11-is-being-used
-
Are you saying that you'd like to know if you are running x or wayland?
-
No, I just want to know if I'm running Xorg or not using loginctl command.
-
Hello is there a way to mask this up like a splash screen or a script to turn off the monitor for a while?