# xorg.conf for Intel Sandybridge GT2 / GMA HD-3000 # Server configuration # Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "freetype" # Load "xtt" # Load "type1" Load "glx" # Load "dri" Load "dri2" EndSection Section "Files" # RgbPath "/usr/share/X11/rgb" # ModulePath "/usr/lib/modules" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/artwiz-fonts/:unscaled" EndSection Section "ServerFlags" Option "DontZap" "false" Option "AllowEmptyInput" "true" # Option "AutoAddDevices" "false" # Option "NoTrapSignals" # Option "DontVTSwitch" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" EndSection # Display configuration # Section "Monitor" Identifier "LCD-Monitor" VendorName "LEN" ModelName "16560" Option "DPMS" "true" Gamma 0.75 0.65 0.60 # Option "Position" "0 0" # DisplaySize 361 203 # HorizSync 31.5 # VertRefresh 50-70 # ModeLine "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 EndSection # Static setup of external displays Section "Monitor" Identifier "LED-Monitor-24" VendorName "DELL" ModelName "U2412M" # HorizSync 30-96 # VertRefresh 50-160 Gamma 0.75 0.65 0.60 Option "DPMS" "true" Option "PreferredMode" "1920x1200" Option "RightOf" "LVDS1" # Option "Rotate" "left" # Option "Position" "1920 0" EndSection Section "Monitor" Identifier "LED-Monitor-Work" VendorName "DELL" ModelName "U2410" # HorizSync 30-96 # VertRefresh 50-160 Gamma 0.75 0.65 0.60 Option "DPMS" "true" Option "PreferredMode" "1920x1200" Option "RightOf" "LVDS1" # Option "Position" "1920 0" EndSection Section "Monitor" Identifier "LED-Monitor-22" VendorName "LG" ModelName "E2260" # HorizSync 30-96 # VertRefresh 50-160 Gamma 0.75 0.65 0.60 Option "DPMS" "true" Option "PreferredMode" "1920x1080" # Option "PreferredMode" "1680x1050" Option "RightOf" "LVDS1" # Option "Position" "1920 0" EndSection # Graphics configuration # Section "Device" Identifier "intel" Driver "intel" VendorName "Intel Corporation" BoardName "Intel(R) Sandybridge Mobile (GT2)" Option "monitor-LVDS1" "LCD-Monitor" # # Hardware options # BusID "PCI:0:2:0" # VideoRam 262144 # Clocks 25.2 28.3 # # Acceleration options # Option "AccelMethod" "UXA" # Option "Tiling" "false" # Option "SwapbuffersWait" "false" # Other options # Option "XvMC" "true" # Option "XvMCSurfaces" "7" # 6 or 7 # Option "FramebufferCompression" "true" # # External Displays # Option "CheckLid" "false" # Option "DevicePresence" "true" # scan for monitors # # Clone on Pipe B, use MonitorLayout to local clone on one pipe # Option "Clone" "true" # VGA display options Option "monitor-VGA1" "LED-Monitor-24" # Option "MonitorLayout" "CRT,LFP" # Option "MonitorLayout" "NONE,CRT+LFP" # HDMI display options # Option "monitor-HDMI1" "HDMI-Monitor" # Option "MonitorLayout" "HDMI,LFP" # Option "MonitorLayout" "NONE,LFP+HDMI" # # Misc options # Option "NoAccel" "" # bool # Option "DRI" "" # bool # Option "NoDDC" "" # bool # Option "UseEDID" "" # bool EndSection # Screen configuration # Section "Screen" Identifier "LCD Screen" Device "intel" Monitor "LCD-Monitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1600x900" "1024x768" "800x600" "640x480" ViewPort 0 0 # Virtual 3520 1080 Virtual 3520 1200 EndSubsection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "LCD Screen" EndSection Section "DRI" Mode 0666 EndSection