My new error

Garrett Marone garrett.marone at gmail.com
Tue Oct 16 15:37:15 PDT 2007


If you could post your /var/log/Xorg.0.log I might be able to help further,
also, have you compiled and insmodded the drm kernel module?

Here's a copy of my xorg.conf

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "glx"
        Load    "dri"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
        Option          "XkbVariant"    "oss"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "true"
EndSection


Section "Device"
        Identifier      "Intel Corporation 82G965 Integrated Graphics
Controller"
        Driver          "intel"
        #BusID           "PCI:0:2:0"
        #Option "EnablePageFlip" "false"
        #Option         "DRI" "True"
EndSection

Section "Monitor"
        Identifier      "LE2262"
        #Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation 82G965 Integrated Graphics
Controller"
        Monitor         "LE2262"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1680x1050" "1440x1440" "1400x1050"
"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1680x1050" "1440x1440" "1400x1050"
"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1680x1050" "1440x1440" "1400x1050"
"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1680x1050" "1440x1440" "1400x1050"
"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1680x1050" "1440x1440" "1400x1050"
"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1680x1050" "1024x768" "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection




On 10/16/07, Darren Roswell <rezteck at gmail.com> wrote:
>
> Garret,
> That worked I was able to compile the driver successfully.  I did have to
> update Xorg to 7.2.  But now I cannot get the driver to acutally load.
> Could you forward me a copy of your xorg.conf file possibly.  Or do you
> have any reccomendations.   I tried what they recommended on
> intellinuxgraphics.org but I think I'm missing something basic.  I really
> appreciate your help with this as I actually feel like I'm moving forward
> and not just spinning my wheels like I have been for the past week.
>
> On 10/16/07, Garrett Marone <garrett.marone at gmail.com> wrote:
> >
> > You may be seeing this problem and I might not of because I upgraded my
> > version of Xorg server to the full 7.2 release before I tried to get the
> > intel drivers working.  In order to do that you can use
> >
> > http://ftp.skynet.be/pub/software.opensuse.org/xorg72/openSUSE_10.2/  to
> > get the newest xorg-x11 packages installed.
> >
> > The error you're seeing below is due to xorg macros, which you can
> > update from git as well I think,
> > maybe from
> >
> > git-clone git://anongit.freedesktop.org/git/xorg/util/macros
> >
> >
> > I cant tell you which to try at the moment, maybe the macros first, and
> > if that doesnt help ( you will have to re-run the xf86-video-intel
> > autogen.sh script after installing the macros ), maybe the Xorg upgrade;
> > or you can check the config.h file and see if those are being defined
> > properly.  You may also wish to update your xf86-video-intel drivers from
> > git as well.  Im sorry I dont have an absolute answer for you.  I tinkered
> > around with it until I got it all to work (lot of google searching)
> >
> > Good luck.
> >
> > -Garrett Marone
> >
> > On 10/16/07, Darren Roswell < rezteck at gmail.com> wrote:
> >
> > > Garett Marone.  Thanks thats dis complete the autogen script but now I
> > > get this when I try to make.
> > >
> > > i810_driver.c:453: error: 'PACKAGE_VERSION_MAJOR' undeclared here (not
> > > in a function)
> > > i810_driver.c:453: error: 'PACKAGE_VERSION_MINOR' undeclared here (not
> > > in a function)
> > > i810_driver.c:453: error: 'PACKAGE_VERSION_PATCHLEVEL' undeclared here
> > > (not in a function)
> > > make[3]: *** [i810_driver.lo] Error 1
> > > make[3]: Leaving directory
> > > `/home/droswell/Desktop/intel/xf86-video-intel/src'
> > > make[2]: *** [all-recursive] Error 1
> > > make[2]: Leaving directory
> > > `/home/droswell/Desktop/intel/xf86-video-intel/src'
> > > make[1]: *** [all-recursive] Error 1
> > > make[1]: Leaving directory
> > > `/home/droswell/Desktop/intel/xf86-video-intel'
> > > make: *** [all] Error 2
> > >
> > >
> > > --
> > > Rezteck Services
> > > Darren Roswell
> > > 613-867-4357
> > > _______________________________________________
> > > xorg mailing list
> > > xorg at lists.freedesktop.org
> > > http://lists.freedesktop.org/mailman/listinfo/xorg
> > >
> >
> >
> > _______________________________________________
> > xorg mailing list
> > xorg at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/xorg
> >
>
>
>
> --
> Rezteck Services
> Darren Roswell
> 613-867-4357
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20071016/bffebf57/attachment.html>


More information about the xorg mailing list