|
Hi,
I am trying to configure
framebuffer for X on redhat linux 7.2 .
I have done the following things.
1. I installed the rpm
XFree86-FBDev-3.3.6-42.rpm and XFree86-fonts-4.2.rpm.
2. Created a softlink :
ln -sf
/usr/X11R6/bin/XF86_FBDev /etc/X11/X.
3. In the XF86Config file, i set the
:-
Driver
"fbdev"
Modes
"default".
Depth
8
FontPath
"unix/:7100"
Also using 'make menuconfig', in 'console
drivers', enable:
[*] VGA text console [*] Video mode selection support [*] Support for frame buffer devices (EXPERIMENTAL) [*] VESA VGA graphics console [*] Advanced low level driver options <*> 8 bpp packed pixels support <*> 16 bpp packed pixels support <*> 24 bpp packed pixels support With all these set. I start the startx. And it
gives the following output:
************************************************************************************
hostname: Host name lookup failure
XFree86 Version 3.3.6a / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: April 19, 2001 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: Linux 2.4.7-0.13.1smp i686 [ELF] Configured drivers: FBDev: Server for frame buffer device (Patchlevel 10): mfb, cfb8, cfb16, cfb24, cfb32 (using VT number 7) XF86Config: /usr/X11R6/lib/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values (**) XKB: disabled (**) XKB: keymap: "xfree86(us)" (overrides other XKB settings) (**) Mouse: type: PS/2, device: /dev/mouse, buttons: 3 (**) FBDev: Graphics device ID: "Generic VGA" (**) FBDev: Monitor ID: "LCD" (**) FontPath set to "unix/:7100" (**) FBDev: Using default frame buffer video mode
Fatal server error:
fbdevScreenInit: unable to set screen params (Invalid argument) When reporting a problem related to a server crash, please send the full server output, not just the last messages XIO: fatal IO error 104 (Connection reset by peer) on X server
":0.0"
after 0 requests (0 known processed) with 0 events remaining. ******************************************************************************************* Can you please help me get the Framebuffer working on linux. I am attaching
th config file too.
thanks
latha lingaiah
|
Section "Files"
# RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 30
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
XkbKeycodes "xfree86"
XkbTypes "default"
XkbCompat "default"
XkbSymbols "us(pc101)"
XkbGeometry "pc"
XkbRules "xfree86"
XkbModel "pc104"
XkbLayout "us"
EndSection
Section "Pointer"
Protocol "MouseSystems"
# Device "/dev/gpmdata"
Device "/dev/psaux"
# Device "/dev/ttyS0"
# Device "/dev/ttyS1"
Emulate3Timeout 50
Resolution 100
Buttons 3
Emulate3Buttons
EndSection
Section "Monitor"
Identifier "Primary Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5-48.5
VertRefresh 55-90
EndSection
Section "Device"
Identifier "Primary Card"
EndSection
Section "Screen"
Driver "fbdev"
Device "Primary Card"
Monitor "Primary Monitor"
SubSection "Display"
Depth 8
# Depth 16
# Depth 24
# Depth 32
Modes "default"
EndSubSection
EndSection
**************************Disclaimer************************************
Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited.
********************************************************************
