Solaris Express Developer Edition ????????? ??????

Solaris Express 12/05 ??????

?????? ????????? Solaris Express 12/05 ???????????? ???????????????.

x86: ????????? ????????? ?????? ?????? ??????????????? ?????? ?????? ????????? ????????? ??? ??????

Solaris 10 ???????????? ???????????? ????????? ????????? ?????? ?????? ?????? ???????????? ?????? ?????? ????????? ????????? ??? ????????????. ????????? ????????? ??????????????? ?????? ???????????? ????????? ???????????? ????????? ?????? ????????? ???????????? ?????????. ?????? Xserver??? ?????? ?????? ????????? ???????????????. ????????? ?????? ?????? ????????? ???????????????.

  1. ????????? ????????? ??????????????????.

    • GNOME Display Manager??? ???????????? ?????? ?????? ????????? ???????????????.

      1. ????????? ??????????????? ??????????????????.

      2. ?????????????????? svcadm disable application/gdm2-login??? ???????????????.

      3. ?????? ??????????????? ??????????????????.

    • dtlogin??? ???????????? ?????? ?????? ????????? ???????????????.

      1. dtlogin ????????? Options??? ????????? Command Line Login??? ???????????????.

      2. ??????????????? ??????????????????.

  2. ??? xorg.conf ????????? ????????????.


    # /usr/X11/bin/Xorg -configure
    

    ??? ????????? ???????????? ??????(/) ??????????????? xorg.conf.new ????????? ??????????????????.

  3. /etc/x11 ??????????????? ??? ?????? ????????? ???????????? xorg.conf??? ????????? ????????????.


    # cp /xorg.conf.new /etc/X11/xorg.conf
    
  4. ?????? ?????? ????????? ???????????? ????????? ????????? ???????????????.

    • ??? ????????? ????????? ???????????????.


      Section "Monitor"
         Identifier   "monitor_dummy"
         ModelName    "dummy"
         HorizSync    10-200
         VertRefresh  20-90
      EndSection
    • ??? ?????? ????????? ???????????????.


      Section "Device"
         BoardName    "dummy"
         Driver       "dummy"
         Identifier   "device_dummy"
         VendorName   "dummy"
         videoram	10000
      EndSection

      ??? –

      ?????? ????????? ????????? ?????? ??????, ?????? ??? ?????? ????????? ?????? videoram ?????? ???????????? ??? ?????? ????????????. ????????? ????????? ?????? KB ?????? ????????? ?????? ?????????. ?????? ??????, ?????? * ?????? * bpp/8 ????????? ???????????? ?????? ????????? ??? ????????????.


    • ??? ?????? ????????? ???????????????.


      Section "Screen"
         DefaultDepth 24
         SubSection "Display"
           Depth      24
           Modes      "1280x1024"
         EndSubSection
         Device       "device_dummy"
         Identifier   "screen_dummy"
         Monitor      "monitor_dummy"
      EndSection

      ?????? ????????? ????????? ?????? ????????? ?????? ???????????? ??? ?????? ????????????.

  5. ServerLayout ?????? ???????????? ?????? ?????? ????????????.


    Screen   0  "Screen0" 0 0
  6. ?????? ????????? ?????? ??? ????????? ?????? ?????? ???????????????.


    Screen   1  "screen_dummy" RightOf "Screen0"

    ??? ??? ???????????? ????????? ?????? ????????? Screen0??? ?????? ??????????????? ???????????? ?????? ??? ?????? ?????? ????????? Screen1??? ???????????????.

  7. ?????? ????????? ???????????????.

  8. ????????? ????????? ???????????? ???????????? ?????? ???????????????.

    • GDM??? ???????????? ?????? ????????? ???????????????.

      1. svcadm enable application/gdm2-login??? ???????????????.

      2. ???????????? ?????? ???????????????.

    • dtlogin??? ???????????? ?????? ???????????? ?????? ????????? ??? ??????????????????.

  9. Gnopernicus ?????? ???????????? ???????????????.

  10. ?????? ??????(Startup Mode)??? ?????????(Magnifier)??? ???????????????.

  11. ?????? ??????(Preferences)??? ?????? ?????? ?????????(Magnifier)??? ???????????????.

  12. ??????/??????(Add/Modify)??? ????????????.

  13. ?????????(Magnifier) ?????? ????????? ?????? ?????? ?????? ???????????????.

    • ??????(Source)??? ?????? 0.1

    • ??????/???????????? ??????(Zoomer Placement)??? ??????:

      • ?????? ??? ??????(Left and Top): 0

      • ????????? ??? ?????????(Bottom and Right): ?????????

  14. ????????? ????????????.

    ??????/?????????(Zoomer)??? ?????? ?????? ????????? ???????????? ???????????? ????????? Gnopernicus ?????? ????????? ????????????. ????????? ?????? ?????? ?????? ????????? ???????????? ???????????????.

x86: GNOME On-Screen Keyboard??? ???????????? ?????? USB ????????? ????????? ?????? ????????? ????????? ?????? ??????

GOK??? ?????? ???????????? ?????? USB ????????? ????????? ?????? ????????? ????????? ??? ????????????. PS2 ????????? ????????? ?????? ???????????? ??????????????? USB ????????? ????????? ???????????? ????????? ???????????????. USB ???????????? ????????? ??????????????? ?????? ????????? ???????????????.

  1. ??????????????? ??????????????????.

  2. USB ????????? ????????? ???????????? ?????? ?????? ???????????? ????????? ?????? ????????? ???????????????.


    # ls -l /dev/usb/hid*
    
  3. USB ???????????? ???????????? ?????? ????????? ?????? ???????????????.

  4. ????????? ????????? USB ????????? ????????? ???????????????.

  5. ????????? ????????? ??????????????????.

    • GNOME Display Manager??? ???????????? ?????? ?????? ????????? ???????????????.

      1. ????????? ??????????????? ??????????????????.

      2. ?????????????????? svcadm disable application/gdm2-login??? ???????????????.

      3. ?????? ??????????????? ??????????????????.

    • dtlogin??? ???????????? ?????? ?????? ????????? ???????????????.

      1. dtlogin ????????? Options??? ????????? Command Line Login??? ???????????????.

      2. ??????????????? ??????????????????.

  6. ??? xorg.conf ????????? ????????????.


    # /usr/X11/bin/Xorg -configure
    

    ??? ????????? ???????????? ??????(/) ??????????????? xorg.conf.new ????????? ??????????????????.

  7. /etc/x11 ??????????????? ??? ?????? ????????? ???????????? xorg.conf??? ????????? ????????????.


    # cp /xorg.conf.new /etc/X11/xorg.conf
    
  8. ???????????? ????????? ?????? ????????? ???????????????.

    • ServerLayout ????????? InputDevice "Mouse0" "CorePointer" ??? ????????? Mouse1??? ?????? ?????? ????????? ???????????????. ?????? ?????? ??????????????????.


      InputDevice   "Mouse0" "CorePointer"
      InputDevice   "Mouse1"
    • Identifier "Mouse0" ?????? ???????????? InputDevice ????????? ?????? ????????? ???????????????.

      • Option "Device" "/dev/mouse"??? Option "Device" "/dev/kdmouse"??? ???????????????.

      • Option "Protocol" "auto"??? Option "Protocol" "VUID"??? ???????????????.

      • ?????? ??? ??????(Option)??? ???????????????.


        Option    "StreamsModule" "vuid3ps2"

      ?????? ????????? ???????????? ?????? ????????? ?????? ?????? ?????? ???????????????.


      Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "VUID"
         Option      "Device" "/dev/kdmouse"
         Option      "StreamsModule" "vuid3ps2"
      EndSection
    • ?????? InputDevice ?????? ????????? ??? InputDevice ????????? ????????????.


      Section "InputDevice"
         Identifier  "Mouse1"
         Driver      "mouse"
      	  Option      "Device" "/dev/usb/hid1"
      EndSection

      ??? –

      /dev/usb/hid1??? USB ????????? ????????? ????????????. /dev/usb/hid1??? ??????????????? ?????? 4?????? ????????? ????????? ???????????????.


  9. ????????? ???????????? ???????????????.

  10. ????????? ????????? ???????????? ???????????? ?????? ???????????????.

    • GDM??? ???????????? ?????? ????????? ???????????????.

      1. svcadm enable application/gdm2-login??? ???????????????.

      2. ???????????? ?????? ???????????????.

    • dtlogin??? ???????????? ?????? ???????????? ?????? ???????????????.

  11. ????????? ????????? UI ????????? ???????????? ??????????????????.

  12. ?????? ??????(Launch Menu) => ?????? ??????(Preferences) => ?????? ????????? ??????(Accessibility) => ?????? ?????? ??????(Assistive Technology Support)??? ?????? ?????? ?????? ????????? ??????????????????.

  13. ??????????????? ??????????????? ?????? ????????? ????????? UI ????????? ???????????? ?????? ??????????????????.

  14. ????????? ?????? ?????? ?????? ????????? ???????????????.


    % /usr/sfw/bin/gok --select-action=switch1
    
  15. GOK ????????? GOK??? ?????? ?????? ?????? ??????(Preferences)??? ???????????????.

  16. ????????? ?????? ????????? ????????? UI ???????????? ????????? ?????? GOK??? ???????????????. ????????? ?????? ?????? ????????? ???????????? ?????? GOK ?????? ??????(GOK Preferences) ????????? ??????(Apply)??? ?????? ?????? ??????(OK)??? ????????????.

  17. GOK??? ????????? ?????? ?????? ??????(Launch Menu) => ?????? ????????????(Applications) => ?????? ????????? ??????(Accessibility) => On-Screen Keyboard??? ?????? ?????? ???????????????. ?????? ?????? ???????????? ????????? ????????????.


    The device you are using to control GOK is
    also controlling the system pointer.
  18. ????????? ????????????.

  19. GOK??? ????????? ?????? ?????? 14?????? ?????? 17??? ???????????????.

    ?????? ???????????? ??? ?????? ???????????? ????????????.

????????? ?????? ????????? ????????? ??? pkgchk?????? ?????? ???????????? ?????????(6267966)

patchadd ??? patchrm ????????? ????????? ?????? ???????????? ?????? ????????? ???????????? ????????? ???????????? ????????????. ????????? ?????? ????????? ?????? ????????? ?????? ???????????? pkgchk ????????? ???????????? ?????? ?????? ???????????? ????????? ??? ????????????.

  1. ?????? ???????????? patchadd ????????? ???????????? Solaris 10 ?????? ???????????? ?????? ????????? ???????????? ??????

  2. patchrm ????????? ???????????? ?????? ????????? ????????? ???????????? ??????

  3. ????????? ?????? ???????????? ?????? ????????? ???????????? ?????? ????????? ????????? ?????? ???????????? ?????? ????????? pkgchk ???????????? ???????????? ??????

?????? ????????? ???????????? SUNWcsu??? ?????? pkgchk ????????? ???????????? ????????? ?????? ?????? ???????????? ???????????????.


# pkgchk SUNWcsu
ERROR: /usr/lib/inet/certdb
   modtime <04/26/05 10:55:26 PM> expected <01/23/05 01:48:24 AM> actual
   file size <36012> expected <42152> actual
   file cksum <37098> expected <19747> actual
ERROR: /usr/lib/inet/certlocal
   modtime <04/26/05 10:55:26 PM> expected <01/23/05 01:48:24 AM> actual
   file size <44348> expected <84636> actual

?????? ??????: ??????. ??? ????????? ???????????? ????????????. ?????? ???????????? ??????????????????.