お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2007-11-17 13:27:01

kumanoyuya
メンバ
From: 熊野
登録日: 2007-05-27

Nvidia+G-Earth=透明

NV18 [GeForce4 MX - nForce GPU]内蔵の組み立てPCで、Google Earthで地表面が透明となります。

 ・ インストール初期状態のグラフィックドライバ=”nv"では、問題なく表示する
   (ただし、耐えられない程に処理が遅くて、カクーカクーと写真を入れ替えているようである)

     表示できているときの画像
http://homepage2.nifty.com/Tsubaki/Ubuntu/G-%E3%83%80%E3%83%AB%E3%83%95%E3%83%BC%E3%83%AB%E7%B4%9B%E4%BA%89.resized.png

 ・ 「システム管理ー制限付きドライバの管理」で有効にすると、処理はは早くなるようだが肝心の地球の表面が透明となる。
     大気圏はブルー、星らしき点や星座のラインなどは表示されてはいる
http://homepage2.nifty.com/Tsubaki/Ubuntu/Gutsy-g-earth-NV-r128.resized.png

        * 画像を表示するように変更しました。

 >> NVIDIAかGoogle Earthどちらかの3Dに絡む処理に問題があるのでしょうか?
         それとも、何か処理が洩れていますか?

最後の編集者: kumanoyuya (2007-12-31 10:41:56)

オフライン

 

#2 2007-11-17 13:33:03

kumanoyuya
メンバ
From: 熊野
登録日: 2007-05-27

Re: Nvidia+G-Earth=透明

追記 : 現状のxorg.confの内容です。


コード:

#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "jp106"
    Option        "XkbLayout"    "jp,jp"
    Option        "XkbVariant"    "latin,"
    Option        "XkbOptions"    "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"    "/dev/input/mice"
    Option        "Protocol"    "ImPS/2"
    Option        "ZAxisMapping"    "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "stylus"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "eraser"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "cursor"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "nVidia Corporation NV18 [GeForce4 MX - nForce GPU]"
    Driver        "nvidia"
    Busid        "PCI:2:0:0"
    Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    Option        "NoLogo"    "True"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    Horizsync    30-70
    Vertrefresh    50-160
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation NV18 [GeForce4 MX - nForce GPU]"
    Monitor        "Generic Monitor"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Modes        "1280x1024"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen "Default Screen"
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
    
    # Uncomment if you have a wacom tablet
    #    InputDevice     "stylus"    "SendCoreEvents"
    #    InputDevice     "cursor"    "SendCoreEvents"
    #    InputDevice     "eraser"    "SendCoreEvents"
EndSection
Section "Module"
    Load        "glx"
EndSection

 

オフライン

 

Board footer

Powered by FluxBB