|
发表于 2011-4-19 14:21:26
|
显示全部楼层
这有台机器,装的是ubuntu的,倒是可以跑X
已经没有空分区装一个新的系统了,如果有一个 可以跑在2G u盘 上的小系统,倒是可以试一试
下面的信息不知道有没有用
(估计是没用,xorg.conf就差不多是空的)
zombie@zombie-laptop:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
zombie@zombie-laptop:~$ dpkg -s xorg
Package: xorg
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 24
Maintainer: Ubuntu Core Developers <[email protected]>
Architecture: i386
Version: 1:7.4~5ubuntu18
Provides: x-window-system, x-window-system-core
Depends: xserver-xorg, libgl1-mesa-glx | libgl1, libglu1-mesa, xfonts-base (>= 1:1.0.0-1), xfonts-100dpi (>= 1:1.0.0-1), xfonts-75dpi (>= 1:1.0.0-1), x11-apps, x11-session-utils, x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils, xauth, xinit, xfonts-utils, xkb-data, xterm | x-terminal-emulator, x11-common, xinput
Recommends: xfonts-scalable (>= 1:1.0.0-1)
Suggests: xorg-docs
Description: X.Org X Window System
This metapackage provides the components for a standalone
workstation running the X Window System. It provides the X libraries, an X
server, a set of fonts, and a group of basic X clients and utilities.
.
Higher level metapackages, such as those for desktop environments, can
depend on this package and simplify their dependencies.
.
It should be noted that a package providing x-window-manager should also
be installed to ensure a comfortable X experience.
Original-Maintainer: Debian X Strike Force <[email protected]>
zombie@zombie-laptop:~$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
zombie@zombie-laptop:~$ |
|