# xorg.conf for Intel GMA5700MHD # 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 "NoTrapSignals" # Option "DontVTSwitch" # Option "AutoAddDevices" "false" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" EndSection # Display configuration # Section "Monitor" Identifier "LCD-Monitor" VendorName "SAMSUNG" ModelName "133AT17-301" Option "DPMS" "true" Gamma 0.75 0.65 0.60 # Option "Position" "0 0" # DisplaySize 338 211 # 96x96 DPI # HorizSync 31.5 # VertRefresh 50-70 # Modeline "1366x768"x0.0 69.30 1366 1414 1446 1480 768 770 775 780 EndSection # This is for a static setup of external displays Section "Monitor" Identifier "LED-Monitor" VendorName "LG" ModelName "E2260" # HorizSync 30-96 # VertRefresh 50-160 Gamma 0.75 0.65 0.60 Option "DPMS" "true" Option "PreferredMode" "1920x1080" Option "LeftOf" "LVDS1" # Option "Position" "1920 0" EndSection # Graphics configuration # Section "Device" Identifier "intel" Driver "intel" VendorName "Intel Corporation" BoardName "Core HM57/5700MHD Integrated Graphics Controller" Option "monitor-LVDS1" "LCD-Monitor" # # Hardware options # BusID "PCI:0:2:0" VideoRam 258048 # 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" # Option "MonitorLayout" "CRT,LFP" # Option "MonitorLayout" "NONE,CRT+LFP" # HDMI display options # Option "monitor-HDMI1" "HDMI-Monitor" # Option "MonitorLayout" "HDMI,LFP" # Option "MonitorLayout" "NONE,HDMI+LFP" # # 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 "1366x768" "1024x768" "800x600" "640x480" ViewPort 0 0 Virtual 3286 1080 EndSubsection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "LCD Screen" EndSection Section "DRI" Mode 0666 EndSection