root@(none):~# cat /usr/gtech/config/xorg.conf # xorg.conf (Xorg X Window System server configuration file) Section "Files" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/75dpi" XkbDir "/usr/share/X11/xkb" ModulePath "/usr/lib/xorg/modules" ModulePath "/usr/lib/xorg/modules/linux" ModulePath "/usr/lib/xorg/modules/drivers" ModulePath "/usr/lib/xorg/modules/extensions" ModulePath "/usr/lib/dri" ModulePath "/usr/lib" EndSection Section "Device" Identifier "Motherboard" Driver "intel" BusID "PCI:0:2:0" Option "AccelMethod" "UXA" #Option "ModeDebug" "True" Option "XvMCSurfaces" "7" EndSection Section "Monitor" Identifier "VGA_DISABLE" Option "Enable" "false" Option "Ignore" "true" EndSection Section "Monitor" Identifier "TV1" Option "PreferredMode" "800x600" Option "Position" "800 0" Option "Top" "0" Option "Bottom" "0" Option "Left" "0" Option "Right" "0" EndSection Section "Monitor" Identifier "DVI1" Option "PreferredMode" "800x600" Option "Position" "800 0" EndSection Section "Monitor" Identifier "VGA1" Option "PreferredMode" "800x600" Option "Position" "800 0" EndSection Section "Monitor" Identifier "AGENT_DISPLAY" Option "PreferredMode" "800x600" Option "Position" "0 0" EndSection Section "Screen" Identifier "Screen Intel" Device "Motherboard" Monitor "AGENT_DISPLAY" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" EndSection #Section "InputDevice" # Identifier "touchscreen" # Driver "evdev" # Option "Device" "/dev/input/usbtouchscreen" # Option "Emulate3Buttons" "False" # Option "ReopenAttempts" "4096" # Option "ScreenNumber" "0" # Option "Calibration" "10 4096 10 4096" #"min-x max-x min-y max-y" # Option "CoordBoundBox" "0 0 800 600" #"xoff yoff width height" #EndSection Section "Modes" Identifier "Modes[0]" modeline "1280x720" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync Modeline "1280x768" 77.40 1280 1344 1480 1680 768 769 772 794 modeline "848x480" 37.293 848 936 984 1104 480 508 509 563 -hsync -vsync Modeline "1024x768" 61.90 1024 1080 1184 1344 768 769 772 794 Modeline "800x600" 36.90 800 832 912 1024 600 601 604 621 Modeline "640x480" 23.10 640 656 720 800 480 481 484 497 EndSection Section "ServerLayout" Identifier "DefaultLayout" screen "Screen Intel" Option "AIGLX" "true" Option "Clone" "off" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" Inputdevice "Generic Keyboard" #InputDevice "touchscreen" "CorePointer" EndSection Section "Module" #Load "freetype" Load "extmod" Load "dbe" Load "dri2" Load "glx" Load "dri" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "DRI" Group 0 Mode 0666 EndSection