Announcement

Collapse
No announcement yet.

intel graphic driver problems

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

    intel graphic driver problems

    I cannot get openGL to work.
    My chipset is : intel 82852/855GM

    My xorg.conf file:

    Section "Device"
    Identifier "Configured Video Device"
    Driver "vesa"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

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


    I have tried to change the vesa value to intel. The computer freezes after kubuntu's logo..
    The driver is installed.

    I have attached a file that describes my hardware/system.


    Attached Files

    #2
    Re: intel graphic driver problems

    Try this:

    Section "Module"
    Load "glx"
    Load "dri"
    Load "dbe"
    EndSection

    Section "Device"
    Identifier "Intel Corporation Integrated Graphics Controller"
    Driver "intel"
    Option "DRI" "true"
    Option "AccelMethod" "XAA"
    Option "XAANoOffscreenPixmaps" "true"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    DefaultDepth 24
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    Option "AIGLX" "true"
    EndSection

    Section "Extensions"
    Option "Composite" "Enable"
    EndSection

    Section "DRI"
    Group "video"
    Mode 0660
    EndSection

    Section "ServerFlags"
    Option "DontZap" "off"
    Option "AllowEmptyInput" "0"
    Option "AutoAddDevices" "0"
    EndSection
    Be sure you can recover your old settings if this doesn't work.

    Please Read Me

    Comment


      #3
      Re: intel graphic driver problems

      That causes the system to freeze on the kubuntu logo.
      Attached Files

      Comment


        #4
        Re: intel graphic driver problems

        What does your log file show? /var/log/Xorg.0.log

        Please Read Me

        Comment


          #5
          Re: intel graphic driver problems

          I have included the file in the previous post :P

          Comment


            #6
            Re: intel graphic driver problems

            Yes you did - sorry - Nothing stnads out there. I assume you've installed the intel driver? Have you tried this cutting edge version:

            http://www.howtoforge.com/how-to-ins....04-lucid-lynx

            Please Read Me

            Comment


              #7
              Re: intel graphic driver problems

              Yes, as i mentioned . The xserver-xorg-video-intel package is installed.
              Version is 2:2.9.1

              No, i havent tried that one.

              Comment


                #8
                Re: intel graphic driver problems

                I have tried the latest driver, but still the same problem

                Comment

                Working...
                X