> (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
>       i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
>       E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
>       965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
> (II) Primary Device is: ISA
> (EE) No devices detected.
> 
> Fatal server error:
> no screens found
> 
>  I guess the "Primary Device is: ISA" message is probably a
> fallback.  If my memory is correct, in xorg-7.2 you *had to* use an
> xorg.conf file.  That is not true for the more recent versions of
> xorg shipped in e.g. fc13.  So, I guess you need to post your
> xorg.conf.
> 
>  It's a short enough file to copy in the mail.

Thank you all for your replies 

1.
 About the kernel ,I tried the fc13 kernel  which is my host pc that is 
supporting this VGA, after same failure on a compiled kernel , the log 
varies a little with the custom kernel (non fedora), (primary devices 
changes ... see end of log, it was ISA in the previous log).

Build Operating System: Linux 2.6.33.3-85.fc13.x86_64 x86_64 
Current Operating System: Linux LFS64 2.6.32.8 #1 SMP Mon Oct 4 12:44:06
..
..
..
..
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
(II) Primary Device is: PCI 00:02:0
(EE) No devices detected.

Fatal server error:
no screens found

2. I tried drivers like vesa, vga .. but none works .


3. I will send the kernel config file in another thread (due to size 
restriction).


4. This is the xorg.conf I use : 

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
    Load  "dbe"
    Load  "GLcore"
    Load  "extmod"
    Load  "record"
    Load  "xtrap"
    Load  "dri"
    Load  "glx"
    Load  "freetype"
    Load  "type1"
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     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Unknown Board"
    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




Thanks again for all of you 
                                          
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to