muwanqing_cu 发表于 2013-01-01 17:01

分辨率问题

分辨率不对是不是说明   显卡没驱动!!!!!?

lsstarboy 发表于 2013-01-01 17:17

不一定,有些显卡需要手动配置。

muwanqing_cu 发表于 2013-01-01 18:58

在设置分辨率里 只有1024x768800 600   还有个更低的是否要修改配置文件?

zeissoctopus 发表于 2013-01-02 00:22

請說明用什麼顯示卡,並且 /var/log/Xorg.0.log 有關內容。

muwanqing_cu 发表于 2013-01-02 09:37

ATOM d2700    GMA3650

zeissoctopus 发表于 2013-01-02 12:16

muwanqing_cu 发表于 2013-01-02 09:37 static/image/common/back.gif
ATOM d2700    GMA3650

樓主,你的 /var/log/Xorg.0.log 在那裡?

1. 你確定安裝了 xf86-video-intel 沒有?

2. 9.1-RELEASE 默認是沒有打開 Intel GEM/KMS ,你做了有關設定沒有? 並重新編譯有關 ports 未?

如果以上動作,你已做妥,但仍然解決不到,那麼 FreeBSD 9.1-RELEASE 真的未支援 GMA3650 了。

muwanqing_cu 发表于 2013-01-03 20:17

zeissoctopus 发表于 2013-01-02 12:16 static/image/common/back.gif
樓主,你的 /var/log/Xorg.0.log 在那裡?

1. 你確定安裝了 xf86-video-intel 沒有?



沒有打开Intel GEM/KMS不知道怎么做难道内核不是直接支持吗?

/var/log/Xorg.0.log文件一大陀不知道该贴哪部分我也看不懂等我研究一下再贴多谢了

muwanqing_cu 发表于 2013-01-03 20:30

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 9.1-RELEASE amd64
Current Operating System: FreeBSD freebsd.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec4 09:23:10 UTC 2012   root@farrell.cse.buffalo.edu:/usr/o
Build Date: 31 December 201201:09:00PM

Current version of pixman: 0.24.2
      Before reporting problems, check http://wiki.x.org
      to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
      (++) from command line, (!!) notice, (II) informational,
      (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan3 20:07:39 2013
(II) Loader magic: 0x7bb520
(II) Module ABI versions:
      X.Org ANSI C Emulation: 0.4
      X.Org Video Driver: 6.0
      X.Org XInput driver : 7.0
      X.Org Server Extension : 2.0
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(--) PCI:*(0:0:2:0) 8086:0be2:8086:2014 Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller rev 9, Mem @ 0xc0100000/1048576, I/O @ 0x0
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
      Section "Device"
                Identifier      "Builtin Default intel Device 0"
                Driver"intel"
      EndSection
      Section "Screen"
                Identifier      "Builtin Default intel Screen 0"
                Device"Builtin Default intel Device 0"
      EndSection
      Section "Device"
                Identifier      "Builtin Default vesa Device 0"
                Driver"vesa"

muwanqing_cu 发表于 2013-01-03 20:31

                Driver"vesa"
      EndSection
      Section "Screen"
                Identifier      "Builtin Default vesa Screen 0"
                Device"Builtin Default vesa Device 0"
      EndSection
      Section "Device"
                Identifier      "Builtin Default fbdev Device 0"
                Driver"fbdev"
      EndSection
      Section "Screen"
                Identifier      "Builtin Default fbdev Screen 0"
                Device"Builtin Default fbdev Device 0"
      EndSection
      Section "ServerLayout"
                Identifier      "Builtin Default Layout"
                Screen"Builtin Default intel Screen 0"
                Screen"Builtin Default vesa Screen 0"
                Screen"Builtin Default fbdev Screen 0"
      EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default intel Screen 0" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default intel Device 0"
(==) No monitor specified for screen "Builtin Default intel Screen 0".
      Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (1)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
      Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (2)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
      Using a default monitor configuration.

zeissoctopus 发表于 2013-01-04 07:57

看完樓主的 /var/log/Xorg.0.log 內容後,可以肯定樓主並未啟動 FreeBSD GEM/KMS + Xorg intel 驅動程式去測試你的 GMA3650

如果樓主是使用 FreeBSD 9.1-RELEASE 或最近期的 FreeBSD 9-STABLE 請準備:

1. 更新最新的 /usr/ports

2. 然後在/etc/make.conf 加入以下兩句
WITH_KMS=yes
NEW_XORG=yes
3. 然後 cd 到 /usr/ports/graphics/libdrm 輸入 make config ,打開 KMS 選項

4. 然後 cd 到 /usr/ports/x11-drivers/xorg-drivers 輸入 make config,確定有選 INTEL

5. 然後 cd 到 /usr/ports/x11/xorg 後,重新用 ports 編譯 xorg 一次!

6. 編譯完後,以 root 身份重申做一次 Xorg -configure, 然後 cp 新的 xorg.conf.new 一份變成 /etc/X11/xorg.conf 如果一齊順利的話,新的 xorg.conf 會使用 intel 驅動程式

7. 修改 /etc/X11/xorg.conf 至少加入以下部份,因為 Xorg -configure 並沒有自動替你加入
Section "DRI"
    Group 0
    Mode0666
EndSection
做完以上步驟,你才可以測試 FreeBSD 9.1-RELEASE 的 Intel GEM/KMS 究竟可否支援你的 Atom GMA3650 內顯。

如果你怕接受以上挑戰,那麼下載並安裝 PC-BSD 9.1 看結果。
页: [1] 2 3
查看完整版本: 分辨率问题