Advertisement
Guest User

Fit-PC2i EMGD - /etc/X11/xorg.conf

a guest
Mar 2nd, 2011
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "Default Layout"
  3.     Screen 0       "Screen0"        0 0
  4. EndSection
  5.  
  6. Section "Device"
  7.     Identifier "Card0"
  8.     Driver     "emgd"
  9.     VendorName "Intel(R) DEG"
  10.     BoardName  "Embedded Graphics"
  11.     BusID      "0:2:0"
  12.     Screen      0
  13.     Option     "PcfVersion"            "1792"
  14.     Option     "ConfigId"              "1"
  15.     Option     "SWCursor"              "true"
  16.     Option     "ALL/1/name"                   "fit-PC2 "
  17.     Option     "ALL/1/General/PortOrder"      "20000"
  18.     Option     "ALL/1/General/DisplayConfig"  "1"
  19.     Option     "ALL/1/General/DisplayDetect"  "1"
  20.     Option     "ALL/1/General/xVideo"         "1"
  21.     Option     "ALL/1/General/XVideoBlend"    "0"
  22.     Option     "ALL/1/General/DRI"            "1"
  23.     Option     "ALL/1/Port/2/General/name"           "DVI"
  24.     Option     "ALL/1/General/VideoRAM"                 "262144"
  25.     Option     "ALL/1/Port/2/General/EdidAvail"      "2"
  26.     Option     "ALL/1/Port/2/General/EdidNotAvail"   "1"
  27.     Option     "ALL/1/Port/2/General/Rotation"       "0"
  28.     Option     "ALL/1/Port/2/General/Edid"           "1"
  29.     Option     "PortDrivers"           "sdvo"
  30.     Option     "ALL/1/Port/2/Attr/70"           "0"
  31.     Option     "ExaComposite" "true"
  32. EndSection
  33.  
  34. Section "Screen"
  35.     Identifier    "Screen0"
  36.     Device        "Card0"
  37.     Monitor       "Monitor0"
  38.     SubSection "Display"
  39.     Depth     24
  40.     Modes    "1920x1080" "1360x768" "1280x1024"
  41.     EndSubSection
  42. EndSection
  43.  
  44. Section "Monitor"
  45.     Identifier   "Monitor0"
  46.     VendorName   "Vendor0"
  47.     ModelName    "Model0"
  48. EndSection
  49.  
  50. Section "DRI"
  51.         Group 0
  52.     Mode 0666
  53. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement