|
如题
环境(Environment)
VMware Workstation 7.0, gentoo amd64, portage 更新于 updated on 2010-03-06
已经安装了 These are installed:
xorg-server-1.6.5-r1
xf86-video-vesa-2.3.0
xf86-video-vmware-10.16.19
hal-0.5.13
问题表现为:xrandx 显示的显示器或者显卡支持的分辨率很低,如下表所示:
the result of xrandx
- Screen 0: minimum 320 x 200, current 800 x 600, maximum 2560 x 1600
- default connected 800x600+0+0 0mm x 0mm
- 800x600 60.0* 56.0 0.0
- 640x480 60.0 0.0
- 320x240 0.0
- 400x300 0.0
- 512x384 0.0
- 1024x768 0.0
- 1152x864 0.0
- 1280x960 0.0
- 1400x1050 0.0
- 1600x1200 0.0
- 1920x1440 0.0
- 2048x1536 0.0
- 854x480 0.0
- 1280x720 0.0
- 1366x768 0.0
- 1920x1080 0.0
- 1280x800 0.0
- 1440x900 0.0
- 1680x1050 0.0
- 1920x1200 0.0
- 2560x1600 0.0
- 720x480 0.0
- 720x576 0.0
- 320x200 0.0
- 640x400 0.0
- 800x480 0.0
- 1280x768 0.0
- 1280x1024 0.0
复制代码
这种问题应该如何解决?
以下是make.conf内容:
These is the make.conf
- # These settings were set by the catalyst build script that automatically
- # built this stage.
- # Please consult /usr/share/portage/config/make.conf.example for a more
- # detailed example.
- CFLAGS="-O2 -march=native -pipe"
- CXXFLAGS="${CFLAGS}"
- # WARNING: Changing your CHOST is not something that should be done lightly.
- # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
- CHOST="x86_64-pc-linux-gnu"
- # These are the USE flags that were used in addition to what is provided by the
- # profile used for building.
- USE="mmx sse sse2\
- hal dga opengl svga dbus alsa\
- X -kde -gnome\
- cjk truetype unicode \
- bzip2 zlib lzma\
- crypt ssl ipv6"
- PKGDIR="/usr/portage/packages"
- FEATURES="parallel-fetch buildpkg"
- MAKEOPTS="-j3"
- INPUT_DEVICES="evdev"
- VIDEO_CARDS="vmware vesa vga"
- ALSA_CARDS="ens1371"
- LINGUAS="en zh zh_CN zh_TW zh_HK ja fr de it es"
- GENTOO_MIRRORS="ftp://mirrors.xmu.edu.cn/gentoo http://mirrors.xmu.edu.cn/gentoo ftp://gentoo.cs.nctu.edu.tw/gentoo http://gento
- o.cs.nctu.edu.tw/gentoo"
- SYNC="rsync://mirrors.xmu.edu.cn/gentoo-portage"
- #SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
复制代码
顺便再问一下,如何实现emerge的时候默认就使用本地的二进制包?并且使用 --binpkg-respect-use。我让emerge自动保留一份二进制包在 $(PORTDIR)/package 里面 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|