Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: help install driver for 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device

  1. #1
    Join Date
    Jun 2010
    Beans
    11

    Exclamation Help install drivers for Intel 82845G/GL[Brookdale-G] Integrated graphics


    How to install "Intel Corporation 82845G/GL[Brookdale-G]/GE " drivers?

    I am new Linux user right now i am using Ubuntu 11.04,
    I have searched many forums but did not found any solution


    Can anybody please help me install the correct graphics driver ??
    please tell me how to install driver in Ubuntu

    can anyone please guide me how to compile drivers from this site???

    http://intellinuxgraphics.org/download.html

    git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel
    git://anongit.freedesktop.org/git/mesa/mesa
    git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6

    Code:
    *-display
                 description: VGA compatible controller
                 product: 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
                 vendor: Intel Corporation
                 physical id: 2
                 bus info: pci@0000:00:02.0
                 version: 03
                 width: 32 bits
                 clock: 33MHz
                 capabilities: pm vga_controller bus_master cap_list rom
                 configuration: driver=i915 latency=0
                 resources: irq:16 memory:d0000000-d7ffffff memory:de000000-de07ffff
    Additional info:
    the xconf file is empty ,
    the monitor is not detected : unknown monitor


    I have tried this solution


    Code:
    gksudo gedit /etc/X11/xorg.conf
    This creates an empty file; paste the following into the file and save:

    Code:
    Section "Device"
    Identifier "Configured Video Device"
    Driver "intel"
    EndSection
    
    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection
    
    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    EndSection

    Now my ubuntu os freezes or hangs after 4-5 minutes


    help me solve this problem once and for all
    Last edited by mrdragon333; September 19th, 2011 at 12:45 PM.

  2. #2
    Join Date
    May 2010
    Beans
    25

    Re: help install driver for 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Dev

    I am having the same issue. Could someone please assist me. When I try to save the file I am getting this:

    (gedit:2650): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory

    (gedit:2650): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.9VSS1V': No such file or directory

    (gedit:2650): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory

    (gedit:2650): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.X7CV1V': No such file or directory

    (gedit:2650): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory

  3. #3
    Join Date
    Nov 2010
    Location
    Berlin, Germany
    Beans
    4,534
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: help install driver for 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Dev

    revnobody, just create the stated directory:
    Code:
    sudo mkdir -p /root/.local/share
    Hope this helps to solve your issue, too.
    Last edited by Krytarik; September 19th, 2011 at 03:27 AM.

  4. #4
    Join Date
    May 2010
    Beans
    25

    Re: help install driver for 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Dev

    That did it! Thank you very much, Krytarik

  5. #5
    Join Date
    Jun 2010
    Beans
    11

    Re: help install driver for 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Dev

    i still have this problem‼
    can anyone please guide me

  6. #6
    Join Date
    Sep 2011
    Location
    Texas
    Beans
    73

    Re: Help install drivers for Intel 82845G/GL[Brookdale-G] Integrated graphics

    Quote Originally Posted by mrdragon333 View Post

    How to install "Intel Corporation 82845G/GL[Brookdale-G]/GE " drivers?
    I have tried this solution


    Code:
    gksudo gedit /etc/X11/xorg.conf
    This creates an empty file;
    I am working on the same problem

    I know that this code is trying to create a new file, but many of the threads I read instruct that the Xorg.conf is a 'configurable' file, and that it should already be in the X11 folder. (I'm just hoping to adjust the screen size)

    I am running Ubuntu 11.04

    When I navigate to Places>Computer>File System>etc/X11, xorg.conf is not there.
    Same if I go to terminal
    Code:
    cd /etc/X11
    dir
    --> xorg.conf is not found.

    **However, there is a shortcut file "X", which is a 'link to executable(application/x-executable). The link target: /usr/bin/Xorg


    So running the 'gedit' command for a file that is in another folder seems that it will never work, so I tried:
    Code:
    sudo gedit /usr/bin/xorg.conf
    still opening a blank new file.


    Anybody want to be the hero today?!?!?
    Last edited by JSchultheis; September 19th, 2011 at 02:25 PM.

  7. #7
    Join Date
    Nov 2010
    Location
    Berlin, Germany
    Beans
    4,534
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Help install drivers for Intel 82845G/GL[Brookdale-G] Integrated graphics

    Quote Originally Posted by JSchultheis View Post
    but many of the threads I read instruct that the Xorg.conf is a 'configurable' file, and that it should already be in the X11 folder. (I'm just hoping to adjust the screen size)
    Since Ubuntu 10.04, there is no mandatory, fully configured 'xorg.conf' by default anymore, see here:

    https://wiki.ubuntu.com/X/Config

    Now, for any settings that aren't specified in an - optional - 'xorg.conf' X is pulling the defaults. So, if you just want to specify the screen resolution, you just need to add those specific settings.

    Hope it helps!
    Last edited by Krytarik; September 20th, 2011 at 04:57 AM.

  8. #8
    Join Date
    Mar 2012
    Beans
    2

    Re: help install driver for 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Dev

    I have a problem with the same 82845g setup and ubuntu 11.10 wondering if there any updates?

  9. #9
    Join Date
    Feb 2012
    Beans
    2

    Re: help install driver for 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Dev

    Could someone please give me step by step instructions please? I am kind of new to all this Ubuntu stuff.

  10. #10
    Join Date
    Jun 2010
    Beans
    11

    Re: help install driver for 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Dev

    anyone found any workaround!? its 2013 . Should consider my old PC dead?! with no window 7 or ubuntu support

Page 1 of 2 12 LastLast

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
  •