daily pastebin goal
70%
SHARE
TWEET

Intel GMA3650, startx fails, see my /etc/X11/xorg.conf

a guest Jun 10th, 2012 33 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Module"
  2.         Load  "dri"
  3.         Load  "dbe"
  4.         Load  "record"
  5.         Load  "extmod"
  6.         Load  "dri2"
  7.         Load  "glx"
  8. EndSection
  9.  
  10. Section "Device"
  11.         ### Available Driver options are:-
  12.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  13.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  14.         ### <percent>: "<f>%"
  15.         ### [arg]: arg optional
  16.         #Option     "SWcursor"                  # [<bool>]
  17.         #Option     "kmsdev"                    # <str>
  18.         #Option     "ShadowFB"                  # [<bool>]
  19.         Identifier  "Card0"
  20.         Driver      "modesetting"
  21.         BusID       "PCI:0:2:0"
  22. EndSection
  23.  
  24. Section "Device"
  25.         ### Available Driver options are:-
  26.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  27.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  28.         ### <percent>: "<f>%"
  29.         ### [arg]: arg optional
  30.         #Option     "ShadowFB"                  # [<bool>]
  31.         #Option     "Rotate"                    # <str>
  32.         #Option     "fbdev"                     # <str>
  33.         #Option     "debug"                     # [<bool>]
  34.         Identifier  "Card1"
  35.         Driver      "fbdev"
  36.         BusID       "PCI:0:2:0"
  37. EndSection
  38.  
  39. Section "Device"
  40.         ### Available Driver options are:-
  41.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  42.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  43.         ### <percent>: "<f>%"
  44.         ### [arg]: arg optional
  45.         #Option     "ShadowFB"                  # [<bool>]
  46.         #Option     "DefaultRefresh"            # [<bool>]
  47.         #Option     "ModeSetClearScreen"        # [<bool>]
  48.         Identifier  "Card2"
  49.         Driver      "vesa"
  50.         BusID       "PCI:0:2:0"
  51. EndSection
  52.  
  53.  
  54. Section "DRI"
  55.         Mode  0666
  56. EndSection
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top