<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Still trying to find out why I have no screen in Jaunty. I have booted
into recovery mode and reconfigured the xserver with dpkg as well as
with "X -configure". the last command created a nice xorg.conf in
/root/X11. The xorg.conf in /etc/X11 is sparse by comparison. However,
running "startx" from the prompt just goes to a slightly lit but black
screen. Can't get back to the command line with ctrl+alt+F2.<br>
The question is if I should copy the /root/X11/xorg.config to the
/etc/X11/xorg.config?<br>
<br>
Details below:<br>
<br>
<br>
<br>
/root/X11/xorg.conf.new<br>
<pre wrap="">Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/share/fonts/X11/100dpi<span
 class="moz-txt-tag">/</span></i>:unscaled"
        FontPath     "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/share/fonts/X11/75dpi<span
 class="moz-txt-tag">/</span></i>:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri2"
        Load  "dri"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                 # [<bool>]
        #Option     "SWcursor"                # [<bool>]
        #Option     "ColorKey"                # <i>
        #Option     "CacheLines"              # <i>
        #Option     "Dac6Bit"                 # [<bool>]
        #Option     "DRI"                     # [<bool>]
        #Option     "NoDDC"                   # [<bool>]
        #Option     "ShowCache"               # [<bool>]
        #Option     "XvMCSurfaces"            # <i>
        #Option     "PageFlip"                # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 4 Series Chipset Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
</pre>
<br>
<br>
<br>
<br>
<br>
<br>
/etc/X11/xorg.conf<br>
<pre wrap="">Section "Device"
        Identifier      "Configured Video Device"
        Option          "UseFBDev"            "true"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection



</pre>
<br>
</body>
</html>