You are not logged in.

#1 2011-08-15 16:27:27

albLinux
Member
Registered: 2007-04-24
Posts: 56

Gnome 3 and Intel Graphic?

Hi

I am using gnome 3 on a pc with intel graphic.

lspci|grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)

The problem that i get always the FallBack Modus.
Is there way to get the normal gnome 3 desktop.

Thx for your answers

Offline

#2 2011-08-15 23:18:32

roygbiv
Member
Registered: 2011-05-18
Posts: 204

Re: Gnome 3 and Intel Graphic?

Have you installed gnome-shell?

# pacman -S gnome-shell

And run the following to replace fallback mode with gnome-shell (old look with new look):

# gnome-shell --replace

Offline

#3 2011-08-16 06:47:01

ro
Member
From: Baltimore
Registered: 2011-06-13
Posts: 5
Website

Re: Gnome 3 and Intel Graphic?

roygbiv wrote:

Have you installed gnome-shell?

# pacman -S gnome-shell

And run the following to replace fallback mode with gnome-shell (old look with new look):

# gnome-shell --replace

I cannot tell you how many times I have had to offer this exact same solution to people.  This should be a sticky or added to the Beginner's Guide Wiki page or something.


Laptop [2.20Ghz Celeron, 4GB RAM, Intel HD4500, Arch Linux 2011.08.19]
Desktop [2.90Ghz Athlon II X2, 2GB RAM, XFX Force AMD Radeon HD4670, Arch Linux 2011.08.19]
Server [2x2.80Ghz Xeon, 512MB RAM, Intel 915G, CentOS 6]

Offline

#4 2011-08-18 15:33:57

albLinux
Member
Registered: 2007-04-24
Posts: 56

Re: Gnome 3 and Intel Graphic?

ro wrote:
roygbiv wrote:

Have you installed gnome-shell?

# pacman -S gnome-shell

And run the following to replace fallback mode with gnome-shell (old look with new look):

# gnome-shell --replace

I cannot tell you how many times I have had to offer this exact same solution to people.  This should be a sticky or added to the Beginner's Guide Wiki page or something.

Hi

for shell

 pacman -Q|grep gnome-shell
gnome-shell 3.0.2-2
gnome-shell-extension-alternate-tab 3.0.2-0.20110526.1
gnome-shell-extension-alternative-status-menu 3.0.2-0.20110526.1
gnome-shell-extension-auto-move-windows 3.0.2-0.20110526.1
gnome-shell-extension-dock 3.0.2-0.20110526.1
gnome-shell-extension-drive-menu 3.0.2-0.20110526.1
gnome-shell-extension-native-window-placement 3.0.2-0.20110526.1
gnome-shell-extension-places-menu 3.0.2-0.20110526.1
gnome-shell-extensions-common 3.0.2-0.20110526.1
gnome-shell-extension-user-theme 3.0.2-0.20110526.1
gnome-shell-extension-windows-navigator 3.0.2-0.20110526.1
gnome-shell-frippery 0.2.4-1
gnome-shell-system-monitor-applet-git 20110815-1

and

gnome-shell --replace
failed to create drawable

(gnome-shell:25406): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to select the newly created GLX context
Fensterverwalter-Fehler:Unable to initialize Clutter.

So whats next?

Thx

Offline

#5 2011-08-18 16:00:47

jaco
Member
From: Toulouse, France
Registered: 2011-03-17
Posts: 149

Re: Gnome 3 and Intel Graphic?

albLinux wrote:
gnome-shell --replace
failed to create drawable

(gnome-shell:25406): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to select the newly created GLX context
Fensterverwalter-Fehler:Unable to initialize Clutter.

So whats next?

What is your kernel entry in grub ?

Offline

#6 2011-08-18 16:15:46

albLinux
Member
Registered: 2007-04-24
Posts: 56

Re: Gnome 3 and Intel Graphic?

jaco wrote:
albLinux wrote:
gnome-shell --replace
failed to create drawable

(gnome-shell:25406): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to select the newly created GLX context
Fensterverwalter-Fehler:Unable to initialize Clutter.

So whats next?

What is your kernel entry in grub ?

# general configuration:
timeout   5
default   2
color light-blue/black light-cyan/blue

# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

# (0) Arch Linux
title  Arch Linux
root   (hd0,2)
kernel /boot/vmlinuz-linux root=/dev/sda3 ro
initrd /boot/initramfs-linux.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,2)
kernel /boot/vmlinuz26 root=/dev/sda3 ro
initrd /boot/kernel26-fallback.img

# (2) Windows
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1

There is no nomodeset, i used google before smile

Offline

#7 2011-08-18 16:30:37

jaco
Member
From: Toulouse, France
Registered: 2011-03-17
Posts: 149

Re: Gnome 3 and Intel Graphic?

albLinux wrote:

There is no nomodeset, i used google before smile

Well... I've tried anyway ! smile

Have you tried from a virgin account (to check there is no mess with old Gnome config files) ?

For my own (on a I5 Sandy-Bridge):

[Iggy ~]%  pacman -Q|grep gnome-shell
gnome-shell 3.0.2-2

And all works fine, except dual screen, which is totally screwed up...

Offline

#8 2011-08-18 16:49:32

albLinux
Member
Registered: 2007-04-24
Posts: 56

Re: Gnome 3 and Intel Graphic?

jaco wrote:
albLinux wrote:

There is no nomodeset, i used google before smile

Well... I've tried anyway ! smile

Have you tried from a virgin account (to check there is no mess with old Gnome config files) ?

For my own (on a I5 Sandy-Bridge):

[Iggy ~]%  pacman -Q|grep gnome-shell
gnome-shell 3.0.2-2

And all works fine, except dual screen, which is totally screwed up...


Hi

Its a  fresh install but maybe there is a IntelGraphic problem.

Thx

Offline

#9 2011-09-06 13:23:56

Pengyu
Member
Registered: 2011-05-13
Posts: 4

Re: Gnome 3 and Intel Graphic?

Hi ,
How's this going on? I've got the same problem, that I can't solve it.

Offline

#10 2011-09-06 14:06:24

davidgurvich
Member
Registered: 2010-02-11
Posts: 118

Re: Gnome 3 and Intel Graphic?

Gnome3 will not work with older intel and many radeon graphics.  Use KDE if you want something that looks good.  Use [openbox|fvwm|windowmaker|lxde] if you want speed.  I've got a system with intel 915GM graphics and that works but gnome3 uses too many resources and is not particularly useful.  The system with radeon mobility 7500 doesn't work with gnome3 at all.

Offline

#11 2011-09-07 05:13:49

bwat47
Member
Registered: 2009-10-07
Posts: 638

Re: Gnome 3 and Intel Graphic?

davidgurvich wrote:

Gnome3 will not work with older intel and many radeon graphics.  Use KDE if you want something that looks good.  Use [openbox|fvwm|windowmaker|lxde] if you want speed.  I've got a system with intel 915GM graphics and that works but gnome3 uses too many resources and is not particularly useful.  The system with radeon mobility 7500 doesn't work with gnome3 at all.

I'm fairly sure the g31 is new enough to run the gnome-shell.

Offline

Board footer

Powered by FluxBB