Results 1 to 4 of 4

Thread: 10.04 How do i get my intel graphics card working g31/33

  1. #1
    Join Date
    May 2009
    Beans
    98

    Exclamation 10.04 How do i get my intel graphics card working g31/33

    Just spent about 4 hours upgrading from 9.10 to 10.04 thinking it would fix my graphics problems.

    Basically I have no 3d acceleration of any kind, is there any way i can load the intel drivers? Because what I'm using now is really crappy.

    Code:
    michael@ubuntu:~$ lspci | grep "VGA"
    00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
    Code:
    michael@ubuntu:~$ cat /etc/X11/xorg.conf
    Section "Monitor"
        Identifier    "Configured Monitor"
    EndSection
    
    Section "Screen"
        Identifier    "Default Screen"
        Monitor        "Configured Monitor"
        Device        "Configured Video Device"
        SubSection "Display"
            Virtual    2560 960
        EndSubSection
    EndSection
    
    Section "Device"
        Identifier    "Configured Video Device"
    EndSection
    Can i just change something in my xorg to intel and it will load that driver ? I've tried the "hardware drivers" thing but it does not show anything.

    -thanks for reading

  2. #2
    Join Date
    May 2009
    Beans
    98

    Re: 10.04 How do i get my intel graphics card working g31/33

    nevermind i just had to enable the driver ... i just used this xorg and restarted gdm its working great.

    Code:
    Section "InputDevice"
            Identifier      "Generic Keyboard"
            Driver          "kbd"
            Option          "XkbRules"      "xorg"
            Option          "XkbModel"      "pc105"
            Option          "XkbLayout"     "ca"
    EndSection
    
    Section "InputDevice"
            Identifier      "Configured Mouse"
            Driver          "vmmouse"
    EndSection
    
    Section "Device"
            Identifier      "Configured Video Device"
            Driver "intel"
            Option "DPMS"
            Option  "NoDDC"
            Option "XaaNoOffscreenPixmaps" "1"
            Option "AccelMethod" "exa"
            Option "MigrationHeuristic" "greedy"
            Option "ExaNoComposite" "false"
    EndSection
    
    Section "Monitor"
            Identifier      "Configured Monitor"
            DisplaySize     340    270  
            HorizSync 30-97
            VertRefresh 50-180
    EndSection
    
    Section "Screen"
            Identifier      "Default Screen"
            Monitor         "Configured Monitor"
            Device          "Configured Video Device"
            SubSection "Display"
                    Modes           "1280x1024" "1152x864" "1024x768"
            EndSubSection
    EndSection
    
    Section "ServerLayout"
            Identifier      "Default Layout"
            Screen          "Default Screen"
    EndSection

  3. #3
    Join Date
    Aug 2012
    Beans
    2

    Angry Re: 10.04 How do i get my intel graphics card working g31/33

    when i type the command:
    Code:
    lspci | grep "VGA"

    i Get this answer:
    Code:
    00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)

    but at the system info vga card type is unknown or standard i don't remember, any body can help me please.

  4. #4
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 10.04 How do i get my intel graphics card working g31/33

    If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.

Tags for this Thread

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
  •