kern/90237

Gleb Smirnoff glebius at FreeBSD.org
Tue Dec 27 11:40:06 PST 2005


The following reply was made to PR kern/90237; it has been noted by GNATS.

From: Gleb Smirnoff <glebius at FreeBSD.org>
To: bug-followup at FreeBSD.org
Cc:  
Subject: kern/90237
Date: Tue, 27 Dec 2005 22:32:42 +0300

  Attach to PR.
 
 ----- Forwarded message from Emil Huseynli <boxforsubscribe at mail.ru> -----
 
 Here is some files that may help you to help me :)
 
 1.first, xorg.conf file from my now running freebsd5.4-release system
   (this configuration works perfectly)
 
 -----------------
 Section "ServerLayout"
         Identifier     "Layout0"
         Screen      0  "Screen0" 0 0
         InputDevice    "Keyboard0" "CoreKeyboard"
         InputDevice    "Mouse0" "CorePointer"
 EndSection
 Section "Files"
         FontPath "/usr/X11R6/lib/X11/fonts/misc"
         FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
         FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
         FontPath "/usr/X11R6/lib/X11/fonts/Type1"
         FontPath "/usr/X11R6/lib/X11/fonts/TTF"
         FontPath "/usr/X11R6/lib/X11/fonts/URW"
         FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera"
         FontPath "/usr/X11R6/lib/X11/fonts/encodings"
         FontPath "/usr/X11R6/lib/X11/fonts/util"
         FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
         FontPath "/usr/X11R6/lib/X11/fonts/win"
         FontPath "/usr/local/share/fonts"
 EndSection
 Section "Module"
         #Load "xtt"
         #Load  "speedo"
         Load  "freetype"
         Load  "extmod"
         Load  "glx"
         Load  "dri"
         Load  "dbe"
         Load  "record"
         Load  "xtrap"
         Load  "type1"
 EndSection
 Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "Auto"
         Option      "Emulate3Buttons"
         Option      "Device" "/dev/sysmouse"
 EndSection
 Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "keyboard"
         Option      "XkbModel" "pc104"
         Option      "XkbLayout" "us"
 EndSection
 Section "Monitor"
  ### Uncomment if you don't want to default to DDC:
 #       HorizSync    31.5 - 48.5
 #       VertRefresh  50.0 - 70.0
         Identifier   "Monitor0"
  ### Uncomment if you don't want to default to DDC:
 #       HorizSync    31.5 - 57.0
 #       VertRefresh  50.0 - 70.0
 EndSection
 Section "Device"
         Identifier  "Card0"
         Driver      "sis"
         ChipSet     "SIS630/730"
         Card        "sis SIS630/730"
 EndSection
 Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         DefaultDepth     24
         SubSection "Display"
                 Viewport   0 0
                 Depth     24
                 Modes    "1280x1024" "1024x768"
         EndSubSection
 EndSection
 -----------------------
 
 2.and this is xorg.conf file from freebsd6.0-release
   (inspite this configuration is almost same as above, it doesn't work)
 
 -----------------------
 Section "ServerLayout"
         Identifier     "Layout0"
         Screen      0  "Screen0" 0 0
         InputDevice    "Keyboard0" "CoreKeyboard"
         InputDevice    "Mouse0" "CorePointer"
 EndSection
 Section "Files"
 EndSection
 Section "Module"
         Load "freetype"
         # Load "xtt"
         Load  "extmod"
         Load  "glx"
         Load  "dri"
         Load  "dbe"
         Load  "record"
         Load  "xtrap"
         Load  "type1"
         Load  "speedo"
 EndSection
 Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "Auto"
         Option      "Emulate3Buttons"
         Option      "Device" "/dev/sysmouse"
 EndSection
 Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "keyboard"
         Option      "XkbModel" "pc101"
         Option      "XkbLayout" "us"
 EndSection
 Section "Monitor"
         Identifier   "Monitor0"
  ### Uncomment if you don't want to default to DDC:
 #       HorizSync    31.5 - 64.3
 #       VertRefresh  50.0 - 90.0
 EndSection
 Section "Device"
         Identifier  "Card0"
         Driver      "sis"
         ChipSet     "SIS630/730"
         Card        "sis SIS630/730"
 EndSection
 Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         DefaultDepth     24
         SubSection "Display"
                 Viewport   0 0
                 Depth     24
                 Modes    "1280x1024" "1024x768"
         EndSubSection
 EndSection
 -----------------------
 
 both those configs are generated by xorgcfg -textmode command
 
 3. then i run "Xorg -configure" command (in freebsd6.0) and it produced me following 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/CID/"
         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
 EndSection
 Section "Module"
         Load  "dbe"
         Load  "dri"
         Load  "extmod"
         Load  "glx"
         Load  "record"
         Load  "xtrap"
         Load  "freetype"
         Load  "type1"
 EndSection
 Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "kbd"
 EndSection
 Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "auto"
         Option      "Device" "/dev/sysmouse"
 EndSection
 Section "Monitor"
         #DisplaySize      340   270     # mm
         Identifier   "Monitor0"
         VendorName   "OEM"
         ModelName    "17LCD MONITOR"
  ### Uncomment if you don't want to default to DDC:
 #       HorizSync    30.0 - 80.0
 #       VertRefresh  59.0 - 75.0
         Option      "DPMS"
 EndSection
 Section "Device"
         ### Available Driver options are:-
         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
         ### [arg]: arg optional
         #Option     "SWcursor"                  # [<bool>]
         #Option     "HWcursor"                  # [<bool>]
         #Option     "NoAccel"                   # [<bool>]
         #Option     "TurboQueue"                # [<bool>]
         #Option     "FastVram"                  # [<bool>]
         #Option     "NoHostBus"                 # [<bool>]
         #Option     "RenderAcceleration"        # [<bool>]
         #Option     "ForceCRT1Type"             # <str>
         #Option     "ForceCRT2Type"             # <str>
         #Option     "YPbPrAspectRatio"          # <str>
         #Option     "ShadowFB"                  # [<bool>]
         #Option     "DRI"                       # [<bool>]
         #Option     "AGPSize"                   # <i>
         #Option     "GARTSize"                  # <i>
         #Option     "Rotate"                    # <str>
         #Option     "NoXvideo"                  # [<bool>]
         #Option     "Vesa"                      # [<bool>]
         #Option     "MaxXFBMem"                 # <i>
         #Option     "ForceCRT1"                 # [<bool>]
         #Option     "XvOnCRT2"                  # [<bool>]
         #Option     "PanelDelayCompensation"    # <i>
         #Option     "PanelDelayCompensation1"   # <i>
         #Option     "PDC"                       # <i>
         #Option     "PDC1"                      # <i>
         #Option     "EMI"                       # <i>
         #Option     "LVDSHL"                    # <i>
         #Option     "SpecialTiming"             # <str>
         #Option     "TVStandard"                # <str>
         #Option     "UseROMData"                # [<bool>]
         #Option     "NoInternalModes"           # [<bool>]
         #Option     "UseOEMData"                # [<bool>]
         #Option     "NoYV12"                    # [<bool>]
         #Option     "CHTVType"                  # [<bool>]
         #Option     "CHTVOverscan"              # [<bool>]
         #Option     "CHTVSuperOverscan"         # [<bool>]
         #Option     "CHTVLumaBandwidthCVBS"     # <i>
         #Option     "CHTVLumaBandwidthSVIDEO"   # <i>
         #Option     "CHTVLumaFlickerFilter"     # <i>
         #Option     "CHTVChromaBandwidth"       # <i>
         #Option     "CHTVChromaFlickerFilter"   # <i>
         #Option     "CHTVCVBSColor"             # [<bool>]
         #Option     "CHTVTextEnhance"           # <i>
         #Option     "CHTVContrast"              # <i>
         #Option     "SISTVEdgeEnhance"          # <i>
         #Option     "SISTVAntiFlicker"          # <str>
         #Option     "SISTVSaturation"           # <i>
         #Option     "SISTVCFilter"              # [<bool>]
         #Option     "SISTVYFilter"              # <i>
         #Option     "SISTVColorCalibFine"       # <i>
         #Option     "SISTVColorCalibCoarse"     # <i>
         #Option     "SISTVXScale"               # <i>
         #Option     "SISTVYScale"               # <i>
         #Option     "TVXPosOffset"              # <i>
         #Option     "TVYPosOffset"              # <i>
         #Option     "SIS6326TVAntiFlicker"      # <str>
         #Option     "SIS6326TVEnableYFilter"    # [<bool>]
         #Option     "SIS6326TVYFilterStrong"    # [<bool>]
         #Option     "SIS6326TVForcePlug"        # <str>
         #Option     "SIS6326FSCAdjust"          # <i>
         #Option     "UseColorHWCursor"          # [<bool>]
         #Option     "ColorHWCursorBlending"     # [<bool>]
         #Option     "ColorHWCursorBlendThreshold"       # <i>
         #Option     "RestoreBySetMode"          # [<bool>]
         #Option     "NoCRT2Detection"           # [<bool>]
         #Option     "ForceCRT2ReDetection"      # [<bool>]
         #Option     "SenseYPbPr"                # [<bool>]
         #Option     "CRT1Gamma"                 # [<bool>]
         #Option     "CRT2Gamma"                 # [<bool>]
         #Option     "StoredGammaBrightness"     # <str>
         #Option     "StoredGammaPreBrightness"  # <str>
         #Option     "XvGamma"                   # <str>
         #Option     "XvDefaultContrast"         # <i>
         #Option     "XvDefaultBrightness"       # <i>
         #Option     "XvDefaultHue"              # <i>
         #Option     "XvDefaultSaturation"       # <i>
         #Option     "XvDefaultDisableGfx"       # [<bool>]
         #Option     "XvDefaultDisableGfxLR"     # [<bool>]
         #Option     "XvChromaMin"               # <i>
         #Option     "XvChromaMax"               # <i>
         #Option     "XvUseChromaKey"            # [<bool>]
         #Option     "XvInsideChromaKey"         # [<bool>]
         #Option     "XvYUVChromaKey"            # [<bool>]
         #Option     "XvDisableColorKey"         # [<bool>]
         #Option     "XvUseMemcpy"               # [<bool>]
         #Option     "XvDefaultAdaptor"          # <str>
         #Option     "ScaleLCD"                  # [<bool>]
         #Option     "CenterLCD"                 # [<bool>]
         #Option     "EnableHotkey"              # [<bool>]
         #Option     "EnableSiSCtrl"             # [<bool>]
         #Option     "OverruleFrequencyRanges"   # [<bool>]
         #Option     "MergedFB"                  # [<bool>]
         #Option     "TwinView"                  # [<bool>]
         #Option     "MergedFBAuto"              # [<bool>]
         #Option     "CRT2HSync"                 # <str>
         #Option     "SecondMonitorHorizSync"    # <str>
         #Option     "CRT2VRefresh"              # <str>
         #Option     "SecondMonitorVertRefresh"  # <str>
         #Option     "CRT2Position"              # <str>
         #Option     "TwinViewOrientation"       # <str>
         #Option     "MetaModes"                 # <str>
         #Option     "MergedDPI"                 # <str>
         #Option     "NoMergedXinerama"          # [<bool>]
         #Option     "NoTwinviewXineramaInfo"    # [<bool>]
         #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
         Identifier  "Card0"
         Driver      "sis"
         VendorName  "Silicon Integrated Systems [SiS]"
         BoardName   "SiS630 GUI Accelerator+3D"
         BusID       "PCI:1:0:0"
 EndSection
 Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         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
 ----------------------------
 
  and Xorg.0.log file in /var/log
 
 ----------------------
 
 X Window System Version 6.8.2
 Release Date: 9 February 2005
 X Protocol Version 11, Revision 0, Release 6.8.2
 Build Operating System: FreeBSD 6.0 i386 [ELF] 
 Current Operating System: FreeBSD neverland.homenet.az 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Mon Dec 26 01:17:28 AZT 2005     root at neverland.homenet.az:/usr/obj/usr/src/sys/CUSTOM i386
 Build Date: 12 October 2005
         Before reporting problems, check http://wiki.X.Org
         to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 27 21:26:39 2005
 (II) Module ABI versions:
         X.Org ANSI C Emulation: 0.2
         X.Org Video Driver: 0.7
         X.Org XInput driver : 0.4
         X.Org Server Extension : 0.2
         X.Org Font Renderer : 0.4
 (II) Loader running on freebsd
 (II) LoadModule: "bitmap"
 (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
 (II) Module bitmap: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Font Renderer
         ABI class: X.Org Font Renderer, version 0.4
 (II) Loading font Bitmap
 (II) LoadModule: "pcidata"
 (II) Loading /usr/X11R6/lib/modules/libpcidata.a
 (II) Module pcidata: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
 (--) Using syscons driver with X support (version 2.0)
 (--) using VT number 9
 
 (II) PCI: Probing config type using method 1
 (II) PCI: Config type is 1
 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 00:00:0: chip 1039,0630 card 0000,0000 rev 30 class 06,00,00 hdr 80
 (II) PCI: 00:00:1: chip 1039,5513 card 1043,80e1 rev d0 class 01,01,8a hdr 80
 (II) PCI: 00:01:0: chip 1039,0008 card 0000,0000 rev 00 class 06,01,00 hdr 80
 (II) PCI: 00:01:1: chip 1039,0900 card 1043,80e1 rev 84 class 02,00,00 hdr 00
 (II) PCI: 00:01:2: chip 1039,7001 card 0039,7001 rev 07 class 0c,03,10 hdr 00
 (II) PCI: 00:01:3: chip 1039,7001 card 0039,7000 rev 07 class 0c,03,10 hdr 00
 (II) PCI: 00:02:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
 (II) PCI: 00:05:0: chip 13f6,0111 card 1043,80e1 rev 10 class 04,01,00 hdr 00
 (II) PCI: 01:00:0: chip 1039,6300 card 1043,80e1 rev 21 class 03,00,00 hdr 00
 (II) PCI: End of PCI scan
 (II) Host-to-PCI bridge:
 (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
 (II) Bus 0 I/O range:
         [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
 (II) Bus 0 non-prefetchable memory range:
         [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
 (II) Bus 0 prefetchable memory range:
         [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
 (II) PCI-to-ISA bridge:
 (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
 (II) PCI-to-PCI bridge:
 (II) Bus 1: bridge is at (0:2:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
 (II) Bus 1 I/O range:
         [0] -1  0       0x0000a000 - 0x0000afff (0x1000) IX[B]
 (II) Bus 1 non-prefetchable memory range:
         [0] -1  0       0xe9800000 - 0xe9ffffff (0x800000) MX[B]
 (II) Bus 1 prefetchable memory range:
         [0] -1  0       0xf0000000 - 0xfeafffff (0xeb00000) MX[B]
 (--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D rev 33, Mem @ 0xf0000000/27, 0xe9800000/17, I/O @ 0xa800/7
 List of video drivers:
         atimisc
         r128
         radeon
         mga
         glint
         nv
         tga
         s3
         s3virge
         sis
         rendition
         neomagic
         i740
         tdfx
         savage
         cirrus
         vmware
         tseng
         trident
         chips
         apm
         i128
         nsc
         i810
         ati
         ark
         cyrix
         siliconmotion
         via
         vesa
         vga
         dummy
 (II) LoadModule: "atimisc"
 (II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
 (II) Module atimisc: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 6.5.6
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "r128"
 (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o
 (II) Module r128: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 4.0.1
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "radeon"
 (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
 (II) Module radeon: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 4.0.1
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "mga"
 (II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
 (II) Module mga: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.1.1
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "glint"
 (II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.o
 (II) Module glint: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "nv"
 (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
 (II) Module nv: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.1
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "tga"
 (II) Loading /usr/X11R6/lib/modules/drivers/tga_drv.o
 (II) Module tga: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "s3"
 (II) Loading /usr/X11R6/lib/modules/drivers/s3_drv.o
 (II) Module s3: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 0.3.5
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "s3virge"
 (II) Loading /usr/X11R6/lib/modules/drivers/s3virge_drv.o
 (II) Module s3virge: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.8.6
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "sis"
 (II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
 (II) Module sis: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 0.7.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "rendition"
 (II) Loading /usr/X11R6/lib/modules/drivers/rendition_drv.o
 (II) Module rendition: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 4.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "neomagic"
 (II) Loading /usr/X11R6/lib/modules/drivers/neomagic_drv.o
 (II) Module neomagic: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "i740"
 (II) Loading /usr/X11R6/lib/modules/drivers/i740_drv.o
 (II) Module i740: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "tdfx"
 (II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.o
 (II) Module tdfx: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "savage"
 (II) Loading /usr/X11R6/lib/modules/drivers/savage_drv.o
 (II) Module savage: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.1.27
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "cirrus"
 (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_drv.o
 (II) Module cirrus: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "vmware"
 (II) Loading /usr/X11R6/lib/modules/drivers/vmware_drv.o
 (II) Module vmware: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 10.10.2
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "tseng"
 (II) Loading /usr/X11R6/lib/modules/drivers/tseng_drv.o
 (II) Module tseng: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "trident"
 (II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o
 (II) Module trident: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "chips"
 (II) Loading /usr/X11R6/lib/modules/drivers/chips_drv.o
 (II) Module chips: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "apm"
 (II) Loading /usr/X11R6/lib/modules/drivers/apm_drv.o
 (II) Module apm: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "i128"
 (II) Loading /usr/X11R6/lib/modules/drivers/i128_drv.o
 (II) Module i128: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "nsc"
 (II) Loading /usr/X11R6/lib/modules/drivers/nsc_drv.o
 (II) Module nsc: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 2.7.6
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "i810"
 (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
 (II) Module i810: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.3.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "ati"
 (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
 (II) Module ati: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 6.5.6
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "ark"
 (II) Loading /usr/X11R6/lib/modules/drivers/ark_drv.o
 (II) Module ark: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 0.5.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "cyrix"
 (II) Loading /usr/X11R6/lib/modules/drivers/cyrix_drv.o
 (II) Module cyrix: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "siliconmotion"
 (II) Loading /usr/X11R6/lib/modules/drivers/siliconmotion_drv.o
 (II) Module siliconmotion: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.3.1
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "via"
 (II) Loading /usr/X11R6/lib/modules/drivers/via_drv.o
 (II) Module via: vendor="X.Org Foundation"
         compiled for 4.3.99.902, module version = 4.1.30
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "vesa"
 (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.o
 (II) Module vesa: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "vga"
 (II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o
 (II) Module vga: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 4.0.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) LoadModule: "dummy"
 (II) Loading /usr/X11R6/lib/modules/drivers/dummy_drv.o
 (II) Module dummy: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 0.1.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
 (II) Addressable bus resource ranges are
         [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
         [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
 (II) OS-reported resource ranges:
         [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
         [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
         [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
         [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
         [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
         [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
         [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
 (II) PCI Memory resource overlap reduced 0xec000000 from 0xefffffff to 0xebffffff
 (II) Active PCI resource ranges:
         [0] -1  0       0xea800000 - 0xeaffffff (0x800000) MX[B]E
         [1] -1  0       0xeb000000 - 0xebffffff (0x1000000) MX[B]E
         [2] -1  0       0xeb800000 - 0xebffffff (0x800000) MX[B]E
         [3] -1  0       0xec000000 - 0xebffffff (0x0) MX[B]EO
         [4] -1  0       0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
         [5] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
         [6] -1  0       0x00009800 - 0x000098ff (0x100) IX[B]E
         [7] -1  0       0x0000d400 - 0x0000d4ff (0x100) IX[B]E
         [8] -1  0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [9] -1  0       0x0000a800 - 0x0000a87f (0x80) IX[B](B)
 (II) PCI Memory resource overlap reduced 0xeb000000 from 0xebffffff to 0xeb7fffff
 (II) Active PCI resource ranges after removing overlaps:
         [0] -1  0       0xea800000 - 0xeaffffff (0x800000) MX[B]E
         [1] -1  0       0xeb000000 - 0xeb7fffff (0x800000) MX[B]E
         [2] -1  0       0xeb800000 - 0xebffffff (0x800000) MX[B]E
         [3] -1  0       0xec000000 - 0xebffffff (0x0) MX[B]EO
         [4] -1  0       0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
         [5] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
         [6] -1  0       0x00009800 - 0x000098ff (0x100) IX[B]E
         [7] -1  0       0x0000d400 - 0x0000d4ff (0x100) IX[B]E
         [8] -1  0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [9] -1  0       0x0000a800 - 0x0000a87f (0x80) IX[B](B)
 (II) OS-reported resource ranges after removing overlaps with PCI:
         [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
         [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
         [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
         [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
         [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
         [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
         [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
 (II) All system resource ranges:
         [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
         [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
         [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
         [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
         [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
         [5] -1  0       0xea800000 - 0xeaffffff (0x800000) MX[B]E
         [6] -1  0       0xeb000000 - 0xeb7fffff (0x800000) MX[B]E
         [7] -1  0       0xeb800000 - 0xebffffff (0x800000) MX[B]E
         [8] -1  0       0xec000000 - 0xebffffff (0x0) MX[B]EO
         [9] -1  0       0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
         [10] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
         [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
         [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
         [13] -1 0       0x00009800 - 0x000098ff (0x100) IX[B]E
         [14] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]E
         [15] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [16] -1 0       0x0000a800 - 0x0000a87f (0x80) IX[B](B)
 (II) Primary Device is: PCI 01:00:0
 (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
         SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
         SIS315PRO, SIS550, SIS650/M650/651/740, SIS330(Xabre),
         SIS660/661FX/M661FX/M661MX/741/741GX/M741/760/M760, SIS340
 (II) Loading sub module "cirrus_laguna"
 (II) LoadModule: "cirrus_laguna"
 (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_laguna.o
 (II) Module cirrus_laguna: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
 (II) Loading sub module "cirrus_alpine"
 (II) LoadModule: "cirrus_alpine"
 (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_alpine.o
 (II) Module cirrus_alpine: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
 (II) ATI:  Shared non-ATI VGA in PCI/AGP slot 1:0:0 detected.
 (II) VESA: driver for VESA chipsets: vesa
 (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
 (++) Using config file: "/root/xorg.conf.new"
 (==) ServerLayout "X.org Configured"
 (**) |-->Screen "Screen0" (0)
 (**) |   |-->Monitor "Monitor0"
 (**) |   |-->Device "Card0"
 (**) |-->Input Device "Mouse0"
 (**) |-->Input Device "Keyboard0"
 (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
         Entry deleted from font path.
 (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
 (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
 (**) ModulePath set to "/usr/X11R6/lib/modules"
 (--) Chipset SIS630/730 found
 (II) resource ranges after xf86ClaimFixedResources() call:
         [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
         [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
         [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
         [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
         [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
         [5] -1  0       0xea800000 - 0xeaffffff (0x800000) MX[B]E
         [6] -1  0       0xeb000000 - 0xeb7fffff (0x800000) MX[B]E
         [7] -1  0       0xeb800000 - 0xebffffff (0x800000) MX[B]E
         [8] -1  0       0xec000000 - 0xebffffff (0x0) MX[B]EO
         [9] -1  0       0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
         [10] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
         [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
         [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
         [13] -1 0       0x00009800 - 0x000098ff (0x100) IX[B]E
         [14] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]E
         [15] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [16] -1 0       0x0000a800 - 0x0000a87f (0x80) IX[B](B)
 (II) resource ranges after probing:
         [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
         [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
         [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
         [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
         [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
         [5] -1  0       0xea800000 - 0xeaffffff (0x800000) MX[B]E
         [6] -1  0       0xeb000000 - 0xeb7fffff (0x800000) MX[B]E
         [7] -1  0       0xeb800000 - 0xebffffff (0x800000) MX[B]E
         [8] -1  0       0xec000000 - 0xebffffff (0x0) MX[B]EO
         [9] -1  0       0xe9800000 - 0xe981ffff (0x20000) MX[B](B)
         [10] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
         [11] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
         [12] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
         [13] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
         [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
         [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
         [16] -1 0       0x00009800 - 0x000098ff (0x100) IX[B]E
         [17] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]E
         [18] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]E
         [19] -1 0       0x0000a800 - 0x0000a87f (0x80) IX[B](B)
         [20] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
         [21] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
 (II) Setting vga for screen 0.
 (II) Loading sub module "vbe"
 (II) LoadModule: "vbe"
 (II) Loading /usr/X11R6/lib/modules/libvbe.a
 (II) Module vbe: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.1.0
         ABI class: X.Org Video Driver, version 0.7
 (II) Loading sub module "int10"
 (II) LoadModule: "int10"
 (II) Loading /usr/X11R6/lib/modules/libint10.a
 (II) Module int10: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
 (II) SIS(0): initializing int10
 (==) SIS(0): Removed Write-combining range (0xa0000,0x20000)
 (==) SIS(0): Write-combining range (0xc0000,0x40000) was already clear
 (II) SIS(0): Primary V_BIOS segment is: 0xc000
 (==) SIS(0): Write-combining range (0x0,0x1000) was already clear
 (II) SIS(0): VESA BIOS detected
 (II) SIS(0): VESA VBE Version 3.0
 (II) SIS(0): VESA VBE Total Mem: 32768 kB
 (II) SIS(0): VESA VBE OEM: SiS
 (II) SIS(0): VESA VBE OEM Software Rev: 1.0
 (II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
 (II) SIS(0): VESA VBE OEM Product: 630
 (II) SIS(0): VESA VBE OEM Product Rev: 2.01.50
 (II) Loading sub module "ddc"
 (II) LoadModule: "ddc"
 (II) Loading /usr/X11R6/lib/modules/libddc.a
 (II) Module ddc: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
 (II) SIS(0): VESA VBE DDC supported
 (II) SIS(0): VESA VBE DDC Level 2
 (II) SIS(0): VESA VBE DDC transfer in appr. 1 sec.
 (II) SIS(0): VESA VBE DDC read successfully
 (==) SIS(0): Write-combining range (0x0,0x1000) was already clear
 
 
 Xorg detected your mouse at device /dev/sysmouse.
 Please check your config if the mouse is still not
 operational, as by default Xorg tries to autodetect
 the protocol.
 
 Your xorg.conf file is /root/xorg.conf.new
 
 To test the server, run 'X -config /root/xorg.conf.new'
 -----------------------
 
 when i trying to test the server kernel panics again
 
 i suspect that, maybe "the reason in drm"?
 maybe some kernel module must be loaded?
 i've posted this problem in forums but they don't answer.
 
 i'm very perplexed and i don't know what to do :)
 
 p.s. sorry for such large letter and for my english too (a'm russian
 user and i don't know english well :) )
 
 ----- End forwarded message -----


More information about the freebsd-bugs mailing list