Hello Sir,
I have seen  artcile  regarding Frame Buffer
(http://www.linuxdoc.org/HOWTO/Framebuffer-HOWTO.html).

I have XFree86 Version 4.1.0 and Red Hat Linux Version 7.2

First of all, I did not find XF86_FBdev driver. Is the name changed to Xvfb

Here is my XF86Config-4 file. It is working fine with vesa driver. Please
look into the Section "Device", you will see here two Device (vesa, fbdev)
but If I comment out the vesa device section, then I get error, it gives
problem in screen section.
I don't know whether the visa driver and fbdev driver are same because I
guess both are based on frame buffer. Does any body know the difference and 
why my XF86Config-4 file does not work with fbdev driver.




Thanks for your time.


Thanks
Sanjay

# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# By default, Red Hat Linux 6.0 and later use xfs

Section "Files"

FontPath "unix/:7100"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

# Module loading section

Section "Module"
Load  "dbe" # Double-buffering
Load  "GLcore" # OpenGL support
Load  "dri" # Direct rendering infrastructure
Load  "glx" # OpenGL X protocol interface
Load  "extmod" # Misc. required extensions
Load  "v4l" # Video4Linux
# Load  "pex5" # PHIGS for X 3D environment (obsolete)
# Load  "record" # X event recorder
# Load  "xie" # X Image Extension (obsolete)
# You only need the following two modules if you do not use xfs.
Load  "freetype" # TrueType font handler
Load  "type1" # Adobe Type 1 font handler
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option      "Device" "/dev/mouse"
Option      "Protocol" "PS/2"
Option      "Emulate3Buttons" "off"
Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
VendorName "Unknown"
ModelName  "Unknown"
HorizSync 30,95
VertRefresh 50-160
#Option "dpms"
EndSection

Section "Device"
Identifier "SiS 630"
Driver "vesa"
BoardName "Unknown"
EndSection

Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection

Section "Screen"
Identifier "Screen0"
Device "SiS 630"
Monitor "Generic Monitor"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to