[Openchrome-users] openchrome-users Digest, Vol 46, Issue 5

Don Cupp doncuppjr
Fri Aug 7 03:22:17 PDT 2009


The non-existent mouse is a bug/feature(I like it) that shows up when the driver is set to output to the CRT device, but the only available display is the DFP. This is actually a rather handy feature for touchscreens, where a mouse pointer just gets in the way. However, if you want to see see it, just put the following under the driver section of your xorg.conf file

Option      "ActiveDevice"    "LCD"

The problem with the distorted display is probably related to bad DDC info for the LCD in question. You could try specifying the exact timings and disabling the DDC check. Add the following to your xorg.conf file in the driver section

Option      "NoDDC"

Now just create a modeline that is appropriate for the LCD with gtf according to the Manufacture specs of the display.

--- On Fri, 8/7/09, openchrome-users-request at openchrome.org <openchrome-users-request at openchrome.org> wrote:

> From: openchrome-users-request at openchrome.org <openchrome-users-request at openchrome.org>
> Subject: openchrome-users Digest, Vol 46, Issue 5
> To: openchrome-users at openchrome.org
> Date: Friday, August 7, 2009, 3:00 AM
> 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. [openChrome] #313: [CX700] only low
> resolution allowed and
> ? ? ? the mouse pointer does not appear
> (OpenChrome Trac)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Fri, 07 Aug 2009 09:41:43 -0000
> From: "OpenChrome Trac" <trac at openchrome.org>
> Subject: [Openchrome-users] [openChrome] #313: [CX700] only
> low
> ??? resolution allowed and the mouse pointer
> does not appear
> Cc: openchrome-users at openchrome.org
> Message-ID: <053.84623fd75ad077d230f1ebb57757906d at openchrome.org>
> Content-Type: text/plain; charset="utf-8"
> 
> #313: [CX700] only low resolution allowed and the mouse
> pointer does not appear
> ----------------------------+-----------------------------------------------
> Reporter:? bryceharrington? |? ?
> ???Owner:? somebody???
> ? ? Type:? defect? ? ? ?
> ???|? ? ? Status:?
> new? ? ? ? 
> Priority:? major? ? ? ? ?
> ? |???Component:? modesetting
>  Version:? trunk? ? ? ? ?
> ? |? ? Keywords:? regression 
> Blocking:? ? ? ? ? ? ?
> ? ???|???Blockedby:?
> ? ? ? ? ???
> ----------------------------+-----------------------------------------------
>  Forwarding this bug from a Ubuntu customer.
> 
>  Problem:? Incorrect resolution detection on CX700
> chipset.
> 
>  This is similar to bug #297, however the solution to that
> bug did not fix
>  it here, as the issue persists, having tested svn 712,
> 741, and 758.
> 
>  The inbuilt 800x600 display of one of an LEX Panel PC gets
> a distorted
>  picture. It seems like they have lost vertical, possibly
> also horizontal
>  sync. To ensure that this is not a hardware problem, they
> ran Fedora Core
>  8 on the PC in question and the display is perfect. They
> have also tried
>  to connect an external LCD screen, whilst running Ubuntu
> 9.04, which
>  yields a perfect picture on the external screen
> (800x600).
> 
>  Here is an excerpt from the customer comment:
> 
>  So far no difference, here's the install log:
> 
>  sudo dpkg -i
> xserver-xorg-video-openchrome_0.2.903+svn741-1_i386.deb
>  [sudo] password for webbrick:
>  (Reading database ... 122673 files and directories
> currently installed.)
>  Preparing to replace xserver-xorg-video-openchrome
> 1:0.2.903+svn741-1
>  (using
> xserver-xorg-video-openchrome_0.2.903+svn741-1_i386.deb)
> ...
>  Unpacking replacement xserver-xorg-video-openchrome ...
>  Setting up xserver-xorg-video-openchrome
> (1:0.2.903+svn741-1) ...
> 
>  Processing triggers for man-db ...
>  Processing triggers for libc6 ...
>  ldconfig deferred processing now taking place
> 
> 
> -----------------------------------------------------------
> 
>  Here's the section from Xorg.0.log
> 
>  (II) Module openchrome: vendor="http://openchrome.org/"
>  compiled for 1.6.0, module version = 0.2.903
>  Module class: X.Org Video Driver
>  ABI class: X.Org Video Driver, version 5.0
>  (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266,
> KM400/KN400,
>  K8M800/K8N800, PM800/PM880/CN400, P4M800Pro/VN800/CN700,
>  K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890,
> VX800
> 
>  This doesn't appear to have changed.
> 
> 
> 
> ----------------------------------------------------------------
>  (II) Module openchrome: vendor="http://openchrome.org/"
>  compiled for 1.5.99.902, module version = 0.2.903
>  Module class: X.Org Video Driver
>  ABI class: X.Org Video Driver, version 5.0
>  (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266,
> KM400/KN400,
>  K8M800/K8N800, PM800/PM880/CN400, P4M800Pro/VN800/CN700,
>  K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890,
> VX800
>  (II) Primary Device is: PCI 01 at 00:00:0
> 
> ----------------------------------------------------------------
> 
>  Looking at the log file they are getting the same error
> for every
>  resolution tried:
> 
>  (II) CHROME(0): Not using default mode "800x600" (hsync
> out of range)
>  (II) CHROME(0): Not using default mode "400x300" (bad
> mode
>  clock/interlace/doublescan)
>  (II) CHROME(0): ViaValidMode: Validating 800x600 (49500)
> 
>  The customer has tested xserver-xorg-video-openchrome
>  1:0.2.903+svn758-0ubuntu1 from the karmic repositories and
> reports that
>  this package has not fixed his issue.
> 
> -- 
> Ticket URL: <http://www.openchrome.org/trac/ticket/313>
> openChrome <http://www.openchrome.org/>
> The openChrome project
> 
> ------------------------------
> 
> _______________________________________________
> openchrome-users mailing list
> openchrome-users at openchrome.org
> http://wiki.openchrome.org/mailman/listinfo/openchrome-users
> 
> 
> End of openchrome-users Digest, Vol 46, Issue 5
> ***********************************************
> 
> 
> 


      




More information about the Openchrome-users mailing list