ToshibaLibretto100CT xorg.conf

From LUGUM

Jump to: navigation, search

xorg.conf

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbLayout" "de"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/mouse"
EndSection

Section "Monitor"
      # DisplaySize 160 100 mm
      Identifier "Monitor0"
      VendorName "TOSHIBA"
      ModelName "Libretto TFT"
      HorizSync 26.0 - 35.0
      VertRefresh 60.0 - 85.0
      ModeLine "800x480" 29.59 800 832 944 976 480 490 495 505
      ModeLine "640x480" 24.11 640 672 760 792 480 490 495 505
EndSection

Section "Device"
      Option "overrideValidateMode"
      Identifier "Card0"
      Driver "neomagic"
      VendorName "Neomagic Corporation"
      BoardName "NM2160 [MagicGraph 128XD]"
      BusID "PCI:0:4:0"
EndSection

Section "Screen"
      Identifier "Screen0"
      Device "Card0"
      Monitor "Monitor0"
      DefaultDepth 16

      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
             Modes "800x480" "640x480"
      EndSubSection

      SubSection "Display"
             Viewport 0 0
             Depth 24
      EndSubSection
EndSection
Persönliche Werkzeuge