# xorg.conf for Intel GMA965 / X3100 # 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 "AU Optronics" ModelName "B154EW02" 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 "1280x800"x0.0 71.11 1280 1328 1360 1440 800 803 809 823 EndSection # This is for a static setup of external displays Section "Monitor" Identifier "CRT-Monitor" VendorName "FUS" ModelName "19P4" HorizSync 30-96 VertRefresh 50-160 Gamma 0.75 0.65 0.60 Option "DPMS" "true" Option "PreferredMode" "1280x1024" Option "RightOf" "LVDS1" # Option "Position" "1280 0" EndSection #Section "Monitor" # Identifier "TV-Out" # HorizSync 30-50 # VertRefresh 60 # Option "PreferredMode" "1024x768" # Option "TVOutFormat" "SVIDEO" # Option "TV Format" "PAL" ## Option "TVStandard" "PAL" ## Option "RightOf" "LVDS1" ## Option "Position" "1280 0" #EndSection # Graphics configuration # Section "Device" Identifier "intel" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile GM965/GL960 Integrated Graphics Controller" Option "monitor-LVDS1" "LCD-Monitor" # # Hardware options # BusID "PCI:0:2:0" VideoRam 261120 # 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" # TV display options # Option "monitor-TV1" "TV-Out" # Option "MonitorLayout" "TV,LFP" # Option "MonitorLayout" "NONE,LFP+TV" # Option "TVDACLoadDetect" "true" # # 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 "1280x800" "1280x768" "1280x720" "1024x768" "800x600" "640x480" ViewPort 0 0 Virtual 2560 1024 EndSubsection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "LCD Screen" EndSection Section "DRI" Mode 0666 EndSection