[Openchrome-users] openchrome-users Digest, Vol 27, Issue 32

Prabhu Iyer pdiyer
Sat Jan 19 14:22:37 PST 2008


Hello,

Can someone please tell me if there is a Linux PCI Driver for DM6437 PCI?

I know theres a windows based PCI driver for DM6437, I found that on
the C6000 website.

I am not sure if VirtualLogix provides this, please let me know...

Any response we will be greatly appreciated.

thanks,
sincerely,
Prabhu

On 1/19/08, openchrome-users-request at openchrome.org
<openchrome-users-request at openchrome.org> wrote:
> Send openchrome-users mailing list submissions to
> 	openchrome-users at openchrome.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://wiki.openchrome.org/mailman/listinfo/openchrome-users
> or, via email, send a message with subject or body 'help' to
> 	openchrome-users-request at openchrome.org
>
> You can reach the person managing the list at
> 	openchrome-users-owner at openchrome.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of openchrome-users digest..."
>
>
> Today's Topics:
>
>    1. Re: help getting 16:9 resolutions? (Xavier Bachelot)
>    2. Re: glxgears fails (Cognitive Dissident)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 19 Jan 2008 14:26:55 +0100
> From: Xavier Bachelot <xavier at bachelot.org>
> Subject: Re: [Openchrome-users] help getting 16:9 resolutions?
> To: John Stile <john at stilen.com>
> Cc: openchrome-users at openchrome.org
> Message-ID: <4791FA9F.5050905 at bachelot.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> > My xorg.conf  is here: http://pastebin.ca/862389
> > Touch screen settings still under investigation.
> >
> > Restart X
> > /etc/init.d/xdm restart
> >
> > egrep 700 /var/log/Xorg.0.log
> > (**) |   |-->Monitor "Xenarc-700TSV"
> > (**) |   |-->Device "CX700"
> >         K8M800/K8N800, PM800/PM880/CN400, P4M800Pro/VN800/CN700,
> >         K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890
> > (--) Chipset CX700/VX700 found
> > (--) CHROME(0): Chipset: CX700/VX700
> > (--) CHROME(0): Detected VIA VT3324 (CX700).
> > (II) CHROME(0): VESA VBE OEM: VIA CX700
> > (II) CHROME(0): Xenarc-700TSV: Using hsync range of 31.50-37.90 kHz
> > (II) CHROME(0): Xenarc-700TSV: Using vrefresh range of 50.00-70.00 Hz
> >
>  From your conf :
>
> Section "Device"
> 	Identifier "CX700"
> 	BoardName  "Unichrome(CX700M2)"
> 	VendorName "VIA"
> 	Driver	   "openchrome"
> 	BusID	   "PCI:1:0:0"
>          Screen     0
> 	Option     "VBEModes"            "true"
> 	Option	   "ActiveDevice"     	 "CRT"  	  # LCD or CRT
>          Option     "DisableIRQ"
> 	Option     "EnableAGPDMA"        "true"
> 	Option     "SWcursor"            "true"
> EndSection
>
> Section "Monitor"
> 	Identifier         "Xenarc-700TSV"
> 	Option             "DPMS"  "true"
> 	HorizSync          31.50-37.90	
> 	VertRefresh	   50.00-70.00
> EndSection
>
>
> For the Device section :
> BusID is unneeded unless you have several cards.
> VBEModes makes the driver uses VGA bios to do the mode setting and it's
> unneeded for VGA on a CX700. It's even probably counter-productive.
> DisableIRQ is probably unneeded, unless you have have some missed IRQ.
> This is only the case on K8M800 and some KM400.
> Using AGPDMA is the default on CX700, so no need for EnableAGPDMA.
> SWCursor is unneeded unless you have issues with hardware cursor.
>
> For the Monitor section :
> Your monitor is probably advertising its HorizSync and VertRefresh (as
> well as the modelines for the modes it supports) over DDC. Remove those
> options unless your monitor doesn't do that, which is unlikely on recent
> hardware, or you have trouble with the given values.
>
> Regards,
> Xavier
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 19 Jan 2008 17:13:59 +0100
> From: Cognitive Dissident <cogdis at gmx.net>
> Subject: Re: [Openchrome-users] glxgears fails
> To: openchrome-users at openchrome.org
> Message-ID: <20080119171359.c3576081.cogdis at gmx.net>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> I just rebuild openchrome drivers from SVN trunk.
>
> My box is running Gentoo Linux and I used the ebuild provided on the
> openchrome-website.
>
> But glxgears isn?t running at all.
> It is aborting with the error code -22.
> With VESA drivers glxgears is running.
>
> GL should run with software drivers, even if there is no 3D support in
> openchrome drivers, shouldn?t it?
>
> Pleas find my xorg.0.log and dmesg output attached, and glxinfo outpout in
> the end of the mail.
>
> Any help would be appreciated.
>
> Best cheers
> Alexis
>
>
>
> Here is my glxinfo:
>
> ### snip glxinfo
>
> name of display: :0.0
> display: :0  screen: 0
> direct rendering: Yes
> server glx vendor string: SGI
> server glx version string: 1.2
> server glx extensions:
>     GLX_ARB_multisample, GLX_EXT_import_context,
> GLX_EXT_texture_from_pixmap,
>     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
>     GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGIS_multisample,
>     GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
> client glx vendor string: SGI
> client glx version string: 1.4
> client glx extensions:
>     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
>     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
>     GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
>     GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
>     GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
>     GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
>     GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
> GLX version: 1.2
> GLX extensions:
>     GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
>     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_swap_control,
>     GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
> GLX_SGI_make_current_read,
>     GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample,
>     GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
> OpenGL vendor string: VIA Technology
> OpenGL renderer string: Mesa DRI UniChrome 20060710 x86/MMX/SSE2
> OpenGL version string: 1.2 Mesa 7.0.2
> OpenGL extensions:
>     GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
>     GL_ARB_point_parameters, GL_ARB_texture_env_add,
>     GL_ARB_texture_env_combine, GL_ARB_texture_mirrored_repeat,
>     GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_window_pos,
>     GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_minmax,
>     GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
>     GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture,
>     GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_histogram,
>     GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset,
>     GL_EXT_rescale_normal, GL_EXT_secondary_color,
>     GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture,
>     GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
>     GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
>     GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_vertex_array,
>     GL_APPLE_packed_pixels, GL_IBM_rasterpos_clip,
>     GL_IBM_texture_mirrored_repeat, GL_MESA_window_pos, GL_NV_blend_square,
>     GL_NV_light_max_exponent, GL_NV_texgen_reflection, GL_OES_read_format,
>     GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_texture_edge_clamp,
>     GL_SGIS_texture_lod
> 0000:   f0000001  00000300  f0000006  00000001
> 0010:   f000000b  00000000  f000000c  003a9b20
> 0020:   f000000d  003a9b20  f000000e  80200020
> 0030:   f0000002  00000000  f0000003  00000000
> 0040:   f0000004  00000000  f0000000  f0002001
> 0050:   f000000b  00000000  f210f110  00010000
> 0060:   cccccccc  cccccccc  cccccccc  cccccccc
> 0070:   cccccccc  cccccccc  cccccccc  cccccccc
> ******************************************
> fire_buffer: DRM_VIA_PCICMD returned -22
> Aborted
>
> ### snip glxinfo
>
>
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Xorg.0.log.gz
> Type: application/x-gzip
> Size: 12135 bytes
> Desc: not available
> Url :
> http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20080119/e1eb6a65/Xorg.0.log.bin
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: dmesg.txt.gz
> Type: application/x-gzip
> Size: 7285 bytes
> Desc: not available
> Url :
> http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20080119/e1eb6a65/dmesg.txt.bin
>
> ------------------------------
>
> _______________________________________________
> openchrome-users mailing list
> openchrome-users at openchrome.org
> http://wiki.openchrome.org/mailman/listinfo/openchrome-users
>
>
> End of openchrome-users Digest, Vol 27, Issue 32
> ************************************************
>
>
>




More information about the Openchrome-users mailing list