Re: help with frambuffer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You may want to try replacing the relevant sections with:

# Graphics device section
# **********************************************************************

Section "Device"
    Identifier        "Generic VGA Card"
    VendorName        "Unknown"
    BoardName         "Unknown"
    Chipset           "generic"
EndSection


Section "Device"
    Identifier         "Generic XF86_S3"
EndSection


# **********************************************************************
# Screen section
# **********************************************************************

# The kernel framebuffer server
Section "Screen"
    Driver      "fbdev"
    Device      "Generic VGA Card"
    Monitor     "DELL P1130"
    Subsection  "Display"
#        Depth       16
        Modes       "default"
    EndSubsection
EndSection

# The 16-color VGA server
Section "Screen"
    Driver      "vga16"
    Device      "Generic VGA Card"
    Monitor     "DELL P1130"
    Subsection "Display"
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


# The svga server
Section "Screen"
    Driver      "svga"
    Device      "Generic XF86_S3"
    Monitor     "DELL P1130"
    DefaultColorDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

# The accel server
Section "Screen"
    Driver      "accel"
    Device      "Generic XF86_S3"
    Monitor     "DELL P1130"
    DefaultColorDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480" 
        ViewPort    0 0
    EndSubsection
EndSection


--- rahul kalaskar <rkalaskar@aethon.com> wrote:
> I figured that. I moved the config to XF86config. Still the problem 
> persists.
> I wonder why it says /dev/fb0 not found. I read some where I may need 
> /dev/fb0current?
> 
> 
> Thanks!
> Rahul


__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/
_______________________________________________

Newbie@XFree86.Org
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

[Index of Archives]     [XFree86]     [Xfree86 Xpert]     [X.org]     [IETF Annouce]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Picture Sharing]     [Linux Security]     [Linux RAID]

  Powered by Linux