Announcement

Collapse
No announcement yet.

[SOLVED] Intel GMA915 - Disappointing

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    [SOLVED] Re: Intel GMA915 - Disappointing

    Well. I was able to force the "Intel" driver and all does great except for "THE LARGE FONTS". No matter what I do that I know of to eliminate it, they stay. So, for now, I will wait a couple of weeks to see if they get it working. Otherwise, this will be a show stopper for me on using KK on this laptop.

    Comment


      #17
      Re: Intel GMA915 - Disappointing

      But does compositing work with the 'forced' Intel driver? If 'yes,' please tell me what you did to 'force' the Intel driver?
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #18
        Re: Intel GMA915 - Disappointing

        Yes. Compositing appeared to work as my Panel bar was translucent the way I like. Under vesa that isn't the case. I used the below settings in "xorg.conf". Like I said, the system at least does parse the "xorg.conf" file properly and seems to use those settings.

        Code:
        Section "Files"
        	FontPath	"/usr/share/X11/fonts/misc"
        	FontPath	"/usr/share/X11/fonts/cyrillic"
        	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
        	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
        	FontPath	"/usr/share/X11/fonts/Type1"
        	FontPath	"/usr/share/X11/fonts/CID"
        	FontPath	"/usr/share/X11/fonts/100dpi"
        	FontPath	"/usr/share/X11/fonts/75dpi"
            # paths to defoma fonts
        	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
        EndSection
        
        Section "Module"
        	Load	"GLcore"
        	Load	"i2c"
        	Load	"bitmap"
        	Load	"ddc"
        	Load	"dri"
        	Load	"extmod"
        	Load	"freetype"
        	Load	"glx"
        	Load	"int10"
        	Load	"type1"
        	Load	"vbe"
        EndSection
        
        Section "InputDevice"
        	Identifier	"Generic Keyboard"
        	Driver		"kbd"
        	Option		"CoreKeyboard"
        	Option		"XkbRules"	"xorg"
        	Option		"XkbModel"	"pc104"
        	Option		"XkbLayout"	"us"
        EndSection
        
        Section "InputDevice"
        	Identifier	"Configured Mouse"
        	Driver		"mouse"
        	Option		"CorePointer"
        	Option		"Device"		"/dev/input/mice"
        	Option		"Protocol"		"ImPS/2"
        	Option		"Emulate3Buttons"	"true"
        	Option		"ZAxisMapping"		"4 5"
        EndSection
        
        Section "InputDevice"
        	Identifier	"Synaptics Touchpad"
        	Driver		"synaptics"
        Option "AlwaysCore"
        Option "Device" "/dev/input/event3"
        Option "Protocol" "event"
        Option "LeftEdge" "120"
        Option "RightEdge" "830"
        Option "TopEdge" "120"
        Option "BottomEdge" "650"
        Option "FingerLow" "14"
        Option "FingerHigh" "15"
        Option "MaxTapTime" "180"
        Option "MaxTapMove" "110"
        Option "ClickTime" "0"
        Option "EmulateMidButtonTime" "75"
        Option "VertScrollDelta" "10"
        Option "HorizScrollDelta" "0"
        Option "MinSpeed" "0.45"
        Option "MaxSpeed" "0.75"
        Option "AccelFactor" "0.020"
        Option "EdgeMotionMinSpeed" "200"
        Option "EdgeMotionMaxSpeed" "200"
        Option "UpDownScrolling" "1"
        Option "CircularScrolling" "0"
        Option "CircScrollDelta" "0.1"
        Option "CircScrollTrigger" "2"
        Option "SHMConfig" "true"
        Option "SHMConfig" "on"
        EndSection
        
        Section "Device"
        	Identifier	"Intel Corporation Intel Default Card"
        	Driver		"intel"
        	Option 		"UseEdidDpi" "FALSE"
        	Option 		"DPI" "96 x 96"
        	BusID		"PCI:0:2:0"
        EndSection
        
        Section "Monitor"
        	Identifier	"Generic Monitor"
        	Option		"DPMS"
        	Modeline	"1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
        EndSection
        
        Section "Screen"
        	Identifier	"Default Screen"
        	Device		"Intel Corporation Intel Default Card"
        	Monitor		"Generic Monitor"
        	DefaultDepth	24
        	SubSection "Display"
        		Depth		1
        		Modes		"1280x800"
        	EndSubSection
        	SubSection "Display"
        		Depth		4
        		Modes		"1280x800"
        	EndSubSection
        	SubSection "Display"
        		Depth		8
        		Modes		"1280x800"
        	EndSubSection
        	SubSection "Display"
        		Depth		15
        		Modes		"1280x800"
        	EndSubSection
        	SubSection "Display"
        		Depth		16
        		Modes		"1280x800"
        	EndSubSection
        	SubSection "Display"
        		Depth		24
        		Modes		"1280x800"
        	EndSubSection
        EndSection
        
        Section "ServerLayout"
        	Identifier	"Default Layout"
        	Screen		"Default Screen"
        	InputDevice	"Generic Keyboard"
        	InputDevice	"Configured Mouse"
        	InputDevice	"Synaptics Touchpad"
        EndSection
        
        Section "DRI"
        	Mode	0666
        EndSection

        Comment


          #19
          Re: Intel GMA915 - Disappointing

          Originally posted by Snowhog
          The same Intel GPU worked flawlessly with Jaunty and earlier releases. Why did they have to 'break' it in Karmic!? Very disappointing.
          When I bought my laptop a few years ago I chose it because of the intel grapics and chipset which at the time had very reliable linux drivers. Now they seem to have gone backwards. Hardware has always been a problem with linux but when it regresses like this it makes it impossible to choose even if you try to think of linux compatibility.

          I had a similar experience with a usb wireless stick. I bought one based on a ralink chipset which had oss drivers and was hence recommended. I used it for 2 years and the drivers went backwards. It always amuses me when I see people on forums pronouncing that open source drivers are the solution to hardware on linux. I just don't see any evidence that there are enough developers with the skills necessary to develop drivers for hardware.

          I will see how bad the karmic intel drivers are when I try on my laptop but I haven't yet decided whether to risk ext4. It is also disappointing to see a serious bug in such a crucial thing like the file system. Another example of something being introduced prematurely?

          Comment


            #20
            Re: Intel GMA915 - Disappointing

            Actually I haven't had issues with ext4 after about a 3/4 year of use. That FS was developed properly based on what I read when following development.

            Comment


              #21
              Re: Intel GMA915 - Disappointing

              Originally posted by MoonRise
              Actually I haven't had issues with ext4 after about a 3/4 year of use. That FS was developed properly based on what I read when following development.
              What concerns me about ext4 is that there is a warning on the release notes about possible corruption of large files and a confirmed critical bug on the issue.

              http://www.ubuntu.com/getubuntu/rele...4%20filesystem

              https://bugs.launchpad.net/ubuntu/+s...ux/+bug/453579

              Comment


                #22
                Re: Intel GMA915 - Disappointing

                That may be why I never experienced anything. I don't usually deal with files over 512MB. The ones I do actually reside on a different FS. So if true, then my setup is what kept me safe.

                Comment


                  #23
                  Re: Intel GMA915 - Disappointing

                  GOT IT!!!!!!!!!!!!!!

                  Added "nomodeset" in the GRUB menu. Yes, I edited the grub.cfg manually. Added it to the end of the usual line. I also changed the xorg.cfg entry that had "vese" as the driver to "intel". Rebooted and I have the driver back. I still have the flicker at login, but that doesn't bother me since I have no flicker while logged in. Compositing works and my desktop looks wonderful! No lags in the system and performs a lot better than JJ. YEA!!!!!!!!!!!!

                  Comment


                    #24
                    Re: [SOLVED] Intel GMA915 - Disappointing

                    Joined this thread a bit late but my Dell 630m Laptop with 915 graphics works pretty well. desktop effects work fine (except the cube!) and my test games (Torcs and Extreme Tux Racer) are very playable. Obviously frame rates improve if I turn off desktop effects first.

                    The flicker that was there with Jaunty and intrepid has gone - well in jaunty iirc that went with the 2.6.31 kernel.

                    FWIW my xorg.conf file is simply thus:

                    Section "Device"
                    Identifier "Configured Video Device"
                    Option "AccelMethod" "uxa"
                    Option "EXAOptimizeMigration" "true"
                    Option "MigrationHeuristic" "greedy"
                    Option "Tiling" "true" # i8xx users: see note in guide
                    EndSection

                    Section "Monitor"
                    Identifier "Configured Monitor"
                    EndSection

                    Section "Screen"
                    Identifier "Default Screen"
                    Monitor "Configured Monitor"
                    Device "Configured Video Device"
                    EndSection

                    Ian

                    Comment


                      #25
                      Re: [SOLVED] Intel GMA915 - Disappointing

                      Originally posted by The Liquidator
                      Joined this thread a bit late but my Dell 630m Laptop with 915 graphics works pretty well. desktop effects work fine (except the cube!) and my test games (Torcs and Extreme Tux Racer) are very playable. Obviously frame rates improve if I turn off desktop effects first.

                      The flicker that was there with Jaunty and intrepid has gone - well in jaunty iirc that went with the 2.6.31 kernel.

                      FWIW my xorg.conf file is simply thus:

                      Section "Device"
                      Identifier "Configured Video Device"
                      Option "AccelMethod" "uxa"
                      Option "EXAOptimizeMigration" "true"
                      Option "MigrationHeuristic" "greedy"
                      Option "Tiling" "true" # i8xx users: see note in guide
                      EndSection

                      Section "Monitor"
                      Identifier "Configured Monitor"
                      EndSection

                      Section "Screen"
                      Identifier "Default Screen"
                      Monitor "Configured Monitor"
                      Device "Configured Video Device"
                      EndSection

                      Ian
                      Not late at all! Actually I added some of your Options in my xorg.conf. Didn't improve the logon flickering, but it didn't break my system after logging in. So, I guess I will keep the options. I find it weird that some Intel users don't have to go through the extremes as say me. I'm assuming it has to do with the BIOS for the most part on how the system reports itself.

                      Comment


                        #26
                        Re: [SOLVED] Intel GMA915 - Disappointing

                        I find it weird that some Intel users don't have to go through the extremes as say me.
                        he he like me heck my stuffs older I think

                        00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04)

                        and the desktop effects are and have ben just fine sence JJ even the cube

                        I did try the intell tweks but emedeatley removed them in JJ but sence uping to KK no probs at all.

                        [img width=400 height=300]http://i29.photobucket.com/albums/c291/vinnywright/KDE432-2.png[/img]

                        and my xorg.config is the default genaric blank template ...

                        VINNY
                        i7 4core HT 8MB L3 2.9GHz
                        16GB RAM
                        Nvidia GTX 860M 4GB RAM 1152 cuda cores

                        Comment


                          #27
                          Re: [SOLVED] Intel GMA915 - Disappointing

                          I wonder what will happen if I erase my Xorg.conf all together? Hmmmmm. Hold on! Time for a "break". Ha. Ha Ha.

                          Comment


                            #28
                            Re: [SOLVED] Intel GMA915 - Disappointing

                            Well, it worked that way. Still have login screen flicker and have to have "nomodeset" in grub.cfg, but it appears the xorg.conf file isn't needed.

                            Comment


                              #29
                              Re: [SOLVED] Intel GMA915 - Disappointing

                              ya I havent had one sence 8.04 ? I think......or mabey it wint that way with 9.04

                              VINNY
                              i7 4core HT 8MB L3 2.9GHz
                              16GB RAM
                              Nvidia GTX 860M 4GB RAM 1152 cuda cores

                              Comment


                                #30
                                Re: [SOLVED] Intel GMA915 - Disappointing

                                Hi MoonRise. Speaking of which, there's big bright moon coming up tonight over the mountains east of here.

                                re: manual edit of grub.cfg
                                I think when you get some updates, like new kernels, the grub.cfg will get regenerated; in fact, I'm under the impression that, for example, synaptic manages this service automatically. The manual edits will be gone. Anyway, if update-grub or grub-mkconfig ever runs, I'm pretty sure you'll lose the manual editing in grub.cfg. Might be best to set this under, I think, /etc/default/grub, in the kernel options section. Dave's done a good job covering that:
                                http://ubuntuforums.org/showthread.php?t=1195275

                                (Or, just file this info away in case it does break, then you'll have a possible remedy if ever needed.)

                                An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

                                Comment

                                Working...
                                X