hi,guys,
    I am using Fedora 12.I have an UMPC and it with touchscreen.It's chipset is 
by VIA CX700/VX700.When I added the "RandR" "false"option in 'xorg.conf' and 
there was something wrong.When I touched the screen and X will restart 
automatical.If I remove the RandR option that can't start the Xwindow.
   I very hope you can help me!!!!!Thanks....
 
Best Regards,
William 


      ___________________________________________________________ 
  好玩贺卡等你发,邮箱贺卡全新上线! 
http://card.mail.cn.yahoo.com/
Section "ServerLayout"
        InputDevice "EETI" "SendCoreEvents"
        Identifier     "X.org Configured"
        option        "RandR" "false"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc/"
        FontPath     "/usr/share/fonts/X11/TTF/"
        FontPath     "/usr/share/fonts/X11/OTF"
        FontPath     "/usr/share/fonts/X11/Type1/"
        FontPath     "/usr/share/fonts/X11/100dpi/"
        FontPath     "/usr/share/fonts/X11/75dpi/"
EndSection

Section "Module"
        Load  "dri"
        Load  "dbe"
        Load  "extmod"
        Load  "record"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        #BusID "PCI:01:00:0"
        Identifier  "Card0"
        Driver      "vesa"
        VendorName  "VIA Technologies, Inc."
        Option  "ActiveDevice" "LCD,CRT"
        Option "Center"
        Option "LCDPort" "LVDS0"
        Option "PanelSize" "1024x600"
        Option "NoDithering" "True"
        Option "ForceLCD" "True"
        Option "LCD_MSB_ENABLE" "False"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
                Modes   "1024x600"
        EndSubSection
EndSection


### Touch Configuration Beginning ###
Section "InputDevice"
        Identifier "EETI"
        Driver "egalax"
        Option "Device" "usbauto"
        Option "Parameters" "/var/lib/eeti.param"
        Option "ScreenNo" "0"
EndSection
### Touch Configuration End ###
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to