Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Blank screen in Chromium
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
microchiroptera
n00b
n00b


Joined: 23 Jul 2011
Posts: 26
Location: Russia

PostPosted: Thu Aug 23, 2012 8:25 am    Post subject: [SOLVED] Blank screen in Chromium Reply with quote

I haven't opened Chromium on my Gentoo for about a month, and now I see only blank screen instead of sites and start screen in Chromium (21.0.1180.57). I've upgraded gcc about a month ago (and I don't remember if I opened Chromium since that moment), so, I tried to rebuild Chromium, but it didn't help. Any suggestions?

Last edited by microchiroptera on Thu Aug 23, 2012 11:38 am; edited 1 time in total
Back to top
View user's profile Send private message
Odward
n00b
n00b


Joined: 21 Mar 2012
Posts: 65

PostPosted: Thu Aug 23, 2012 9:29 am    Post subject: Reply with quote

Just did some searching, I may be of no use :D

The only thing I can find regarding all blank screens in chromium could be related to mount options of /dev/shm
Code:
mount -l | grep shm

You should at least have (rw,nosuid,nodev,noexec) If those aren't present you might need to modify your fstab.
*Edit: If the above is the issue, it's really the 'rw' that would be important because Chromium might be trying to write there.

If that's not the issue, you could also try launching chromium from a terminal to see if it gives any specific errors on the console.
Back to top
View user's profile Send private message
microchiroptera
n00b
n00b


Joined: 23 Jul 2011
Posts: 26
Location: Russia

PostPosted: Thu Aug 23, 2012 9:47 am    Post subject: Reply with quote

Mount options are good.

Launching from terminal says:
Code:
[12566:12566:363553818:ERROR:browser_main_loop.cc(156)] Gdk: shmget failed: error 38 (Функция не реализована)

(Function isn't implemented)

Also I've found this: https://forums.gentoo.org/viewtopic-t-917354-start-0.html, but there's no exact solution.
Back to top
View user's profile Send private message
Odward
n00b
n00b


Joined: 21 Mar 2012
Posts: 65

PostPosted: Thu Aug 23, 2012 10:06 am    Post subject: Reply with quote

Code:
grep -E 'CONFIG_SYSVIPC|CONFIG_SHMEM' /usr/src/linux/.config

I think you need both of those in your kernel, are they set?

At the very least I think the first one is required General Setup > System V IPC
Back to top
View user's profile Send private message
microchiroptera
n00b
n00b


Joined: 23 Jul 2011
Posts: 26
Location: Russia

PostPosted: Thu Aug 23, 2012 11:37 am    Post subject: Reply with quote

I hadn't CONFIG_SYSVIPC. It worked, thank you!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum