 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

5th April 2007, 03:43 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Age: 47
Posts: 63

|
|
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.
|

5th April 2007, 10:13 PM
|
 |
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
|

5th April 2007, 11:15 PM
|
|
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
|

6th April 2007, 03:34 PM
|
|
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
|

26th April 2007, 01:23 AM
|
|
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
|

26th April 2007, 01:37 AM
|
 |
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.
|

26th April 2007, 11:01 PM
|
|
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
|

27th April 2007, 12:18 AM
|
 |
Registered User
|
|
Join Date: Nov 2005
Location: Portland, OR
Posts: 243

|
|
|
Well mine is exactly the same as yours. Bummer...
|

27th April 2007, 08:54 AM
|
|
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
|

2nd May 2007, 09:31 AM
|
|
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
|

2nd May 2007, 04:24 PM
|
 |
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
|

23rd May 2007, 05:46 PM
|
|
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
|

29th August 2007, 05:57 PM
|
|
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
|

30th August 2007, 07:47 PM
|
|
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
|

1st September 2007, 06:01 PM
|
|
Registered User
|
|
Join Date: Aug 2007
Posts: 11

|
|
|
ups the driver is intel not nvidia, :P i need to sleep more
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 01:36 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|