Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: Intel 945 3D problem

  1. #11
    Join Date
    Nov 2004
    Location
    Earth.
    Beans
    75

    Re: Intel 945 3D problem

    ...alright. Thank you for your help. Its been very appreciated. Blessings to you all.
    Registered Linux User #370618
    Follower of God, saved through Jesus who is Christ.
    Ephesians 6:12-20

  2. #12
    Join Date
    Jun 2008
    Location
    Earth.
    Beans
    50

    Re: Intel 945 3D problem

    *bump*

  3. #13
    Join Date
    Jun 2008
    Location
    Earth.
    Beans
    50

    Re: Intel 945 3D problem

    *bumpetty bump*

  4. #14
    Join Date
    Jun 2008
    Location
    Earth.
    Beans
    50

    Re: Intel 945 3D problem

    *sigh* Yet another bump.

  5. #15
    Join Date
    Nov 2007
    Location
    Santa Cruz, CA
    Beans
    346
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Intel 945 3D problem

    Can you post the output of:

    Code:
    grep Driver /var/log/Xorg.0.log
    This will tell you what driver xorg is using. Things have changed a bit with xorg configuration in Hardy. I still don't really understand it all, but basically the xorg.conf file is left very basic and xorg basically autodetects everything. So I want to be sure that xorg is selecting the right driver. And that code will tell us what driver it is using.
    Registered Ubuntu User #20847

  6. #16
    Join Date
    Nov 2004
    Location
    Earth.
    Beans
    75

    Re: Intel 945 3D problem

    X.Org Video Driver: 2.0
    ABI class: X.Org Video Driver, version 2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    Module class: X.Org XInput Driver
    Module class: X.Org XInput Driver
    Module class: X.Org XInput Driver
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    ABI class: X.Org Video Driver, version 2.0
    ABI class: X.Org Video Driver, version 2.0
    ABI class: X.Org Video Driver, version 2.0
    ABI class: X.Org Video Driver, version 2.0
    (II) EXA(0): Driver registered support for the following operations:
    Registered Linux User #370618
    Follower of God, saved through Jesus who is Christ.
    Ephesians 6:12-20

  7. #17
    Join Date
    Nov 2004
    Location
    Earth.
    Beans
    75

    Re: Intel 945 3D problem

    *bump*
    Registered Linux User #370618
    Follower of God, saved through Jesus who is Christ.
    Ephesians 6:12-20

  8. #18
    Join Date
    Jan 2007
    Beans
    196

    Re: Intel 945 3D problem

    i got mine solve...here is a fiw tips, if u follow them, u should be able to run compiz:
    (1) uninstall xserver-xgl (if u have any)
    (2) use this version of compiz-check to check ur system http://forlong.blogage.de/article/pages/Compiz-Check
    (3) install libgl1-mesa-dri (according to the bugzilla, hardy now depends on this to make compiz works)

    REBOOT! see if compiz works

    IF it doesnt, u may have to tweak ur /etc/X11/xorg.conf

    i will attach mine for ur reference (note, this in not a full entry, i only provided the relevant sections.

    Code:
    Section "Device"
    	Identifier	"Intel i810"
    	Driver		"intel"
    	BusID 		"PCI:0:2:0"
     	Option 		"XAANoOffscreenPixmaps"	"true"
     	Option 		"AllowGLXWithComposite"	"true"
    	Option 		"AddARGBGLXVisuals" 	"true"
     	Option 		"DisableGLXRootClipping"	"true"
    	Option		"AIGLX"			"On"
    	Option          "DRI"     		"true"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"Synaptics Touchpad"
    	Option		"AIGLX"	"On"
    EndSection
    
    Section "Extensions"
       	Option   	"Composite"	"Enable"
    EndSection
    
    Section "Module"
    	Load		"glx"
    	Load		"GLcore"
    	Load		"dri"
    	Load		"v4l"
    EndSection
    make a comparison and add whatever you doesnt have.

  9. #19
    Join Date
    Apr 2008
    Beans
    20

    Re: Intel 945 3D problem

    Thanks a lot, imon9!

    After upgrading Ubuntu on my Panasonic Let's Note Light Y5 to 8.04 all my videos played slowly like a "slide-show", mplayer told me "Your system is too SLOW to play this!" and glxgears showed about 20 FPS.

    The last 2 weeks I tried to find a solution, played with different drivers, settings, installed Ubuntu about 10 times but nothing helped.

    I already wanted to throw my notebook out of the window, but thanks to your /etc/X11/xorg.conf tweak finally everything works!

    xserver-xgl was not installed on my system, libgl1-mesa-dri already was, so I just made the changes to /etc/X11/xorg.conf.

    Now videos run like a charm and glxgears shows almost 400 FPS.

    Thank you!!
    =D>=D>=D>=D>=D>=D>

  10. #20
    Join Date
    Nov 2004
    Location
    Earth.
    Beans
    75

    Re: Intel 945 3D problem

    Bah. Still not working for me. After taking a couple of days and really searching around, I beleive that my revision of the video isn't supported yet, although I beleive it will be next month with "SP1" that comes out about the 10th. Ah well. Till then, Im stuck with no 3D. I'll just have to keep dual booting till then. Thank you all for helping and trying. Its extremely appreciated.
    Registered Linux User #370618
    Follower of God, saved through Jesus who is Christ.
    Ephesians 6:12-20

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •