Results 1 to 10 of 18
hi i'll start from the beginning and end with the problem...
so i have an x86 archetecture compaq presario 2500 laptop which i am using the 2007 gentoo live cd ...
- 11-14-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
graphical interface problem with live cd
hi i'll start from the beginning and end with the problem...
so i have an x86 archetecture compaq presario 2500 laptop which i am using the 2007 gentoo live cd as my mode of installment. so i stuck the cd in and booted it up and everything ran smoothly. it came to a nice gui progress bar with the gentoo logo on it. once the progress bar is finished i get an error message: "failed to start the x server (your graphical interface). it is likely that it is not set up correctly. would you like to view the x server output to diagnose the problem?"
so i assumed that the text it offered to show would help someone fix my problem. here is what it said:
"X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux livecd 2.6.19-gentoo-r5 #1 SMP Wed Apr4
Build Date: 19 April 2007
Before reporting problems, check X.Org Wiki - Home
to make sure that you have the latest version
Module Loader present
Markers: (--) Probed, (**) from config file , (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "var/log/Xorg.0.log", Time: Sat Nov 3 05:38:34 2007
(==) Using config file: "etc/X11/xorg.conf"
dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol:
(EE) Failed to load /usr/xorg/modules/extensions/libGLcore.so
(EE) Failed to load module "GLcore" (loader failed, 7)"
that is where i am stopped. anyone have a solution?
thanks in advanced
-jim
- 11-14-2007 #2
You could edit /etc/X11/xorg.conf and change
toCode:Load "glx"
After that, start the GUI by running startx.Code:#Load "glx"
- 11-14-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
i have no idea how to edit something on the command line...
would you mind being a little more descrptive please? ^^
- 11-14-2007 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,788
You can edit from command line by entering the following:
...edit, then save file.Code:nano /etc/X11/xorg.conf
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 11-14-2007 #5Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
trying it out right now. be back with a report in a sec...
- 11-15-2007 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,788
Oh, I forgot to mention that you need root permissions to edit that file. At command line, enter:
su
...enter root password when requested.
Then you can enter the command above to edit the file.
Edit files by using the arrow keys to place the cursor where you want it then use delete keys to remove characters and letter/number keys to add characters as desired. Look toward the bottom of the window for special key combinations such as ^X (Control-X) for exiting.oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 11-15-2007 #7Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
did that and this is what happened after i entered startx:
dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: underfined symbol: _glXActiveScreens
(EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.sp
(EE) Failed to load module "GLcore" (loader failed, 7)
(EE) Failed to load module "ati" (module does not exist. 0)
(EE) No drivers available
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connvection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
- 11-15-2007 #8forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,788
I'm not sure what's going on with your liveCD, but I'd check for the text-installer if Gentoo still has one available. Lots of people have reported problems using the GUI installer, saying it's quite buggy. The same happened to me with the Ubuntu liveCD. It wouldn't work, but the text-install version of the CD worked perfectly.
Maybe someone else will have a better suggestion.
Otherwise, you could try some of the kernel options that are available to you through the F-keys right before the CD begins to boot. You'd want to look closely at the ones relating to vga modes and resolutions.oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 11-15-2007 #9forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,788
I just went a took a look at the Gentoo website and it appears that they do still keep a text version of the installer on hand:
Gentoo Linux Documentation -- Choosing the Right Installation Medium
It's the minimal CD that I'm referring to. I always recommend that people new to Gentoo print out the Gentoo Handbook and have it close by before trying to install it.oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 11-15-2007 #10Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
downloaded and burning...


Reply With Quote

