Jump to content

MERCURY127

Member
  • Posts

    272
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Russian Federation

Posts posted by MERCURY127

  1. No, and i think, this cant help - i try just remove vga.drv/vgafull.3gr/vbemp.drv/vbe.vxd from system folder, and see no diff-es.
    ie, machine crashed exactly in vdd.vxd module, before loading any video *.drv.

    also, win2k with own standard vga.sys work ok, but vbempnt - not, have code 10.

    also, this card not support any CGA/EGA graphics modes. only support VGA 640x480 x4 bits, MCGA 320x200 x8 bits, and vesa svga 640x480+ x8/16/32 bits.
    ie, Alley Cat game, for sample, here is not run...

    here is some technical details about card:

      Video
         Monitor Vendor:           BenQ
         Monitor Model:            BenQ BL2411 (BNQ 8011)
         Video Chip Vendor:        Nvidia Corp
         Video Chip:               Unknown Device
         VESA OEM String:          NVIDIA
         Video Memory Size:        16 MB
                                   
                      +-----------------------------------------+
                      |             PCI/AGP Devices             |
                      +-----------------------------------------+
      PCI/AGP
         PCI Bus Version:          3.0
         Number of PCI Buses:      6
    
      Bus: 01h, Device: 00h, Function: 00h         
         Vendor (10DEh):           Nvidia Corp
         Device (1B81h):           Unknown Device
         Subsys Vendor (10DEh):    Nvidia Corp
         Subsystem ID (1B81h):     Unknown
         Class (03h):              Display
         SubClass (00h):           VGA
         Revision:                 A1h
         Interface:                00h
      Device Properties
         Device Timing:            Fast
         Memory Access:            [X]
         I/O Access:               [X]
         Bus Master:               [X]
         66 MHz Speed Support:     [ ]
      Device Resources
         ROM Address:              F7000000h
         Memory Address:           F6000000h - F6FFFFFFh
         Memory Address:           E0000000h - EFFFFFFFh
         Memory Address:           F0000000h - F1FFFFFFh
         Base I/O Port:            0000E000h - 0000E07Fh
         System IRQ:               11
         Interrupt Pin:            INTA#
      PCI-E Capabilities
         PCI Express Version:      2.0
         Device/Port Type:         Legacy PCI-E Endpoint
         Link Speed:               8.0 GB/s (Current: 2.5 GB/s)
         Link Width:               x16 (Current: x16)
         Link Port Number:         0
         Physical Slot Number:     0
                                   
      Bus: 01h, Device: 00h, Function: 01h         
         Vendor (10DEh):           Nvidia Corp
         Device (10F0h):           Unknown Device
         Subsys Vendor (10DEh):    Nvidia Corp
         Subsystem ID (1B81h):     Unknown
         Class (04h):              Multimedia
         SubClass (03h):           Hi-definition Audio
         Revision:                 A1h
         Interface:                00h
      Device Properties
         Device Timing:            Fast
         Memory Access:            [X]
         I/O Access:               [ ]
         Bus Master:               [X]
         66 MHz Speed Support:     [ ]
      Device Resources
         Memory Address:           F7080000h - F7083FFFh
         System IRQ:               10
         Interrupt Pin:            INTB#
      PCI-E Capabilities
         PCI Express Version:      2.0
         Device/Port Type:         PCI-E Endpoint
         Link Speed:               8.0 GB/s (Current: 2.5 GB/s)
         Link Width:               x16 (Current: x16)
         Link Port Number:         0
         Physical Slot Number:     0
                                   
                      +-----------------------------------------+
                      |                  Video                  |
                      +-----------------------------------------+
      Video
         Video Chip Vendor:        Nvidia Corp
         Video Chip:               Unknown Device
         Subsystem Vendor:         Nvidia Corp
         Video Memory Size:        16 MB
         Bus Type:                 PCI-E
         VESA OEM String:          NVIDIA
         VESA Version:             3.0
         Vendor Name:              NVIDIA Corporation
         Product Name:             BIOS-P/N@N11313 Chip Rev   
         OEM Software Version:     134.4
      VESA Power Management
         VESA PM Version:          1.0
         Standby:                  [X]
         Suspend:                  [X]
         Off:                      [X]
         Reduced On:               [ ]
      PCI-E Capabilities
         PCI Express Version:      2.0
         Device/Port Type:         Legacy PCI-E Endpoint
         Link Speed:               8.0 GB/s (Current: 2.5 GB/s)
         Link Width:               x16 (Current: x16)
         Link Port Number:         0
         Physical Slot Number:     0
      VESA Modes
         Number | Mode  |Resolution|Colors| bpp| Features
         -------+-------+----------+------+----+----------
           101h | Graph |   640x480|   256|   8| Bank + LFB
           103h | Graph |   800x600|   256|   8| Bank + LFB
           105h | Graph |  1024x768|   256|   8| Bank + LFB
           107h | Graph | 1280x1024|   256|   8| Bank + LFB
           111h | Graph |   640x480|   64k|  16| Bank + LFB
           112h | Graph |   640x480|   16M|  32| Bank + LFB
           114h | Graph |   800x600|   64k|  16| Bank + LFB
           115h | Graph |   800x600|   16M|  32| Bank + LFB
           117h | Graph |  1024x768|   64k|  16| Bank + LFB
           118h | Graph |  1024x768|   16M|  32| Bank + LFB
           11Ah | Graph | 1280x1024|   64k|  16| Bank + LFB
           11Bh | Graph | 1280x1024|   16M|  32| Bank + LFB
           145h | Graph | 1600x1200|   256|   8| Bank + LFB
           146h | Graph | 1600x1200|   64k|  16| Bank + LFB
           14Ah | Graph | 1600x1200|   16M|  32| Bank + LFB
           14Bh | Graph | 1920x1200|   256|   8| Bank + LFB
           14Ch | Graph | 1920x1200|   64k|  16| Bank + LFB
           14Dh | Graph | 1920x1200|   16M|  32| Bank + LFB
                                   

     

  2. in generic, here is two veriants building process:

    DEBUG - for development. when u write own app, u use DEBUG version of ALL - windows kernel API libs, MS CRT libs, DX libs, etc. if and when u use debug libs, u can use VS internal or any other debugger at souce level, do step-by-step trace, trap exceptions, and see value any vers in properly type. its fast and cool. but these DEBUG libs contains many debug info, they big and slow, why they not include in usual windows redist.

    RELEASE - when app succefully writed and debugged, u recompile it w/o using degub versions libs. then app will use only standart libs, non dev, appear lesser and faster, and also cointains NO dubeg info, which can help end user crack or revesre app...

  3. 2 minutes ago, Tryphon said:

    Is it possible that this switch to protected mode failed at the beginning knowing that I got no error message

    yes, but u must see at least

    [000D76BB] Loading Vxd = vkd
    [000D76BB] LoadSuccess = vkd
    [000D76BB] SYSCRITINIT  = VMM
    [000D76BB] SYSCRITINITSUCCESS  = VMM

    in bootlog, as indication start prot mode...

    after Loading Vxd / LoadSuccess (hich is real mode part)

    will appear SYSCRITINIT / SYSCRITINITSUCCESS

    and DEVICEINIT / DEVICEINITSUCCESS

    for each vxd,

    and after [000D76BC] DEVICEINIT   = CONFIGMG

    begin processing of device tree.

×
×
  • Create New...