# enable serial console on ttyS0 ln -sf /lib/systemd/system/serial-getty@.service \ /etc/systemd/system/getty.target.wants/serial-getty@ttyS0.service # enable serial console for runin too mkdir -p /etc/systemd/system/runin.target.wants ln -sf /lib/systemd/system/serial-getty@.service \ /etc/systemd/system/runin.target.wants/serial-getty@ttyS0.service # FIXME temporarily hacking in openchrome config since chrome driver # needs work for F18 cat >>/usr/share/olpc-utils/xorg.conf.d/xo1.5.conf <: integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional Option "ForceLCD" "yes" # [] Option "ForcePanel" "yes" # [] #Option "NoAccel" # [] #Option "AccelMethod" # #Option "ExaNoComposite" # [] #Option "ExaScratchSize" # Option "SWCursor" "yes" #Option "ShadowFB" # [] #Option "Rotate" # [] #Option "RotateType" # [] #Option "Inverse" # [] #Option "VideoRAM" # #Option "VideoRAM1" # #Option "TwoLCD" # [] #Option "CRTPort" # [] Option "ActiveDevice" "LCD" # [] #Option "DVIPort" # [] #Option "DVIDualEdge" # [] #Option "DVIBusWidth" # [] #Option "Simultaneous" # [] #Option "LCDPort" # [] #Option "LCDBusWidth" # [] #Option "Center" # [] #Option "PanelID" # Option "PanelSize" "1200x900" #Option "TVPort" # [] #Option "TVDotCrawl" # [] #Option "TV2DotCrawl" # [] #Option "TVProgressive" # [] #Option "TV2Progressive" # [] #Option "TVType" # [] #Option "TV2Type" # [] #Option "TVOutput" # [] #Option "TV2Output" # [] #Option "TVVScan" # [] #Option "TVHScale" # #Option "TVVScale" # #Option "TV2HScale" # #Option "TV2VScale" # #Option "TVEncoder" # [] #Option "TVFlickerFilter" # #Option "TV2FlickerFilter" # #Option "Refresh" # #Option "DisableVQ" # [] #Option "NoDDCValue" # [] #Option "DRIXINERAMA" # [] #Option "DeBlockingEnable" # [] #Option "Use2DBitBltSignature" # [] #Option "MergedFB" # [] #Option "NoVIAXinerama" # [] #Option "Scrn2Pos" # [] #Option "EPIA_DVI" # [] #Option "VideoOnDevice" # [] #Option "CCIR601" # [] #Option "Scrn2Pos" # [] #Option "DPASetting_DVP0" # [] #Option "DPASetting_DVP1" # [] #Option "DPASetting_DFPHIGH" # [] #Option "DPASetting_DFPLOW" # [] #Option "DPASetting_VT1636" # [] #Option "DPASetting_VT1625" # [] #Option "DPASetting_VT1623" # [] #Option "DISPLAY_3DScaling" # [] #Option "DISPLAY_3DScaling_HDMI" # [] #Option "DISPLAY_3DScaling_LCD" # [] #Option "VideoColorKey" # #Option "GoodPerformance" # [] #Option "LCD_MSB_ENABLE" # [] #Option "NoDithering" # [] #Option "DualChannel" # [] #Option "Interlace" # [] #Option "FnHotkey" # [] #Option "TextureVideoSupport" # [] # dev.laptop.org #9798 Don't probe I2C busses where the camera is connected Option "I2CDevices" "Bus1" Identifier "Card0" Driver "openchrome" VendorName "VIA Technologies, Inc." BoardName "Unknown Board" BusID "PCI:0:1:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1200x900" EndSubSection EndSection EOF