Hi<br><br>I updated FC6T3 with the most recent upadates available. This installed <br>2.6.18-1.2726.fc6xen<br>Under this new kernel my X doesnt work. It exits with the following error<br><br>(EE) I810(0): No Video BIOS modes for chosen depth.
<br>(II) UnloadModule: "i810"<br>(II) UnloadModule: "ddc"<br>(II) Unloading /usr/lib/xorg/modules/libddc.so<br>(II) UnloadModule: "int10"<br>(II) UnloadModule: "int10"<br>(II) UnloadModule: "vgahw"
<br>(II) Unloading /usr/lib/xorg/modules/libvgahw.so<br>(II) UnloadModule: "vbe"<br>(II) Unloading /usr/lib/xorg/modules/libvbe.so<br>(II) UnloadModule: "int10"<br>(II) Unloading /usr/lib/xorg/modules/libint10.so
<br>(EE) Screen(s) found, but none have a usable configuration.<br><br>Fatal server error:<br>no screens found<br><br clear="all">It works perfect for the corresponding bare kernel 2.6.18-1.2726.fc6<br>It also works all right with the old xen kernel 
2.6.18-1.2699.fc6xen<br>Here is my xorg.conf<br><br># Xorg configuration created by system-config-display<br><br>Section "ServerLayout"<br>        Identifier     "single head configuration"<br>        Screen      0  "Screen0" 0 0
<br>        InputDevice    "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>Section "InputDevice"<br>        Identifier  "Keyboard0"<br>        Driver      "kbd"<br>        Option      "XkbModel" "pc105"
<br>        Option      "XkbLayout" "us"<br>EndSection<br><br>Section "Monitor"<br>        Identifier   "Monitor0"<br>        VendorName   "Monitor Vendor"<br>        ModelName    "Samsung SyncMaster 793S/793V/CM173G"
<br>        HorizSync    40.0 - 50.0<br>        VertRefresh  80.0 - 120.0<br>        Option      "dpms"<br>EndSection<br><br>Section "Device"<br>        Identifier  "Videocard0"<br>        Driver      "i810"
<br>EndSection<br><br>Section "Screen"<br>        Identifier "Screen0"<br>        SubSection "Display"<br>               Viewport   0 0<br>               Depth     24<br>               Modes    "1024x768"
<br>        EndSubSection<br>        Device     "Videocard0"<br>        DefaultDepth     24<br>EndSection<br><br>-- <br>pritam