# ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Intel_945GM" VendorName "Intel" BoardName "Intel GM945" Driver "intel" Option "AccelMethod" "EXA" Option "DDC" "True" Option "Monitor-VGA" "VGA" Option "Monitor-TV" "TV" Option "Monitor-TMDS-1" "TMDS" Option "ModeDebug" "True" EndSection # ********************************************************************** # Screen section # ********************************************************************** Section "Screen" Identifier "Screen_0" Device "Intel_945GM" Monitor "TMDS" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "TMDS" VendorName "Sony TV" HorizSync 30.0 - 50.0 VertRefresh 59.0 - 61.0 DisplaySize 320 180 # Modeline "1080i" 74.250 1920 2008 2052 2200 1080 1084 1094 1124 interlace +hsync +vsync # doesn't work Modeline "720p" 74.160 1280 1352 1392 1648 720 725 730 750 -hsync -vsync # Modeline "540p" 74.250 1920 2008 2052 2200 540 542 547 562 +hsync +vsync # doesn't work Modeline "480p" 27.000 720 736 798 858 480 489 495 525 -hsync -vsync Option "PreferredMode" "720p" Option "DMPS" Option "MaxClock" "90MHz" Option "Ignore" "False" EndSection Section "Monitor" Identifier "TV" Option "Ignore" "True" EndSection Section "Monitor" Identifier "VGA" Option "Ignore" "True" EndSection # ********************************************************************** # DRI section # ********************************************************************** Section "dri" # Access to OpenGL ICD is restricted to a specific user group: Group 92 # video Mode 0660 EndSection