お知らせ

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

#1 2008-07-27 22:22:40

gontariri1
新しいメンバ
登録日: 2008-07-27

UBUNTUの画面が小さく表示されることの回避方法。

 NEC PC-LU50等は,トライデントのビデオコントローラーが使われているが,LINUX用ドライバが用意されていないのか,題名のようにUBUNTUの表示画面が,小さい表示のままで,大変使いにくかった。この機種で,フル画面でUBUNTUが使えないものかいろいろと考えてみたが,なかなか上手くいかなかった。UBUNTUでなく別のLinuxを試していたら,フル画面になるLinux(Ubuntu系Linux)があることがわかった。DreamLinuxもそうだった。
 そこで,フル画面表示されているDreamLinuxのxorg.confをUBUNTUのxorg.confに移植し,置き換えてみることにした。結果は,大成功で,今,この文章も,フル画面のUBUNTUで打っている。
 フル画面表示にならずにお困りの方は,こういう方法もあるということで,是非お試しください。

オフライン

 

#2 2008-07-28 08:37:58

koisan1949
メンバ
From: Hyogo, Japan
登録日: 2007-11-11

Re: UBUNTUの画面が小さく表示されることの回避方法。

 gontariri1さん、すごい閃きですね。。。。
 こちらで↓、難儀されてる方がいますので、改良したxorg.confを公開願えない
 でしょうか? それか、下記トピックに投稿してサポートしてあげてください。
 http://forum.ubuntulinux.jp/viewtopic.p … 194#p15194

 追記 他の親切な方のアドバイスで、何とか解決されました。
    厚かましいお願いは、不要になりました。失礼しました。

最後の編集者: koisan1949 (2008-07-30 07:47:46)

オフライン

 

#3 2008-08-02 00:23:36

gontariri1
新しいメンバ
登録日: 2008-07-27

Re: UBUNTUの画面が小さく表示されることの回避方法。

koisan1949さんからもありましたが,自分も相当に時間を浪費し,難儀しましたので,Trident社製ビデオコントローラーCyberBlade/i7dのドライバーがなくてお困りの方用に,ご自分のUbuntuのxorg.confに上書きをするだけでいいように,対応済みの「xorg.conf」を公開いたします。下記をコピーして,ご自分のxorg.confに貼り付け,上書きしてください。当然ですが,sudo権限でないと有効になりません。






# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   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"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
EndSection

Section "InputDevice"
    Identifier    "Synaptics Touchpad"
    Driver        "synaptics"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "auto-dev"
    Option        "HorizScrollDelta"    "0"
EndSection

Section "ServerFlags"
    Option    "AllowMouseOpenFail"    "true"
EndSection

Section "Device"
    Identifier    "CyberBlade/i7d"
    Driver        "trident"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    31-61
    VertRefresh    50-90
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "CyberBlade/i7d"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Modes        "1024x768"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection

オフライン

 

Board footer

Powered by FluxBB