From: Grant Grundler <grundler@parisc-linux.org>
To: Chris Blackburn <cblackburn36@softhome.net>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] Visualize J5000 and EG Graphics card
Date: Thu, 30 Dec 2004 12:47:23 -0700 [thread overview]
Message-ID: <20041230194723.GA18715@colo.lackof.org> (raw)
In-Reply-To: <41D3D34A.2090209@softhome.net>
On Thu, Dec 30, 2004 at 10:07:06AM +0000, Chris Blackburn wrote:
> I am trying to get X windows working on a Visualize J5000 with an EG
> Graphics card. The kernel recognises the card and dmesg | grep fb shows
> that a framebuffer has been activated but when I try to run X I get an
> HPMC error. Is this a known problem? If so how can I fix it.
Yes, known problem. I ran into a few monthes back.
64-bit kernel isn't F-extending an address someplace.
We've had this problem before and I don't know when it crept back in.
Either use 32-bit kernel or start hunting down the life span of the
frame buffer address. Maybe start with the STI FB drivers.
thanks,
grant
>
> Details:-
>
> uname -a: Linux dougal 2.6.8-1-64-smp #1 SMP Tue Nov 2 13:37:53 MST 2004
> parisc64 GNU/Linux
>
> Appropriate part of /proc/pci:-
>
> ~ Bus 4, device 7, function 0:
> ~ Display controller: Hewlett-Packard Company A4977A Visualize EG
> (rev 3).
> ~ Non-prefetchable 32 bit memory at 0xfffffffffa000000
> [0xfffffffffbffffff].
>
> and my XF86Config-4 file is attached.
>
> Thanks for all your help
>
> - --
> Chris Blackburn
> E-Mail: cblackburn36NOSPAM@softhome.net
> E-Mail: cblackburn36@NOSPAMgmail.com
> PGP Public Key: http://makeashorterlink.com/?C2AF31929
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (Darwin)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
> iD8DBQFB09NKxsNEmi5WofsRAlX+AKDvE7Wi06Y7CFDA5I++3MgkSynSegCcDal6
> iR17GP9UvzM+8nlp1h01OLI=
> =YbmC
> -----END PGP SIGNATURE-----
> # XF86Config-4 (XFree86 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 XF86Config-4 manual page.
> # (Type "man XF86Config-4" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xfree86 package upgrades *only*
> # if it has not been modified since the last upgrade of the xserver-xfree86
> # package.
> #
> # If you have edited this file but would like it to be automatically updated
> # again, run the following commands as root:
> #
> # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
> # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
> # dpkg-reconfigure xserver-xfree86
>
> Section "Files"
> FontPath "unix/:7100" # local font server
> # if the local font server has problems, we can fall back on these
> FontPath "/usr/lib/X11/fonts/misc"
> FontPath "/usr/lib/X11/fonts/cyrillic"
> FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
> FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
> FontPath "/usr/lib/X11/fonts/Type1"
> FontPath "/usr/lib/X11/fonts/CID"
> FontPath "/usr/lib/X11/fonts/Speedo"
> FontPath "/usr/lib/X11/fonts/100dpi"
> FontPath "/usr/lib/X11/fonts/75dpi"
> EndSection
>
> Section "Module"
> Load "GLcore"
> Load "bitmap"
> Load "dbe"
> Load "ddc"
> Load "dri"
> Load "extmod"
> Load "freetype"
> Load "glx"
> Load "int10"
> Load "record"
> Load "speedo"
> Load "type1"
> Load "vbe"
> EndSection
>
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "keyboard"
> Option "CoreKeyboard"
> Option "XkbRules" "xfree86"
> Option "XkbModel" "pc104"
> Option "XkbLayout" "gb"
> Option "XkbVariant" "gb"
> EndSection
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ImPS/2"
> Option "Emulate3Buttons" "true"
> Option "ZAxisMapping" "4 5"
> EndSection
>
> Section "Device"
> Identifier "HP Visualize FX4"
> Driver "fbdev"
> Option "UseFBDev" "true"
> EndSection
>
> Section "Monitor"
> Identifier "MITAC-17AE"
> HorizSync 30-65
> VertRefresh 50-75
> Option "DPMS"
> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> Device "HP Visualize FX4"
> Monitor "MITAC-17AE"
> DefaultDepth 8
> SubSection "Display"
> Depth 1
> Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
> EndSubSection
> EndSection
>
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen "Default Screen"
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> EndSection
>
> Section "DRI"
> Mode 0666
> EndSection
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
prev parent reply other threads:[~2004-12-30 19:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-30 10:07 [parisc-linux] Visualize J5000 and EG Graphics card Chris Blackburn
2004-12-30 19:47 ` Grant Grundler [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041230194723.GA18715@colo.lackof.org \
--to=grundler@parisc-linux.org \
--cc=cblackburn36@softhome.net \
--cc=parisc-linux@lists.parisc-linux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox