Results 1 to 3 of 3

Thread: modify xorg.conf on persistent liveUSB

  1. #1
    Join Date
    Jan 2008
    Beans
    25

    modify xorg.conf on persistent liveUSB

    I am trying to get the touchscreen working on an eeetop from a liveUSB (live USB session with persistent settings). If I can get it working well with Karmic i will do a proper install but...According to the docs included with the evtouch driver i need to add the following to my xorg.conf:

    Section "InputDevice"
    Identifier "touchscreen"
    Driver "evtouch"
    Option "Device" "/dev/input/event1"
    Option "DeviceName" "touchscreen"
    Option "MinX" "98"
    Option "MinY" "43"
    Option "MaxX" "940"
    Option "MaxY" "925"
    Option "ReportingMode" "Raw"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
    Option "SendCoreEvents" "On"
    EndSection



    However, when I look in /etc/X11/ there is no xorg.conf !!!
    And according to my /var/log/xorg.0.log, the settings x is using are from a "built-in configuration" Is there a way to modify the built in configuration either temporarily for testing purposes or permanently, given that I have persistent setting enabled?


    Any help is greatly appreciated.

    Joe

  2. #2
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: modify xorg.conf on persistent liveUSB

    Newer versions of Ubuntu don't rely on xorg.conf, but nothing stops you from creating it manually. Will it work? That depends on the options you put in.

  3. #3
    Join Date
    Jan 2008
    Beans
    25

    Re: modify xorg.conf on persistent liveUSB

    Just wanted to let people know that I have solved the problem by installing the new version of the evtouch driver. No need to modify (or create) and xorg.conf file.

    Package for Karmic found here:

    https://launchpad.net/ubuntu/karmic/...-input-evtouch

    Joe

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •