Intel on sabayon...[Solved]

Issues Related to Hardware (Sound, Video, Printers, Scanners, Webcams, Touchpads, Keyboards, Sensors, Drives, GRUB, etc.)

Moderator: Moderators

Intel on sabayon...[Solved]

Postby pepebotella » Sat Feb 18, 2012 18:07

Hi there! how to use INTEL dri instead vesa dri on this GREAT distro :?: :arrow: :idea:

eselect show this:Image
Last edited by pepebotella on Wed Feb 22, 2012 15:49, edited 1 time in total.
pepebotella
Simple Hen
 
Posts: 71
Joined: Mon Nov 02, 2009 21:26

Re: Intel on sabayon...

Postby Fitzcarraldo » Sat Feb 18, 2012 18:27

Not sure what your question is, as the Intel driver uses the xorg-x11 OpenGL libraries, so what you have shown is correct for the Intel driver. Are you really trying to ask how to get compositing and 'wobbly windows' working with your Intel GPU?
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Intel on sabayon...

Postby pepebotella » Tue Feb 21, 2012 17:07

Fitzcarraldo wrote:Are you really trying to ask how to get compositing and 'wobbly windows' working with your Intel GPU?

well...taking advantage of u statement I'd say yep...:mrgreen:
pepebotella
Simple Hen
 
Posts: 71
Joined: Mon Nov 02, 2009 21:26

Re: Intel on sabayon...

Postby Fitzcarraldo » Tue Feb 21, 2012 17:41

I see from your screenshot that you are using E17.

You need to provide more information on your hardware and your installation. As root user, run the following commands and post the output (using the Code button for each):

Code: Select all
lspci
lsmod
uname -a
cat /var/log/Xorg.0.log | grep EE
cat /var/log/Xorg.0.log | grep WW
glxinfo | head
equo search xf86-video-intel
eselect opengl list # You have given this one already - no need to repeat.
eselect mesa list
cat /boot/grub/grub.cfg | grep kernel
cat /etc/conf.d/modules | grep modules=
cat /etc/X11/xorg.conf | grep Driver
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Intel on sabayon...

Postby pepebotella » Tue Feb 21, 2012 18:40

Code: Select all
# lspci
00:00.0 Host bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory Controller Hub (rev 04)
00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation 82915G Integrated Graphics Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 03)
40:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)

Code: Select all
sabayon usuario # lsmod
Module                  Size  Used by
ipt_REJECT              1424  1
ipt_LOG                 5016  1
xt_limit                 896  2
xt_tcpudp               1500  8
xt_addrtype             1760  4
xt_state                 692  6
ip6table_filter          768  1
ip6_tables              8176  1 ip6table_filter
ipv6                  198531  28
nf_nat_irc               800  0
nf_conntrack_irc        2276  1 nf_nat_irc
nf_nat_ftp               988  0
nf_nat                  9649  2 nf_nat_irc,nf_nat_ftp
nf_conntrack_ipv4       6798  8 nf_nat
nf_defrag_ipv4           814  1 nf_conntrack_ipv4
nf_conntrack_ftp        3788  1 nf_nat_ftp
nf_conntrack           39113  7 xt_state,nf_nat_irc,nf_conntrack_irc,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp
iptable_filter           808  1
ip_tables               7161  1 iptable_filter
x_tables                8420  10 ipt_REJECT,ipt_LOG,xt_limit,xt_tcpudp,xt_addrtype,xt_state,ip6table_filter,ip6_tables,iptable_filter,ip_tables
snd_seq_dummy            804  0                                                                                                               
snd_seq_oss            18751  0                                                                                                               
snd_seq_midi_event      3243  1 snd_seq_oss                                                                                                   
snd_seq                30259  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event                                                                   
snd_seq_device          3217  3 snd_seq_dummy,snd_seq_oss,snd_seq                                                                             
snd_pcm_oss            24701  0                                                                                                               
snd_mixer_oss           8881  1 snd_pcm_oss                                                                                                   
i915                  262394  2                                                                                                               
drm_kms_helper         17317  1 i915                                                                                                           
snd_intel8x0           18144  2                                                                                                               
drm                   120842  3 i915,drm_kms_helper
snd_ac97_codec         68670  1 snd_intel8x0
i2c_algo_bit            3410  1 i915
pcspkr                  1040  0
ac97_bus                 596  1 snd_ac97_codec
intel_agp               7116  1 i915
ppdev                   3792  0
snd_pcm                43250  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
intel_gtt               8333  3 i915,intel_agp
parport_pc             18489  0
snd_timer              10906  2 snd_seq,snd_pcm
iTCO_wdt                8748  0
snd                    31823  13 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
iTCO_vendor_support     1245  1 iTCO_wdt
snd_page_alloc          4737  2 snd_intel8x0,snd_pcm
floppy                 39053  0
video                   8586  1 i915
xts                     1689  0
gf128mul                5170  1 xts
sha512_generic         16269  0
sha256_generic         11173  0
sha1_generic            1375  0
aes_i586                6824  0
iscsi_tcp               6412  0
tg3                   103675  0
e1000                  75184  0
fuse                   47745  1
xfs                   388629  0
nfs                   208850  0
nfs_acl                 1595  1 nfs
auth_rpcgss            26899  1 nfs
lockd                  51869  1 nfs
sunrpc                136515  4 nfs,nfs_acl,auth_rpcgss,lockd
jfs                   131889  0
reiserfs              180663  0
ext4                  207722  0
jbd2                   37386  1 ext4
ext3                   91030  0
jbd                    31767  1 ext3
ext2                   45685  1
mbcache                 3537  3 ext4,ext3,ext2
scsi_wait_scan           463  0
sl811_hcd               7635  0
ohci_hcd               15524  0
uhci_hcd               15994  0
ehci_hcd               29374  0
sx8                     9527  0
imm                     7089  0
parport                21591  3 ppdev,parport_pc,imm
pata_pcmcia             6605  0
pcmcia                 24993  1 pata_pcmcia

Code: Select all
sabayon usuario # uname -a
Linux sabayon 3.2.0-sabayon #1 SMP Sat Feb 11 12:54:37 UTC 2012 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux

Code: Select all
sabayon usuario # cat /var/log/Xorg.0.log | grep EE
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.257] (II) Loading extension MIT-SCREEN-SAVER

Code: Select all
sabayon usuario # cat /var/log/Xorg.0.log | grep WW
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.075] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    23.075] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    23.075] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    23.087] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    23.087] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    23.089] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    24.265] (WW) intel(0): Option "LogoPath" is not used
[    25.681] (WW) Option "xkb_variant" requires an string value
[    25.681] (WW) Option "XkbVariant" requires an string value
[    25.681] (WW) Option "xkb_options" requires an string value
[    25.681] (WW) Option "XkbOptions" requires an string value
[    25.722] (WW) Option "xkb_variant" requires an string value
[    25.722] (WW) Option "XkbVariant" requires an string value
[    25.722] (WW) Option "xkb_options" requires an string value
[    25.722] (WW) Option "XkbOptions" requires an string value
[    25.740] (WW) Option "xkb_variant" requires an string value
[    25.740] (WW) Option "XkbVariant" requires an string value
[    25.740] (WW) Option "xkb_options" requires an string value
[    25.740] (WW) Option "XkbOptions" requires an string value

Code: Select all
sabayon usuario # glxinfo | head
bash: glxinfo: command not found

Code: Select all
sabayon usuario # equo search xf86-video-intel
>>  @@ Searching...
>>      @@ Package: x11-drivers/xf86-video-intel-2.17.0-r3 branch: 5, [sabayonlinux.org]
>>         Available:     version: 2.17.0-r3 ~ tag: NoTag ~ revision: 1
>>         Installed:     version: 2.17.0-r3 ~ tag: NoTag ~ revision: 1
>>         Slot:          0
>>         Homepage:      http://xorg.freedesktop.org/
>>         Description:   X.Org driver for Intel cards
>>         License:       MIT
>>  Keywords:  xf86-video-intel
>>  Found:     1 entries

Code: Select all
sabayon usuario # eselect opengl list # You have given this one already - no need to repeat.
Available OpenGL implementations:
  [1]   xorg-x11 *

Code: Select all
sabayon usuario # eselect mesa list
i915 (Intel 915, 945)
  [1]   classic *
  [2]   gallium
i965 (Intel 965, G/Q3x, G/Q4x)
  [1]   classic *
  [2]   gallium
r300 (Radeon R300-R500)
  [1]   classic
  [2]   gallium *
r600 (Radeon R600-R700, Evergreen, Northern Islands)
  [1]   classic *
  [2]   gallium
sw (Software renderer)
  [1]   classic
  [2]   gallium *

Code: Select all
sabayon usuario # cat /boot/grub/grub.cfg | grep kernel
        linux   /kernel-genkernel-x86-3.2.0-sabayon ro  init=/linuxrc splash=silent,theme:sabayon radeon.modeset=1 vga=791 console=tty1 quiet dokeymap keymap=us domdadm resume=swap:UUID=2c4d91fc-1f08-4fa8-aa56-8faaafc44235 real_resume=UUID=2c4d91fc-1f08-4fa8-aa56-8faaafc44235 root=UUID=66130fcb-a348-4be8-9487-91b8b034f525 docrypt
        initrd  /initramfs-genkernel-x86-3.2.0-sabayon
        linux   /kernel-genkernel-x86-3.2.0-sabayon ro single init_opts=single  init=/linuxrc splash=verbose,theme:sabayon radeon.modeset=1 vga=791 console=tty1 quiet dokeymap keymap=us domdadm resume=swap:UUID=2c4d91fc-1f08-4fa8-aa56-8faaafc44235 real_resume=UUID=2c4d91fc-1f08-4fa8-aa56-8faaafc44235 root=UUID=66130fcb-a348-4be8-9487-91b8b034f525 docrypt
        initrd  /initramfs-genkernel-x86-3.2.0-sabayon

Code: Select all
sabayon usuario # cat /etc/conf.d/modules | grep modules=
#modules="ohci1394"
#modules="dummy:dummy1"

Code: Select all
sabayon usuario # cat /etc/X11/xorg.conf | grep Driver
    Driver      "intel"


I see from your screenshot that you are using E17


and KDE(of course :P ),flux...dude...u r like a savior to me...thx in advance!
pepebotella
Simple Hen
 
Posts: 71
Joined: Mon Nov 02, 2009 21:26

Re: Intel on sabayon...

Postby Fitzcarraldo » Wed Feb 22, 2012 12:53

Fitzcarraldo wrote:post the output (using the Code button for each)

I've edited your post. You need to make it easy for people to help you, or they won't.

OK, so your machine has the Intel 82915G graphics controller. You're using 32-bit Linux. You have the Intel i915 module loaded. You have the Intel driver installed and it's in use. You have no X windows errors. Everything looks fine. I would suggest you to change the sw mesa libraries to Classic:

Code: Select all
eselect mesa set sw classic
eselect mesa set r300 classic # Should be irrelevant for Intel but may as well.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Intel on sabayon...

Postby pepebotella » Wed Feb 22, 2012 15:48

Thx buddie!and solved of course...
pepebotella
Simple Hen
 
Posts: 71
Joined: Mon Nov 02, 2009 21:26


Return to Hardware

Who is online

Users browsing this forum: No registered users and 1 guest

cron