On Mon, 2009-04-13 at 07:02 -0500, Michael Sullivan wrote:

> Apparently my xorg.conf file has been missing for some time.  I made a
> full backup of /etc on March 1, and it isn't in that one.  This may be a
> stupid question, but is there a way I can generate an xorg.conf file?  I
> thought there used to be a way, way back when before modular X came out,
> but I can't remember where I saw it...

It was a stupid question.  I have the built-in config right here.
Unfortunately I don't seem to have an old xorg.conf to compare it
against.  I have saved this built-in configuration to /etc/X11/xorg.conf
so that maybe I can tweak it into working with mythfrontend:

camille ~ # cat /etc/X11/xorg.conf
        Section "Device"
                Identifier      "Builtin Default intel Device 0"
                Driver  "intel"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default intel Screen 0"
                Device  "Builtin Default intel Device 0"
        EndSection
        Section "Device"
                Identifier      "Builtin Default fbdev Device 0"
                Driver  "fbdev"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default fbdev Screen 0"
                Device  "Builtin Default fbdev Device 0"
        EndSection
        Section "Device"
                Identifier      "Builtin Default vesa Device 0"
                Driver  "vesa"
        EndSection
        Section "Screen"
                Identifier      "Builtin Default vesa Screen 0"
                Device  "Builtin Default vesa Device 0"
        EndSection
        Section "ServerLayout"
                Identifier      "Builtin Default Layout"
                Screen  "Builtin Default intel Screen 0"
                Screen  "Builtin Default fbdev Screen 0"
                Screen  "Builtin Default vesa Screen 0"
        EndSection

Can anyone see anything in this that might cause mythfrontend to
segfault?  I made changes to config and rebuild xorg-server according to
the X upgrade guide last night, and I'm rebuilding mythtv as we speak...


Reply via email to