[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#464793: missing logs and conf



Here are the infos missing from the previous mail.
As stated before, this Xorg.0.log.old is the log from the crashed server.

Regards,

Soenke
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
#
# last edited on Oct. 28th 2004 by root@paula
#
# **********************************************************************

Section "Files"
	FontPath	"unix/:7100"
	FontPath	"unix/:7110"
EndSection

Section "Extensions"
	Option "Composite" "Enable"
EndSection

Section "ServerFlags"
    	AllowMouseOpenFail 
EndSection

Section "Module"
    	Load "dbe" # Double-Buffering Extension
    	Load "v4l" # Video for Linux
    	Load "extmod"
    	Load "type1"
    	Load "freetype"
    	Load "glx" # 3D layer
    	Load "dri"
EndSection

Section "InputDevice"
    	Identifier "keyboard"
    	Driver "kbd"
    	Option "XkbModel" "pc101"
    	Option "XkbLayout" "us_intl"
    	#Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier "trackpoint"
    	Driver "mouse"
    	Option "Protocol" "Auto"
    	Option "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
	Identifier "ext_mouse"
    	Driver "mouse"
    	Option "Protocol" "Auto"
    	Option "Device" "/dev/input/mice"
	Option "ZAxisMapping" "4 5"
EndSection

#Section "InputDevice"
#	Driver        "wacom"
#	Identifier    "stylus"
#	Option        "Device"        "/dev/input/wacom"   # USB ONLY
#	Option        "Type"          "stylus"
#	Option        "USB"           "on"                  # USB ONLY
#	Option	      "Mode"	      "Absolute"
#	Option 	       "PressCurve"   "5,1,100,100"
#EndSection

#Section "InputDevice"
#	Driver        "wacom"
#	Identifier    "eraser"
#	Option        "Device"        "/dev/input/wacom"   # USB ONLY
#	Option        "Type"          "eraser"
#	Option        "USB"           "on"                  # USB ONLY
#	Option	      "Mode"	      "Absolute"
#	Option 	       "PressCurve"   "5,1,100,100"
#EndSection

#Section "InputDevice"
#	Driver        "wacom"
#	Identifier    "cursor"
#	Option        "Device"        "/dev/input/wacom"   # USB ONLY
#	Option        "Type"          "cursor"
#	Option        "USB"           "on"                  # USB ONLY
#	Option	      "Mode"	      "Relative"
#	Option 	       "PressCurve"   "5,1,100,100"
#EndSection

# This section is for Intuos3, Cintiq 21UX, or Graphire4 only
#Section "InputDevice"
#	Driver        "wacom"
#	Identifier    "pad"
#	Option        "Device"        "/dev/input/wacom"   # USB ONLY
#	Option        "Type"          "pad"
#	Option        "USB"           "on"                  # USB ONLY
#	Option	      "Mode"	      "Relative"
#	Option 	       "PressCurve"   "5,1,100,100"
#EndSection

Section "Monitor"
    	Identifier "LVDS"
    	ModelName "Local Flat Panel"
	Option "DPMS" "true"
EndSection

Section "Device"
	BusID "PCI:0:2:0"
	Identifier "I865"
        Driver "intel"
	Option "AccelMethod" "XAA"
	Option "DRI" "true"
	Option "DPMS" "true"
EndSection

Section "Screen"
    	Identifier "screen_default"
    	Device "I865"
    	Monitor "LVDS"
	Option "DPMS" "true"
    	DefaultColorDepth 24
    
    	Subsection "Display"
        	Depth 24
        	Modes  "1024x768" "800x600" "640x480"
		Virtual 2048 1024
    	EndSubsection
	
EndSection

Section "ServerLayout"
    	Identifier "layout_default"
    	InputDevice "keyboard" "CoreKeyboard"
    	InputDevice "trackpoint" "CorePointer"
    	InputDevice "ext_mouse" "AlwaysCore"
    	#InputDevice    "stylus"    "SendCoreEvents"
    	#InputDevice    "eraser"    "SendCoreEvents"
    	#InputDevice    "cursor"    "SendCoreEvents"    # For non-LCD tablets only
    	#InputDevice    "pad"   # For Intuos3/Cintiq 21UX/Graphire4 tablets. It should NOT send core event
    	Screen 0 "screen_default"
EndSection

Attachment: Xorg.0.log.old
Description: application/trash


Reply to: