昨日はこれにハマって3時間ぐらいつぶれた。
勢いでubuntu linuxにしたのですが大体のことは先人が残してくれた備忘録を元
に解決できます。
しかしやはりwindows や mac みたいに完成されたOSではないのでやりたいこと
がなかなかできない事があったりと、
高スキルな人かドMじゃないとデスクトップOSにlinuxは難しいと思う今日この頃。
bubbkisさんのwebサイトを参考にしたらできました。
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "us101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "EmulateWheel" "true"
Option "EmulateWheelTimeOut" "200"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "AccelMethod" "EXA"
Option "ExaNoComposite" "false"
Option "MigrationHeuristic" "greedy"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 5000 2000
Modes "800x600@60" "1024x768@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "Intel 915"
Busid "PCI:0:2:0"
Driver "i810"
Screen 0
Vendorname "Intel"
EndSection
Section "ServerFlags"
EndSection
んでこのコマンドを実行!
xrandr --output VGA --mode "1280x1024" xrandr --output VGA --right-of LVDS
そして勢いでアカデミーヒルズに徒歩で液晶モニタを持って行ったw
注意されたり驚かれたりしないかな?と思ったけどみんな何にも気にしてないで
すね。
内心「あいつモニタ持参かよwwアホかww」って思ってる人もいるかもしれないけ
ど、
まあこんなでかいものを持ち込めるのも家がクソ近いというたまものですね。