# xorg.conf for Intel GM45 / 4500MHD # 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 "CRT-Monitor" VendorName "FUS" ModelName "19P4" HorizSync 30-96 VertRefresh 50-160 Option "DPMS" "true" Option "PreferredMode" "1280x1024" Option "RightOf" "LVDS1" # Option "Position" "1280 0" EndSection # Graphics configuration # Section "Device" Identifier "intel" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile GM45/4500MHD Integrated Graphics Controller" 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" "CRT-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,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 "1366x768" "1024x768" "832x624" "800x600" "720x400" "640x480" ViewPort 0 0 Virtual 2646 1024 EndSubsection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "LCD Screen" EndSection Section "DRI" Mode 0666 EndSection