All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] Visualize J5000 and EG Graphics card
@ 2004-12-30 10:07 Chris Blackburn
  2004-12-30 19:47 ` Grant Grundler
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Blackburn @ 2004-12-30 10:07 UTC (permalink / raw)
  To: parisc-linux

[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

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.

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-----

[-- Attachment #2: XF86Config-4 --]
[-- Type: text/plain, Size: 2841 bytes --]

# 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

[-- Attachment #3: Type: text/plain, Size: 169 bytes --]

_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [parisc-linux] Visualize J5000 and EG Graphics card
  2004-12-30 10:07 [parisc-linux] Visualize J5000 and EG Graphics card Chris Blackburn
@ 2004-12-30 19:47 ` Grant Grundler
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Grundler @ 2004-12-30 19:47 UTC (permalink / raw)
  To: Chris Blackburn; +Cc: parisc-linux

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-30 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-30 10:07 [parisc-linux] Visualize J5000 and EG Graphics card Chris Blackburn
2004-12-30 19:47 ` Grant Grundler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.