Fedora Linux Support Community & Resources Center
  #1  
Old 5th April 2007, 03:43 PM
ibpalle Offline
Registered User
 
Join Date: Jun 2004
Age: 47
Posts: 63
Cool Weird Intel Graphics driver issue (Not the resolution one! :))

Hi

I'm on FC6, latest kernel

I got myself a P5B-VM for my FS and it's got the G965 chipset and Intel GMA3000 (or is it the X3000). In any case, I can use the i810 driver (but cant get the widescreen resolution) and desktop effects works great.

If I use the Intel driver and add a modeline for my WS res, then I can use the intel driver and it works fine BUT when I enable the desktop effects, an about 25 pixel wide black bar appears surrounding all open windows.

Which is really annoying as the effect are so kewl

Anyways, I was wondering if anyone had any tips to troubleshoot this or if someone have had the same issue?
__________________
Hehe

Last edited by ibpalle; 5th April 2007 at 11:16 PM.
Reply With Quote
  #2  
Old 5th April 2007, 10:13 PM
danwaineo's Avatar
danwaineo Offline
Registered User
 
Join Date: Nov 2005
Location: Portland, OR
Posts: 243
You might want to try FC7 Test 3. That worked for my widescreen display (1280x720). The intel driver has changed rapidly, and I don't think it supports G965 in FC6. I'm surprised you got it working at all.

-Dan
Reply With Quote
  #3  
Old 5th April 2007, 11:15 PM
ibpalle Offline
Registered User
 
Join Date: Jun 2004
Age: 47
Posts: 63
Why thank you
There were notes in the release about the intel driver that helped but there was bit of teeth grinding involved.
Good to hear it has improved in fc7. I realised theres the composite overlay section option somewhere I may have omitted. Going to try that.
__________________
Hehe
Reply With Quote
  #4  
Old 6th April 2007, 03:34 PM
ibpalle Offline
Registered User
 
Join Date: Jun 2004
Age: 47
Posts: 63
No, putting the composite in there didn't help. I can live with it for now and will look forward to fc7 Burning the test3 live cd now to test it.
__________________
Hehe
Reply With Quote
  #5  
Old 26th April 2007, 01:23 AM
ibpalle Offline
Registered User
 
Join Date: Jun 2004
Age: 47
Posts: 63
Hi again

Tried FC7 Test3 and the black bar remains No resolution issues this time around, so the modesetting version clearly works a lot better than the previous version. All looks good, now it's just the black bar surrounding open windows and the panels.

Using the i820 the resolution cannot be set to widescreen but the desktop effects work fine. Using the Intel driver, resolution works but desktop effects have the black bar where shadows and transparency should be

Apparently noone has tried desktop effects on g965 yet ...
__________________
Hehe
Reply With Quote
  #6  
Old 26th April 2007, 01:37 AM
danwaineo's Avatar
danwaineo Offline
Registered User
 
Join Date: Nov 2005
Location: Portland, OR
Posts: 243
Well, it's working for me (Intel DG965OT) with FC7T3. Are you booting from the CD? I switched to the intel driver using the menu then hit cntrl-alt-backspace. After enabling desktop effects everything looked great.
Reply With Quote
  #7  
Old 26th April 2007, 11:01 PM
ibpalle Offline
Registered User
 
Join Date: Jun 2004
Age: 47
Posts: 63
Quote:
Originally Posted by danwaineo
Well, it's working for me (Intel DG965OT) with FC7T3. Are you booting from the CD? I switched to the intel driver using the menu then hit ctrl-alt-backspace. After enabling desktop effects everything looked great.
I actually installed the test3 on a separate disk, as I wanted to have my ole fc6 handy. Selected the Intel driver and restarted X. Then I enabled the effects and the black bars Would you mind pasting your xorg.conf here so I can have a peek. Not that I think anything special is in there - I am starting to wonder if the graphics chip is buggered, there were apparently some issues with the first 965 chips

Heres mine:

Code:
Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "intel"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
__________________
Hehe
Reply With Quote
  #8  
Old 27th April 2007, 12:18 AM
danwaineo's Avatar
danwaineo Offline
Registered User
 
Join Date: Nov 2005
Location: Portland, OR
Posts: 243
Well mine is exactly the same as yours. Bummer...
Reply With Quote
  #9  
Old 27th April 2007, 08:54 AM
ibpalle Offline
Registered User
 
Join Date: Jun 2004
Age: 47
Posts: 63
Thanx for confirming that. Ahhwell, the effects cant be enabled when using VNC, so it's not too important. Just a nicety.
__________________
Hehe
Reply With Quote
  #10  
Old 2nd May 2007, 09:31 AM
ibpalle Offline
Registered User
 
Join Date: Jun 2004
Age: 47
Posts: 63
Yay! Tried FC7Test4 (64 bit edition no less) and everything worked. Correct resolution and desktop effects without black bars

Happy camper, well impressed with FC7 so far.
__________________
Hehe
Reply With Quote
  #11  
Old 2nd May 2007, 04:24 PM
danwaineo's Avatar
danwaineo Offline
Registered User
 
Join Date: Nov 2005
Location: Portland, OR
Posts: 243
Quote:
Originally Posted by ibpalle
Yay! Tried FC7Test4 (64 bit edition no less) and everything worked. Correct resolution and desktop effects without black bars

Happy camper, well impressed with FC7 so far.
Great! I'm glad it's working.

Don't you love getting 3D drivers out of the box?

-Dan
Reply With Quote
  #12  
Old 23rd May 2007, 05:46 PM
ibpalle Offline
Registered User
 
Join Date: Jun 2004
Age: 47
Posts: 63
I sure do Sorry bout the late reply - been too busy gloating over the 3d effect
__________________
Hehe
Reply With Quote
  #13  
Old 29th August 2007, 05:57 PM
rv78 Offline
Registered User
 
Join Date: Aug 2007
Posts: 11
on a g33 i had to add
Section "Module"
Load "glx"
Load "extmod"
Load "dri"
EndSection

Section "DRI"
Mode 0666
EndSection

to get direct rendering and 3d accel
Reply With Quote
  #14  
Old 30th August 2007, 07:47 PM
rv78 Offline
Registered User
 
Join Date: Aug 2007
Posts: 11
its finally working forget my last post ajax from #fedora-devel on irc gave me this hint
and it worked on fc7 64
yum --enablerepo=development upgrade mesa-libGL
and nvidia driver on xorg.conf
Reply With Quote
  #15  
Old 1st September 2007, 06:01 PM
rv78 Offline
Registered User
 
Join Date: Aug 2007
Posts: 11
ups the driver is intel not nvidia, :P i need to sleep more
Reply With Quote
Reply

Tags
driver, graphics, intel, resolution, weird

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
F10 Intel i810 driver workaround (For people with intel integrated graphics, must rea Tuxic Hardware & Laptops 0 17th March 2009 12:38 AM
Resolution issue - Fedora 7 & Matrox graphics FreddyT Hardware & Laptops 0 28th October 2007 07:40 PM
Weird name resolution issue sambal Using Fedora 1 24th October 2007 12:42 PM
Weird Shaky graphics on laptop (Driver maybe needed ?) keatonvictor Hardware & Laptops 0 3rd August 2007 07:34 PM
intel 810 graphics and console resolution, help!! chy1013m1 Hardware & Laptops 0 19th June 2005 09:43 PM


Current GMT-time: 01:36 (Monday, 20-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