Created
May 27, 2010 16:32
-
-
Save hamano/416018 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% dpkg -l | grep xserver-xorg-video-intel | |
ii xserver-xorg-video-intel 2:2.9.1-4 X.Org X server -- Intel i8xx, i9xx display driver | |
% xdpyinfo | |
name of display: :0.0 | |
version number: 11.0 | |
vendor string: The X.Org Foundation | |
vendor release number: 10707000 | |
X.Org version: 1.7.7 | |
maximum request size: 16777212 bytes | |
motion buffer size: 256 | |
bitmap unit, bit order, padding: 32, LSBFirst, 32 | |
image byte order: LSBFirst | |
number of supported pixmap formats: 7 | |
supported pixmap formats: | |
depth 1, bits_per_pixel 1, scanline_pad 32 | |
depth 4, bits_per_pixel 8, scanline_pad 32 | |
depth 8, bits_per_pixel 8, scanline_pad 32 | |
depth 15, bits_per_pixel 16, scanline_pad 32 | |
depth 16, bits_per_pixel 16, scanline_pad 32 | |
depth 24, bits_per_pixel 32, scanline_pad 32 | |
depth 32, bits_per_pixel 32, scanline_pad 32 | |
keycode range: minimum 8, maximum 255 | |
focus: window 0x1a001e0, revert to PointerRoot | |
number of extensions: 26 | |
BIG-REQUESTS | |
Composite | |
DAMAGE | |
DOUBLE-BUFFER | |
DPMS | |
DRI2 | |
GLX | |
Generic Event Extension | |
MIT-SCREEN-SAVER | |
MIT-SHM | |
RANDR | |
RECORD | |
RENDER | |
SGI-GLX | |
SHAPE | |
SYNC | |
X-Resource | |
XC-MISC | |
XFIXES | |
XFree86-DGA | |
XFree86-VidModeExtension | |
XINERAMA | |
XInputExtension | |
XKEYBOARD | |
XTEST | |
XVideo | |
default screen number: 0 | |
number of screens: 1 | |
(snip) | |
% cat /etc/X11/xorg.conf | |
Section "InputDevice" | |
Identifier "Generic Keyboard" | |
Driver "kbd" | |
Option "XkbRules" "xorg" | |
Option "XkbModel" "jp106" | |
Option "XkbLayout" "jp" | |
Option "XkbOptions" "ctrl:swapcaps" | |
EndSection | |
Section "Device" | |
Identifier "Video Device" | |
Driver "intel" | |
EndSection | |
Section "Screen" | |
Identifier "LVDS" | |
Device "Video Device" | |
Monitor "Generic Monitor" | |
DefaultDepth 24 | |
SubSection "Display" | |
Depth 24 | |
Modes "1024x768" | |
Virtual 2304 1024 | |
EndSubSection | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment