xorg.conf in MX23  [Solved]

Message
Author
M270
Posts: 11
Joined: Fri Sep 15, 2023 10:54 am

xorg.conf in MX23

#1 Post by M270 »

Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm: xfwm v: 4.18.0 vt: 7
dm: LightDM v: 1.26.0 Distro: MX-23_386 Libretto July 31 2023 base: Debian GNU/Linux 12
(bookworm)
Need to be able to access xorg.conf file to switch on/off Backing store. Can't find it and help would be greatly appreciated :-)

User avatar
CharlesV
Global Moderator
Posts: 7533
Joined: Sun Jul 07, 2019 5:11 pm

Re: xorg.conf in MX23

#2 Post by CharlesV »

Welcome in!

Please post your QSI. ( MX Menu, Quick System Info, Copy for Forum, Paste here )
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
dolphin_oracle
Developer
Posts: 22357
Joined: Sun Dec 16, 2007 12:17 pm

Re: xorg.conf in MX23

#3 Post by dolphin_oracle »

I don't know what you are doing, but you'll have to create one. by default MX does not use a xorg.conf file.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

BitterTruth
Posts: 620
Joined: Tue Sep 22, 2020 7:36 pm

Re: xorg.conf in MX23  [Solved]

#4 Post by BitterTruth »

Is this to do with zram i.e. are you trying to make backing storage for zram or zswap? If so try this:

https://www.kernel.org/doc/html/latest/ ... #writeback

EDIT: Most likely you are trying to create an X-server backing store so that you can access the x-server over the network and need a backing store to reduce the graphical delay.

In that case, create this file

sudo nano /etc/X11/xorg.conf.d/10-backing-store.conf

with contents:

Code: Select all

Section "Device"
  Option "BackingStore" "on"
EndSection
Method 2:
I think backing store is on by default so you might be able to just past the -bs argument during x startup, which disables backing store support on all screens according to:
https://www.x.org/archive/X11R7.5/doc/m ... ver.1.html

M270
Posts: 11
Joined: Fri Sep 15, 2023 10:54 am

Re: xorg.conf in MX23

#5 Post by M270 »

Guess it turned out to be more more of an Xorg question than MX linux issue. BItterTruth pointed me in the right direction and I now have the tools to deal with the BackingStore graphics option.
Thanks!

Post Reply

Return to “General”