| View previous topic :: View next topic |
| Author |
Message |
antogc Apprentice


Joined: 19 Oct 2007 Posts: 168
|
Posted: Wed May 21, 2008 8:14 am Post subject: black monitor |
|
|
| hello all, i have a strange topic with my screen, if a try to exec the grafic enviormente (gnome-startx) the screen turns black and i can see nothing...i have to ssh to reboot the machine...i try also with a light desktop as twm but nothing....if I try Ctrl+Alt+BackSpace the Screen dont make anything...always black.... |
|
| Back to top |
|
 |
antogc Apprentice


Joined: 19 Oct 2007 Posts: 168
|
Posted: Wed May 21, 2008 8:55 am Post subject: |
|
|
the Xorg.0.log says
| Quote: |
(EE) Failed to load /usr/lib/xorg/modules/fonts//libtype1.so
(EE) Failed to load module "type1" (loader failed, 7)
(EE) Failed to load /usr/lib/xorg/modules/fonts//libfreetype.so
(EE) Failed to load module "freetype" (loader failed, 7)
|
it can be the problem?? |
|
| Back to top |
|
 |
tgR10 Apprentice


Joined: 23 Oct 2007 Posts: 262 Location: caly ten ambaras
|
Posted: Wed May 21, 2008 9:17 am Post subject: |
|
|
maybe try to rebuild xorg-server
and next time when you get that "black screen" pres ctrl alt f1 to switch to another console then login as root and stop xdm ( /etc/init.d/xdm stop) or kill startx _________________ "bo kto ma racje ? ten kto z bliska zobaczy"
"moge nie wiedziec,wchlaniam niewiedze z malych torebek"
http://i12.tinypic.com/4pow0mu.png
http://userbar.tgr.debil.eu/userbar.jpg |
|
| Back to top |
|
 |
antogc Apprentice


Joined: 19 Oct 2007 Posts: 168
|
Posted: Wed May 21, 2008 9:24 am Post subject: |
|
|
thanks for the quickly respons...
if I try to change to console (Alt-F1) the screen don´t make anything...If a try ro reemerge xorg-server the compilations fails...
| Quote: | | you must build xorg-server and mesa with the same nptl USE setting. |
i dont know what is the USE nptl...i try to emerge xorg-server with this USE....
thanks |
|
| Back to top |
|
 |
i92guboj Moderator


Joined: 30 Nov 2004 Posts: 9106 Location: Córdoba (Spain)
|
Posted: Wed May 21, 2008 9:46 am Post subject: |
|
|
| antogc wrote: | thanks for the quickly respons...
if I try to change to console (Alt-F1) the screen don´t make anything...If a try ro reemerge xorg-server the compilations fails...
|
Please, paste here the output of these two commands:
| Code: |
lspci | grep VGA
emerge -pv nvidia-drivers
|
About the error you pasted above:
| Code: |
(EE) Failed to load /usr/lib/xorg/modules/fonts//libtype1.so
(EE) Failed to load module "type1" (loader failed, 7)
(EE) Failed to load /usr/lib/xorg/modules/fonts//libfreetype.so
(EE) Failed to load module "freetype" (loader failed, 7)
|
Use revdep-rebuild to ensure that the ldd links are consistent.
| Quote: | | Quote: | | you must build xorg-server and mesa with the same nptl USE setting. |
i dont know what is the USE nptl...i try to emerge xorg-server with this USE....
thanks |
As far as I know, this nptl is no longer optional. It depends on the profile, which also sets the minimun gcc and glibc version. So, unless you have recently migrated from a very very old version of gcc/glibc, and you didn't recompile your whole system, you shouldn't worry about nptl at all.
By the way, in case you are curious, nptl stands for "new linux posix threads". It's just a new threading model that was introduced around glibc (2.4 methinks, though I am spaking from memory and I am not sure). By that time it was optional, but now it's the only model so you don't have to worry about enabling it. _________________ Gentoo Handbook |
|
| Back to top |
|
 |
tgR10 Apprentice


Joined: 23 Oct 2007 Posts: 262 Location: caly ten ambaras
|
|
| Back to top |
|
 |
i92guboj Moderator


Joined: 30 Nov 2004 Posts: 9106 Location: Córdoba (Spain)
|
Posted: Wed May 21, 2008 9:56 am Post subject: |
|
|
| tgR10 wrote: |
| antogc wrote: | | i dont know what is the USE nptl...i try to emerge xorg-server with this USE.... |
if you don't know what are use flag's in gentoo then you have to read the manual ... there is no getnoo without use flags
http://gentoo-wiki.com/FAQ_USE_Flags |
I guess he knows that. I guess he just doesn't know what "nptl" mean. And I doubt that 99% of the people around here knows what nptl is even if they know what it stands for  _________________ Gentoo Handbook |
|
| Back to top |
|
 |
antogc Apprentice


Joined: 19 Oct 2007 Posts: 168
|
Posted: Wed May 21, 2008 10:16 am Post subject: |
|
|
| Quote: |
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Mobile Integrated Graphics Controller (rev 03)
|
| Quote: |
emerge -pv nvidia-drivers
[Ebuild N ] sys-power acpid-1.0.6-r1
[Ebuild N ] x11-drivers/nvidia-drivers-169.09-r1 USE="acpi gtk -custom-cflags (-multilib)"
[Ebuild N ] media-video/nvidia-settings-169.07
|
but my chipset is intel gm965....
I install a backup of my system because I try to delete mesa and emerge but fails....
i think the backup has the same problem...if a try to start with twm for example the firts times the twm starts ok, but (i think) if i emerge fluxbox,jmw or inclusive upgrade python, ithe problem with the screen returns.... |
|
| Back to top |
|
 |
antogc Apprentice


Joined: 19 Oct 2007 Posts: 168
|
Posted: Wed May 21, 2008 11:14 am Post subject: |
|
|
| i have seen at the backup that i dont installed gentoolkit...it says that i dont made anything revdep-rebuild after emerge gnome-light....it can be the problem???...and the solution???? |
|
| Back to top |
|
 |
i92guboj Moderator


Joined: 30 Nov 2004 Posts: 9106 Location: Córdoba (Spain)
|
Posted: Wed May 21, 2008 12:20 pm Post subject: |
|
|
| antogc wrote: |
but my chipset is intel gm965....
|
sorry. Somehow, I mistaken the thread. I though you had an nvidia chip. Of course, the nvidia-drivers info is not relevant to this thread. I apologize.
| Quote: |
I install a backup of my system because I try to delete mesa and emerge but fails....
i think the backup has the same problem...if a try to start with twm for example the firts times the twm starts ok, but (i think) if i emerge fluxbox,jmw or inclusive upgrade python, ithe problem with the screen returns.... |
I don't quite understand this. If X starts, then the issue should not be driver related. But I never used an intel graphics chip, so I am not familiar with issues that are particular to it. Sorry.
| antogc wrote: | | i have seen at the backup that i dont installed gentoolkit...it says that i dont made anything revdep-rebuild after emerge gnome-light....it can be the problem???...and the solution???? |
Well, I don't fully understand what do you mean. If you haven't installed gentoolkit, then you need to emerge it. If you have it installed and revdep-rebuild doesn't report anything, then that's not the problem. I can't suggest anything more. Hopefully, someone who is more knowledgeable about intel chips can help here.
Cheers. _________________ Gentoo Handbook |
|
| Back to top |
|
 |
antogc Apprentice


Joined: 19 Oct 2007 Posts: 168
|
Posted: Wed May 21, 2008 4:54 pm Post subject: |
|
|
yes....but i think the problem is when i emerge something important for the system (or graphics system)...
emerge jmw
emerge fluxbox
emerge python
I installed the backup and I have make firts a revdep-rebuild...at the moment i dont find any problem....i think that was a problem with the libraries...
Thanks... |
|
| Back to top |
|
 |
|