WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Xorg 7.7-3d glitch  (Read 6776 times)

Offline cute curtis

  • Full Member
  • ***
  • Posts: 102
  • Welcome In Da Club
Xorg 7.7-3d glitch
« on: October 16, 2019, 12: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
« Last Edit: October 18, 2019, 06:20:12 AM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11179
Re: Xorg 7.7-3d glitch
« Reply #1 on: October 16, 2019, 01:51:59 PM »
Hi cute curtis
...  Is there a command to verify you are using Xorg ...
Sure. There's:
Code: [Select]
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:
Code: [Select]
tc@E310:~/x$ pgrep Xorg
7781
tc@E310:~/x$
If the command returns a number,  Xorg  is running.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Xorg 7.7-3d glitch
« Reply #2 on: October 17, 2019, 01:32:17 AM »
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.
The only barriers that can stop you are the ones you create yourself.

Offline cute curtis

  • Full Member
  • ***
  • Posts: 102
  • Welcome In Da Club
Re: Xorg 7.7-3d glitch
« Reply #3 on: October 18, 2019, 05:20:17 AM »
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?
« Last Edit: October 18, 2019, 05:27:55 AM by cute curtis »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11179
Re: Xorg 7.7-3d glitch
« Reply #4 on: October 18, 2019, 06:26:55 AM »
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.

Offline cute curtis

  • Full Member
  • ***
  • Posts: 102
  • Welcome In Da Club
Re: Xorg 7.7-3d glitch
« Reply #5 on: October 18, 2019, 08:21:42 PM »
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?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11179
Re: Xorg 7.7-3d glitch
« Reply #6 on: October 18, 2019, 08:59:44 PM »
Hi cute curtis
Not that I'm aware of.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Xorg 7.7-3d glitch
« Reply #7 on: October 19, 2019, 12:57:25 AM »
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.

Offline cute curtis

  • Full Member
  • ***
  • Posts: 102
  • Welcome In Da Club
Re: Xorg 7.7-3d glitch
« Reply #8 on: October 19, 2019, 02:05:31 AM »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Xorg 7.7-3d glitch
« Reply #9 on: October 19, 2019, 02:09:31 AM »
Are you saying that you'd like to know if you are running x or wayland?

Offline cute curtis

  • Full Member
  • ***
  • Posts: 102
  • Welcome In Da Club
Re: Xorg 7.7-3d glitch
« Reply #10 on: October 21, 2019, 03:16:03 PM »
No, I just want to know if I'm running Xorg or not using loginctl command.

Offline cute curtis

  • Full Member
  • ***
  • Posts: 102
  • Welcome In Da Club
Re: Xorg 7.7-3d glitch
« Reply #11 on: January 25, 2020, 07:29:39 PM »
Hello is there a way to mask this up like a splash screen or a script to turn off the monitor for a while?