戻る

前へ

Xの設定

まず 通常の方法で 雛形 を作成します

# setup

雛形 を 変更

# cd /etc/X11/
# cp xorg.conf 001_ORG-xorg.conf
# vi xorg.conf 
# diff -s  xorg.conf 001_ORG-xorg.conf
37,38d36
<         Load  "nouveau"
< 
79c77
<         Driver      "nouveau"
---
>         Driver      "vesa"

カーネル再構築で nouveau を モジュールにしたので それを使用するようにします

# lsmod

これで 一応 表示が出来ます。

$ xrandr
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 4096 x 4096
VGA-1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
   1680x1050      60.0*+   60.0  
   1920x1080      60.0 +
   1920x1200      60.0  
   1600x900       60.0  
   1280x1024      75.0     60.0  
   1280x960       75.0  
   1360x768       59.8  
   1280x800       60.0  
   1152x864       75.0  
   1280x768       60.0  
   1024x768       75.1     70.1     60.0  
   1280x600       60.0  
   1024x600       60.1  
   832x624        74.6  
   800x600        72.2     75.0     60.3     56.2  
   640x480        75.0     72.8     66.7     60.0  
   720x400        70.1  
HDMI-1 disconnected (normal left inverted right x axis y axis)

xdpyinfo は こんな感じ

$ xdpyinfo
name of display:    :0.0
version number:    11.0
vendor string:    The X.Org Foundation
vendor release number:    11402000
X.Org version: 1.14.2
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
...
default screen number:    0
number of screens:    1

screen #0:
  dimensions:    1680x1050 pixels (444x277 millimeters)
  resolution:    96x96 dots per inch
  depths (7):    24, 1, 4, 8, 15, 16, 32
  root window id:    0x291
  depth of root window:    24 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x20
  default number of colormap cells:    256
  preallocated pixels:    black 0, white 16777215
  options:    backing-store NO, save-unders NO
  largest cursor:    64x64
  current input event mask:    0xfac03f
    KeyPressMask             KeyReleaseMask           ButtonPressMask          
    ButtonReleaseMask        EnterWindowMask          LeaveWindowMask          
    KeymapStateMask          ExposureMask             StructureNotifyMask      
    SubstructureNotifyMask   SubstructureRedirectMask FocusChangeMask          
    PropertyChangeMask       ColormapChangeMask       
  number of visuals:    192
  default visual id:  0x21
  visual:
...

にゃんたろう 拝!

2014年 2月 14日 金曜日 21:11:48 JST 作成


前へ

戻る

Copyright © 2006.-2014. nyantarou All Rights Reserved.