You are not logged in.

#1 2009-05-10 17:49:24

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

[Xorg][Intel GMA 950] Hotplug but Source xorg.conf as Well [SOLVED]

I've been having trouble getting xorg to honour the config file while still having hotplugging enabled. A number of kind souls have told me that I could keep out the input sections and xorg would use the rest, but it doesn't.

Such are my requirements:

(1) I want to have Hotplugging
(2) I want to configure hotplugged devices via their respective FDI files
(3) I want to disable compositing (so I need xorg.conf)
(4) I want to change graphics device options (so I need xorg.conf)

I understand that the laptop's monitor is also considered a hotpluggable device, so I've omitted related entries. The following is what I have:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Option         "AIGLX" "false"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/local/share/fonts"
EndSection

Section "Module"
        Load  "bitmap"
        Load  "ddc"
        Load  "int10"
        Load  "vbe"
    Load  "xtrap"
    Load  "record"
    Load  "dbe"
    Load  "extmod"
    Load  "freetype"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
    Option "AccelMethod" "xaa"
EndSection

Section "Extensions"
        Option "Composite" "Disable"
EndSection

If you have a similar use-case then please offer your xorg.conf for me to steal, thanks! big_smile

Last edited by schivmeister (2009-05-11 09:54:14)


I need real, proper pen and paper for this.

Offline

#2 2009-05-10 19:35:15

xduugu
Member
Registered: 2008-10-16
Posts: 292

Re: [Xorg][Intel GMA 950] Hotplug but Source xorg.conf as Well [SOLVED]

Section "ServerLayout"
    Identifier     "X.org Configured"
    Option         "AIGLX" "false"
EndSection

Section "Device"
    Identifier  "Card0"
    Option "AccelMethod" "xaa"
EndSection

Section "Extensions"
        Option "Composite" "Disable"
EndSection

should be enough. smile

Offline

#3 2009-05-11 09:53:19

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: [Xorg][Intel GMA 950] Hotplug but Source xorg.conf as Well [SOLVED]

Now I officially owe you beer!


I need real, proper pen and paper for this.

Offline

Board footer

Powered by FluxBB