WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Is 'libGL.tcz' required for Xorg NOWARP option to work?  (Read 144 times)

Offline rhermsen

  • Wiki Author
  • Full Member
  • *****
  • Posts: 136
Is 'libGL.tcz' required for Xorg NOWARP option to work?
« on: July 07, 2026, 02:08:56 PM »
Just wonder if I need to load libGL.tcz to have the NOWARP working?

Loaded Xorg modules:
Code: [Select]
graphics-KERNEL.tcz
Xorg-7.7.tcz
flwm_topside.tcz
wbar.tcz
aterm.tcz

In addition to libXmu.tcz


(export NOWARP=1 prevents the mouse to jump in case of a new window is opened)


Ref:
https://forum.tinycorelinux.net/index.php?topic=23202.0

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12909
Re: Is 'libGL.tcz' required for Xorg NOWARP option to work?
« Reply #1 on: July 07, 2026, 04:39:13 PM »
Hi rhermsen
I don't think so. Warping is a function of X or one of
its libraries.

Add  export NOWARP=1  to your  .profile  file right before  export BACKUP=1.

Then you need to restart X.

Click on the  Exit  (leftmost) icon.
Select  Exit to Prompt.
Click the  OK  button.

Then enter:
Code: [Select]
filetool.sh -b
startx


Offline rhermsen

  • Wiki Author
  • Full Member
  • *****
  • Posts: 136
Re: Is 'libGL.tcz' required for Xorg NOWARP option to work?
« Reply #2 on: July 08, 2026, 11:32:55 AM »
Thanks Rich,
Was struggling with Xorg.
I was trying to use xorg.conf but understand I need to use /usr/local/share/X11/xorg.conf.d/
Don't know why Warping was active at some instances but appeared to become disabled after loading libGL.tcz.

Now it works as expected.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12909
Re: Is 'libGL.tcz' required for Xorg NOWARP option to work?
« Reply #3 on: July 08, 2026, 01:00:56 PM »
Hi rhermsen
I keep my  xorg.conf  in  /etc/X11/ , but that's just a matter of preference.
Xorg searches several paths different for  xorg.conf.

Glad to hear you got it working.