Fedora Linux Support Community & Resources Center
  #1  
Old 30th May 2012, 09:00 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,619
linuxfedorafirefox
Intel i815 graphics with F17

I just discovered this issue today when doing a clean install of F17 (32-bit) on an old Sony Vaio PCG-992L laptop. The install worked fine despite the laptop having only 256MB RAM (I used the "nomemcheck" kernel option mentioned in this thread to get around the 512MB memory requirement). But X failed to start after the reboot; the final error message was:

HTML Code:
(EE): Failed to load module "xaa" (module does not exist, 0)
The xaa module is used by the DRI2 3D drivers. This laptop has the integrated i815 graphics chipset, which I found out is not supported by the DRI2 3D drivers in Fedora 17. The problem is that the intel video driver in F17 (xorg-x11-drv-intel) has DRI2 enabled by default, and there is no separate DRI1 driver any more. The old i810_dri.so driver was part of the mesa-dri-drivers-dri1 package, which is gone in F17. So the only way I could get X to start was by creating an xorg.conf file (/etc/X11/xorg.conf.d/10-local.conf), with these contents:
Code:
Section "Monitor"
    Identifier  "Monitor0"
EndSection

Section "Device"
    Identifier          "Device0"
    Driver              "intel"
    Option "DRI"        "false"
    Option "NoAccel"    "true"
    VideoRam            16384
EndSection

Section "Screen"
    Identifier          "Screen0"
    Device              "Device0"
    Monitor             "Monitor0"
    DefaultDepth        24
    SubSection          "Display"
        Depth           24
        Modes           "1024x768"
    EndSubSection
EndSection
The key line is Option "NoAccel" "true". Otherwsie X would still refuse to run. This worked perfectly, much better than using the vesa driver (which could only do 8-bit color at 1024x768, and wasn't properly aligned on the screen).

Luckily I knew how to write xorg.conf files, but I can only imagine that some new users might not know how, which would make this a serious problem. Has anyone else encountered this problem, and if so did you find an easier solution? I hope there is an easier way, since otherwise this could be a nasty surprise for people upgrading to F17 from a working F16 system with that video chipset (and others not supported by DRI2).
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #2  
Old 1st June 2012, 12:33 AM
mikee's Avatar
mikee Offline
Registered User
 
Join Date: Aug 2011
Location: Minnesota
Posts: 435
linuxfirefox
Re: Intel i815 graphics with F17

Sometimes it's just better to stick with the old stuff..
Like "elm".
Reply With Quote
  #3  
Old 1st June 2012, 01:04 AM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,619
linuxfedorafirefox
Re: Intel i815 graphics with F17

You again! Made me fire up elm:
Attached Thumbnails
Click image for larger version

Name:	elm2012.png
Views:	135
Size:	142.0 KB
ID:	23147  
Reply With Quote
  #4  
Old 1st June 2012, 01:10 AM
mikee's Avatar
mikee Offline
Registered User
 
Join Date: Aug 2011
Location: Minnesota
Posts: 435
linuxfirefox
Re: Intel i815 graphics with F17

But mine is 2.4!!!!
Reply With Quote
  #5  
Old 9th June 2012, 08:41 PM
Colors Offline
Registered User
 
Join Date: Dec 2011
Location: Urziceni, Romania
Posts: 102
linuxfirefox
Re: Intel i815 graphics with F17

Thanks, i installed today f17 on my old Compaq Deskpro EN after i read your post. Before i used fedora 14. Anyway i can only say: operation successful, the patient is dead. The pc has 512 MB RAM and worked acceptable under fedora 14, but now is slowly, no sound and the video has some issues. The top black bar hides the icons with network, sound and keyboard although i can use them blindly. For now i will wait to see the benefits and the disadvantages.
Reply With Quote
Reply

Tags
f17, graphics, i815, intel

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Low FPS with intel graphics stratman4300 Hardware & Laptops 2 17th December 2010 01:18 PM
F10 Intel i810 driver workaround (For people with intel integrated graphics, must rea Tuxic Hardware & Laptops 0 17th March 2009 12:38 AM
FC5: How to suspend/hibernate with Intel 945GM chipset + Intel 950 graphics Mack EOL (End Of Life) Versions 0 11th August 2006 05:07 AM
FC3 with i815 = corruption m0bilitee Hardware & Laptops 11 24th January 2005 06:30 PM
Intel i815 not working on FC3 rmmcgr Hardware & Laptops 7 6th December 2004 08:14 AM


Current GMT-time: 10:11 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat