I tried startx command with LFS 6.2-3 Live CD and got the following error msg:
"
(==) : Could not open RGB_DB '/usr/lib/X11/rgb'
(WW) : I 810 (0) : Mode pool is empty
(WW) : I 810 (0) : No valid modes found.
(WW) : Screen(s) found but none have usable configuration"
I have given below the xorg.conf file from LFS 6.2-3 CD.
Section "Module"
Load "glx"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "vbe"
EndSection
# Uncomment to see nice shadows and make the panel semi-transparent
# Section "Extensions"
# Option "Composite"
# EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions"
"grp:alt_shift_toggle,compose:menu,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
# Mouse-specific options, comment out if using a touchpad
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
## Touchpad specific options
# Driver "synaptics"
# Option "Protocol" "auto-dev"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "i810"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
# Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
"
Please note that I have not done anything with this file.
I tried X -configure and xorgconfig commands but I could not succeed
in getting a GUI window.
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page