Linux-Misc Digest #741, Volume #24                Wed, 7 Jun 00 13:13:04 EDT

Contents:
  XFree86 4.0 - Pointer protocol error??? ("Crashed")
  Disk Mirroring without Software RAID?
  Re: Security problem with 'passwd' program (Dances With Crows)
  Boot Probs - HELP! (grub) ([EMAIL PROTECTED])
  Interrupt Service Routine help ("Doug Harrison")
  Re: Palm Desktop Software ([EMAIL PROTECTED])

----------------------------------------------------------------------------

From: "Crashed" <[EMAIL PROTECTED]>
Subject: XFree86 4.0 - Pointer protocol error???
Date: Wed, 07 Jun 2000 16:25:02 GMT


Hi,

I recently installed Xfree86 v4.0. I am running RedHat 6.1 on 2.2.12 kernel.
Video is Diamond Viper V770 and Monitor is Viewsonic E790. Mouse is either
Logitech MouseMan + PS2.

Whenever i try to envoke x i get an pointer protocol error, module not
specified. My input section of the XF86Config file is...

Section "InputDevice"
 Identifier  "Mouse1"
 Driver      "mouse"
 Option      "Protocol" "PS/2"
 Option "Device" "/dev/mouse"
EndSection

specific error from log...

NV(0): Silken mouse enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(EE) Mouse1: No Protocol specified
(EE) PreInit failed for input device "Mouse1"
(II) UnloadModule: "mouse"
(II) Keyboard "Keyboard1" handled by legacy driver
(WW) No core pointer registered
No core pointer

Fatal server error:
failed to initialize core devices

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".

Does anyone have any ideas?

TIA

Stuart

sherd###@###total.net

remove ######

Fulltext of files

XF86Config

Section "ServerLayout"
 Identifier     "XFree86 Configured"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse1" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

Section "Module"
 Load  "extmod"
 Load  "xie"
 Load  "pex5"
 Load  "glx"
 Load  "dri"
 Load  "GLcore"
 Load  "dbe"
 Load  "record"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
EndSection

Section "InputDevice"
 Identifier  "Mouse1"
 Driver      "mouse"
 Option      "Protocol" "PS/2"
 Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "Viewsonic"
 ModelName    "E790"
 HorizSync  30 - 95
 VertRefresh 50 - 200
EndSection

Section "Device"
 ### Available Driver options are:-
        #Option     "SWcursor"
        #Option     "HWcursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
 Identifier  "NVidia Riva TNT2"
 Driver      "nvidia"
 VendorName  "NVidia"
 BoardName   "Riva TNT2"
 BusID       "PCI:1:0:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device     "NVidia Riva TNT2"
 Monitor    "Monitor0"
 DefaultColorDepth 24

 SubSection "Display"
 Depth     24
 Modes "1280x1024" "1024x768"
 ViewPort 0 0
 EndSubSection
EndSection

Section "DRI"
EndSection

Error Log

XFree86 Version 4.0 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 8 March 2000
 If the server is older than 6-12 months, or if your card is newer
 than the above date, look for a newer version before reporting
 problems.  (see http://www.XFree86.Org/FAQ)
Operating System: Linux 2.3.46 i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Jun  6 18:48:16 2000
(==) Using config file: "/root/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "viesonic"
(**) |   |-->Device "viper"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "ca"
(**) XKB: layout: "ca"
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/l
ib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/
X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X
11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.1
 XFree86 Video Driver: 0.1
 XFree86 XInput driver : 0.1
 XFree86 Server Extension : 0.1
 XFree86 Font Renderer : 0.1
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.1
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
 compiled for 4.0, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.1
(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 8086,7190 card 0000,0000 rev 03 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr
01
(II) PCI: 00:04:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr
80
(II) PCI: 00:04:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr
00
(II) PCI: 00:04:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr
00
(II) PCI: 00:04:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr
00
(II) PCI: 00:0b:0: chip 10ec,8029 card 0000,0000 rev 00 class 02,00,00 hdr
00
(II) PCI: 01:00:0: chip 10de,0028 card 1092,4a00 rev 11 class 03,00,00 hdr
00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
 compiled for 4.0, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.1
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x88 (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
 [0] -1 0xe0000000 - 0xe1dfffff (0x1e00000) MXB
(II) Bus 1 prefetchable memory range:
 [0] -1 0xe1f00000 - 0xe3ffffff (0x2100000) MXB
(--) PCI:*(1:0:0) NVidia Riva TNT2 rev 17, Mem @ 0xe0000000/24,
0xe2000000/25
(II) Addressable bus resource ranges are
 [0] -1 0x00000000 - 0xffffffff (0x0) MXB
 [1] -1 0x00000000 - 0x0000ffff (0x10000) IXB
(II) OS-reported resource ranges:
 [0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
 [1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
 [2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
 [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
 [4] -1 0x000f0000 - 0x000fffff (0x10000) MXB
 [5] -1 0x000c0000 - 0x000effff (0x30000) MXB
 [6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
 [7] -1 0x00000000 - 0x000001ff (0x200) IXBE
(II) Active PCI resource ranges:
 [0] -1 0xe4000000 - 0xe7ffffff (0x4000000) MXBE
 [1] -1 0xe1ff0000 - 0xe1ffffff (0x10000) MXB(B)
 [2] -1 0xe2000000 - 0xe3ffffff (0x2000000) MXB(B)
 [3] -1 0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
 [4] -1 0x0000d000 - 0x0000d0ff (0x100) IXBE
 [5] -1 0x0000d400 - 0x0000d4ff (0x100) IXBE
 [6] -1 0x0000d800 - 0x0000d8ff (0x100) IXBE
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0xe4000000 - 0xe7ffffff (0x4000000) MXBE
 [1] -1 0xe1ff0000 - 0xe1ffffff (0x10000) MXB(B)
 [2] -1 0xe2000000 - 0xe3ffffff (0x2000000) MXB(B)
 [3] -1 0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
 [4] -1 0x0000d000 - 0x0000d0ff (0x100) IXBE
 [5] -1 0x0000d400 - 0x0000d4ff (0x100) IXBE
 [6] -1 0x0000d800 - 0x0000d8ff (0x100) IXBE
(II) OS-reported resource ranges after removing overlaps with PCI:
 [0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
 [1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
 [2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
 [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
 [4] -1 0x000f0000 - 0x000fffff (0x10000) MXB
 [5] -1 0x000c0000 - 0x000effff (0x30000) MXB
 [6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
 [7] -1 0x00000000 - 0x000001ff (0x200) IXBE
(II) All system resource ranges:
 [0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
 [1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
 [2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
 [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
 [4] -1 0x000f0000 - 0x000fffff (0x10000) MXB
 [5] -1 0x000c0000 - 0x000effff (0x30000) MXB
 [6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
 [7] -1 0xe4000000 - 0xe7ffffff (0x4000000) MXBE
 [8] -1 0xe1ff0000 - 0xe1ffffff (0x10000) MXB(B)
 [9] -1 0xe2000000 - 0xe3ffffff (0x2000000) MXB(B)
 [10] -1 0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
 [11] -1 0x00000000 - 0x000001ff (0x200) IXBE
 [12] -1 0x0000d000 - 0x0000d0ff (0x100) IXBE
 [13] -1 0x0000d400 - 0x0000d4ff (0x100) IXBE
 [14] -1 0x0000d800 - 0x0000d8ff (0x100) IXBE
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.1
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.1.7
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.1
(II) Loading font FreeType
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 Module class: XFree86 Video Driver
 ABI class: XFree86 Video Driver, version 0.1
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.1
(II) NV: driver for NVIDIA chipsets: RIVA128, RIVATNT, RIVATNT2,
 RIVATNT2 (Ultra), RIVATNT2 (Vanta), RIVATNT2 M64,
 RIVATNT2 (Integrated), GeForce 256, GeForce DDR, Quadro
(--) Assigning device section with no busID to primary device
(--) Chipset RIVATNT2 found
(II) resource ranges after xf86ClaimFixedResources() call:
 [0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
 [1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
 [2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
 [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
 [4] -1 0x000f0000 - 0x000fffff (0x10000) MXB
 [5] -1 0x000c0000 - 0x000effff (0x30000) MXB
 [6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
 [7] -1 0xe4000000 - 0xe7ffffff (0x4000000) MXBE
 [8] -1 0xe1ff0000 - 0xe1ffffff (0x10000) MXB(B)
 [9] -1 0xe2000000 - 0xe3ffffff (0x2000000) MXB(B)
 [10] -1 0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
 [11] -1 0x00000000 - 0x000001ff (0x200) IXBE
 [12] -1 0x0000d000 - 0x0000d0ff (0x100) IXBE
 [13] -1 0x0000d400 - 0x0000d4ff (0x100) IXBE
 [14] -1 0x0000d800 - 0x0000d8ff (0x100) IXBE
(II) resource ranges after probing:
 [0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
 [1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
 [2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
 [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
 [4] -1 0x000f0000 - 0x000fffff (0x10000) MXB
 [5] -1 0x000c0000 - 0x000effff (0x30000) MXB
 [6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
 [7] -1 0xe4000000 - 0xe7ffffff (0x4000000) MXBE
 [8] -1 0xe1ff0000 - 0xe1ffffff (0x10000) MXB(B)
 [9] -1 0xe2000000 - 0xe3ffffff (0x2000000) MXB(B)
 [10] -1 0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
 [11] 0 0x000a0000 - 0x000affff (0x10000) MSB
 [12] 0 0x000b0000 - 0x000b7fff (0x8000) MSB
 [13] 0 0x000b8000 - 0x000bffff (0x8000) MSB
 [14] -1 0x00000000 - 0x000001ff (0x200) IXBE
 [15] -1 0x0000d000 - 0x0000d0ff (0x100) IXBE
 [16] -1 0x0000d400 - 0x0000d4ff (0x100) IXBE
 [17] -1 0x0000d800 - 0x0000d8ff (0x100) IXBE
 [18] 0 0x000003b0 - 0x000003bb (0xc) ISB
 [19] 0 0x000003c0 - 0x000003df (0x20) ISB
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
 compiled for 4.0, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.1
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.1
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "RIVATNT2"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE2000000
(--) NV(0): MMIO registers at 0xE0000000
(--) NV(0): VideoRAM: 32768 kBytes
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.1
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.2.0
 ABI class: XFree86 Video Driver, version 0.1
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): I2C device "DDC:ddc2" registered.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): I2C device "DDC:ddc2" registered.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): I2C Monitor info: 0x82aca08
Manufacturer: VSC  Model: 4d4d Serial#: 1128  Year: 1999 Week: 14
EDID Version: 1.2
Analog Display Input,  Input Voltage Level: 0.700/0.300 V
Signal levels configurable
Sync:   Separate   SyncOnGreen
Max H-Image Size [cm]: horiz.: 36  vert.: 27
Gamma: 2.70
DPMS capabilities:  StandBy Suspend Off ;   RGB/Color Display
First detailed timing is preferred mode
GTF timings supported
redX: 0.642 redY: 0.330   greenX: 0.273 greenY: 0.605
blueX: 0.142 blueY: 0.062   whiteX: 0.283 whiteY: 0.298
Supported VESA Video Modes:
720x400@70Hz
720x400@88Hz
640x480@60Hz
640x480@67Hz
640x480@72Hz
640x480@75Hz
800x600@56Hz
800x600@60Hz
800x600@72Hz
800x600@75Hz
832x624@75Hz
1024x768@87Hz (interlaced)
1024x768@60Hz
1024x768@70Hz
1024x768@75Hz
1280x1024@75Hz
1152x870@75Hz
Manufacturer's mask: 0
Supported Future Video Modes:
#0: hsize: 640  vsize 480  refresh: 85  vid: 22833
#1: hsize: 800  vsize 600  refresh: 85  vid: 22853
#2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
#3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
#4: hsize: 1280  vsize 960  refresh: 85  vid: 22913
#5: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
Supported additional Video Mode:
clock: 157.5 MHz   Image Size:  350 x 262 mm
h_active: 1280  h_sync: 1344  h_sync_end 1504 h_blank_end 1728 h_border: 0
v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1072 v_border: 0
Serial No: MM91401128

Ranges: V min: 50  V max: 200 Hz, H min: 30  H max: 95 kHz, PixClock max 200
MHz
Monitor name: E790

(II) NV(0): end of I2C Monitor info

(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): clock range:  12.00 to 350.00 MHz
(WW) NV(0): Mode "1280x960" deleted (hsync out of range)
(WW) NV(0): Mode "1280x1024" deleted (hsync out of range)
(WW) NV(0): Mode "1600x1200" deleted (hsync out of range)
(WW) NV(0): Mode "1600x1200" deleted (hsync out of range)
(WW) NV(0): Mode "1600x1200" deleted (hsync out of range)
(WW) NV(0): Mode "1792x1344" deleted (hsync out of range)
(WW) NV(0): Mode "1792x1344" deleted (hsync out of range)
(WW) NV(0): Mode "1856x1392" deleted (hsync out of range)
(WW) NV(0): Mode "1856x1392" deleted (hsync out of range)
(WW) NV(0): Mode "1920x1440" deleted (hsync out of range)
(WW) NV(0): Mode "1920x1440" deleted (hsync out of range)
(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NV(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NV(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(--) NV(0): Display dimensions: (36, 27) cm
(--) NV(0): DPI set to (72, 72)
(II) Loading sub module "cfb32"
(II) LoadModule: "cfb32"
(II) Loading /usr/X11R6/lib/modules/libcfb32.a
(II) Module cfb32: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Loading /usr/X11R6/lib/modules/libcfb.a
(II) Module cfb: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Loading /usr/X11R6/lib/modules/libmfb.a
(II) Module mfb: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
 compiled for 4.0, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
 compiled for 4.0, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.1
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
 [0] 0 0xe2000000 - 0xe3ffffff (0x2000000) MXB
 [1] 0 0xe0000000 - 0xe0ffffff (0x1000000) MXB
 [2] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)
 [3] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)
 [4] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)
 [5] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)
 [6] -1 0x000f0000 - 0x000fffff (0x10000) MXB
 [7] -1 0x000c0000 - 0x000effff (0x30000) MXB
 [8] -1 0x00000000 - 0x0009ffff (0xa0000) MXB
 [9] -1 0xe4000000 - 0xe7ffffff (0x4000000) MXBE
 [10] -1 0xe1ff0000 - 0xe1ffffff (0x10000) MXB(B)
 [11] -1 0xe2000000 - 0xe3ffffff (0x2000000) MXB(B)
 [12] -1 0xe0000000 - 0xe0ffffff (0x1000000) MXB(B)
 [13] 0 0x000a0000 - 0x000affff (0x10000) MSB
 [14] 0 0x000b0000 - 0x000b7fff (0x8000) MSB
 [15] 0 0x000b8000 - 0x000bffff (0x8000) MSB
 [16] -1 0x00000000 - 0x000001ff (0x200) IXBE
 [17] -1 0x0000d000 - 0x0000d0ff (0x100) IXBE
 [18] -1 0x0000d400 - 0x0000d4ff (0x100) IXBE
 [19] -1 0x0000d800 - 0x0000d8ff (0x100) IXBE
 [20] 0 0x000003b0 - 0x000003bb (0xc) ISB
 [21] 0 0x000003c0 - 0x000003df (0x20) ISB
(==) NV(0): Write-combining range (0xe2000000,0x2000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
 Screen to screen bit blits
 Solid filled rectangles
 8x8 mono pattern filled rectangles
 Indirect CPU to Screen color expansion
 Solid Lines
 Scanline Image Writes
 Offscreen Pixmaps
 Setting up tile and stipple cache:
  32 128x128 slots
  32 256x256 slots
  16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(EE) Mouse1: No Protocol specified
(EE) PreInit failed for input device "Mouse1"
(II) UnloadModule: "mouse"
(II) Keyboard "Keyboard1" handled by legacy driver
(WW) No core pointer registered
No core pointer

Fatal server error:
failed to initialize core devices

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".










------------------------------

From: <[EMAIL PROTECTED]>
Subject: Disk Mirroring without Software RAID?
Date: Wed, 07 Jun 2000 16:30:15 GMT

Hi all:

We have a web server with 2 identical SCSI drives in it.  We want the 2nd 
drive to act as a backup drive should the first one fail.  We would like to 
simply disconnet the first one, replace it with the second and reboot.  We 
don't really want to run software RAID.  It doesn't really matter if the 
*mirrored drive* is super up-to-date so we were thinking of a daily cron 
job.  Can someone help us out here on how we could do this and make the 2nd 
drive bootable also on how to *incrementally* copy to the second drive so 
that we are not constantly waisting resources copying data that already 
exists on the drive.

Many, many thanks
jbeckers

--
Posted via CNET Help.com
http://www.help.com/

------------------------------

From: [EMAIL PROTECTED] (Dances With Crows)
Subject: Re: Security problem with 'passwd' program
Date: 07 Jun 2000 12:33:21 EDT
Reply-To: [EMAIL PROTECTED]

On Wed, 07 Jun 2000 15:36:44 GMT, Linolil 
<<8hlq6a$4io$[EMAIL PROTECTED]>> shouted forth into the ether:
> There is a serious problem with the 'passwd' program under RH 6.1,
>VALinux version.
>
>If you have an account with a null password or an asterix, even though
>the program states that it has updated the tokens, nothing happens.
>
>root [942] > grep xena /etc/passwd
>xena::2019:40:The Warrior Princess:/home/xiena:/bin/sh
>root [943] > passwd xena
>Changing password for user xena
>New UNIX password:
>Retype new UNIX password:
>passwd: all authentication tokens updated successfully
>root [944] > grep xena /etc/passwd
>xena::2019:40:The Warrior Princess:/home/xiena:/bin/sh

What makes you think that encrypted passwords are stored in /etc/passwd?  
(Hint:  Look in /etc/shadow.  Why things are split up like this is left as
an exercise, and my /etc/passwd has nothing but x in the second field of
all the entries.)

-- 
Matt G / Dances With Crows              \###| You have me mixed up with more
There is no Darkness in Eternity         \##| creative ways of being stupid?
But only Light too dim for us to see      \#| Beer is a vegetable.  WinNT
(Unless, of course, you're working with NT)\| is the study of cool. --MegaHAL

------------------------------

From: [EMAIL PROTECTED]
Subject: Boot Probs - HELP! (grub)
Date: Wed, 07 Jun 2000 16:27:34 GMT
Reply-To: [EMAIL PROTECTED]

I have a dual boot system, Windblows 98 and Mandrake 7.1.
It boot or rather used to boot using GRUB.   I had it booting
with the MBR of /dev/hda containing grub.   /dev/hda1 is the
windoze 98 disk and /dev/sdb1 (SCSI) is the root Linux partition.
The system has 2 IDE drives and 2 SCSI drives, all for Linux
except /dev/hda.   Last night I added a 1gig IDE Sparq drive.
With this drive plugged in, I can not boot anything.  It seems
that Grub can't find the stage1 file (/boot/grub/stage1).
I tried the use the DrakConfig boot manager which says to setup
grub/lilo boot.  Now it tries to boot using LILO :^( and it
still won't boot.  I get a LI then it locks up.  Still can't
find /dev/sdb1.  I booted linux using the boot floppy and
checked the /etc/lilo.conf file then ran /sbin/lilo.  Same
thing!  I can't boot my system with the damn sparq in because
it can't find /dev/sdb1.  I finally gave up and booted my
windows98 startup floppy and fdisk /mbr the thing.   Now it
boots windoze but I need the boot floppy for linux.

QUESTION:  How do I fix the ting short of re-install Linux?

--
  |      Paul L. Moreau      |  Orange County, So. Cal   |
  |  Sr. Firmware Engineer   |  Email: [EMAIL PROTECTED]   |


Sent via Deja.com http://www.deja.com/
Before you buy.

------------------------------

From: "Doug Harrison" <[EMAIL PROTECTED]>
Subject: Interrupt Service Routine help
Date: Wed, 7 Jun 2000 12:45:21 -0400

I wish to have a routine pause and wait for IRQ 7 (parport) to generate
interupt, instead of polling the port with inb system calls. I believe I
will have to work in the Interrupt Vector table, but could use some
assistance. If someone would be gracious to help, I can give more info.

cheers
Doug





------------------------------

From: [EMAIL PROTECTED]
Subject: Re: Palm Desktop Software
Date: Wed, 7 Jun 2000 17:31:47 +0100
Reply-To: no_replyto@oursite

This message has been posted by:  [EMAIL PROTECTED] (Dave Ewart)

On Wed, 7 Jun 2000 10:53:01 -0500, Larry <[EMAIL PROTECTED]> wrote:
>Is there a version of the Palm Desktop (and sync) that will run under Linux?

I spotted something called ColdSync on Freshmeat http://www.freshmeat.net/
recently - is that what you want?

Dave.
-- 
Dave Ewart
[EMAIL PROTECTED]
Computing Manager
ICRF Cancer Epidemiology Unit, Oxford UK

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.misc) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Misc Digest
******************************

Reply via email to