How can I add one section into xorg.conf

Asked by Brian

I want to add following section into xorg.conf

Section "InputDevice"
     Identifier "TKPANEL"
     Driver "touchkit"
     Option "Device" "/dev/tkdat0"
     Option "DebugLevel" "0"
EndSection

But I found afterI re-create the usb image, and reboot the wicker again, the xorg.conf is still not changed.

What's the problem?

Question information

Language:
English Edit question
Status:
Answered
For:
Wicker Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
ekan (eric-theredpost) said :
#1

Wicker runs out of the casper-rw partition. Any changes you make to the OS when its booted get saved to that partition. The ubuntu partition, however, contains a filesystem.squashfs disk image that decompresses into the casper-rw partition the first time you boot.

To make permanent changes, you'll want to build a custom filesystem.squashfs -- the filesystem that loads into the casper-rw partition the first time you boot the flash drive.

There are instructions here:
https://answers.launchpad.net/wicker/+question/32106

Can you help with this problem?

Provide an answer of your own, or ask Brian for more information if necessary.

To post a message you must log in.