pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Anyone have firefox working on i386?



On Sat, 11 Feb 2012, at 19:43:44 -0500, Anne Bennett wrote:
>Sounds like my set-up:
>
>Feb 11 11:22:32 <kern.notice>quill /netbsd: i915drm0 at vga1: Intel i945G
>Feb 11 11:22:32 <kern.notice>quill /netbsd: i915drm0: AGP at 0xe0000000 256MB
>Feb 11 11:22:32 <kern.notice>quill /netbsd: i915drm0: Initialized i915 1.6.0 
>20080730
>Feb 11 11:23:12 <kern.notice>quill /netbsd: i915drm0: interrupting at ioapic0 
>pin 16
>
>
>  Section "Device"
>    Identifier    "Card0"
>    Driver        "intel"
>    VendorName    "Intel Corporation"
>    BoardName     "82945G/GZ Integrated Graphics Controller"
>    BusID         "PCI:0:2:0"
>    Option        "DRI" "true"
>    Option        "AccelMethod" "XAA" # needed for 945GM GPUs
>    Option        "XAANoOffscreenPixmaps" "true"
>  EndSection
>
>  Section "ServerFlags"
>    Option        "AIGLX" "true"
>  EndSection
>
>I tried to add "dri2" but I can't; it says it requires UXA, and that
>acceleration seems to be unavailable for my card.

...

>
>Perhaps.  I admit that I don't know what counts as a "fancy" option;
>I know fairly little about video cards.  I append my /etc/xorg.conf
>file, in case someone sees something odd about it.  But firefox36
>works fine, the GIMP works fine - I can't think of any problems
>I've had with this set-up that I thought might be related to the
>video card or driver, offhand.

I have a similar video card and am not experiencing any problems
like this.  I haven't updated the machine in question in a while (it
hasn't been connected to the internet in months), but it was running
Firefox 7 without trouble.  I've appended my xorg.conf file below in
case it's of use.  (Oh, and I'm running the netbsd-5 branch as well.)

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R7/lib/X11/rgb"
        ModulePath   "/usr/X11R7/lib/modules"
        FontPath     "/usr/X11R7/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R7/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R7/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R7/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R7/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R7/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R7/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
        Option  "DontZap"       "false"
        Option  "DontVTSwitch"  "false"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "shadow"
        Load  "dri"
        Load  "dri2"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "wsmouse"
        Option      "Device" "/dev/wsmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "Mobile 945GME Express Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
        Option      "ForceEnablePipeA"  "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Group "wheel"
        Mode 0660
EndSection




Home | Main Index | Thread Index | Old Index