anybody manage to get Xorg to work with LG flat panel W2361

Roland Smith rsmith at xs4all.nl
Mon Nov 2 21:13:14 UTC 2009


On Mon, Nov 02, 2009 at 04:21:18PM -0400, PJ wrote:
> I also have tried with the monitor in digital mode as well as in
> analog... neither works.

Do you mean with a VGA and DVI connector?

> It seems to me that the options for flatpanel must be activated... bin
> there, done that...

Why?

> And that is because I saw those kinds of directions activated under the
> display management in XP. O:-)

And since when is XP a good example of how to configure X? ;-)

> So, here's my log:
> 
> X.Org X Server 1.6.1
> Release Date: 2009-4-14
> X Protocol Version 11, Revision 0
> Build Operating System: FreeBSD 7.2-RELEASE i386
> Current Operating System: FreeBSD grendl.my.domain 7.2-RELEASE FreeBSD
> 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009    
> root at walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
> Build Date: 21 August 2009  12:40:03PM
>  
> (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov  2 11:07:26 2009
> (++) Using config file: "xorg.conf1"
> (==) ServerLayout "X.org Configured"
> (**) |-->Screen "Screen0" (0)
> (**) |   |-->Monitor "Monitor0"
> (**) |   |-->Device "Card0"
> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (==) Automatically adding devices
> (==) Automatically enabling devices

> (**) ModulePath set to "/usr/local/lib/xorg/modules"
> (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
> 'vmmouse' will be disabled.
> (WW) Disabling Mouse0
> (WW) Disabling Keyboard0

This could be the reason why you are not seeing a mouse cursor...

Try adding

    Option "AutoAddDevices"  "off"

to your "ServerLayout" section, and remove any AllowEmptyInput lines. Or
install and configure and start sysutils/hal before starting Xorg. For myself
I find it easier to build the Xorg server without hal support and use the
option shown above, so I don't have to deal with hald.

> (--) NV(0): Virtual size is 1920x1080 (pitch 1920)
> (**) NV(0): *Driver mode "1920x1080": 138.5 MHz, 66.6 kHz, 59.9 Hz
> (II) NV(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080

It looks like a correct resolution is found and activated.

As an aside, and not related to your problem, you might want to try the
xf86-video-nouveau instead of nv. It is under heavier development and is
working toward supporting 3D accelleration and supporting newer chips.

> (II) Initializing built-in extension DAMAGE
> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so
> (II) GLX: Initialized DRISWRAST GL provider for screen 0

Normally, you'd expext to see some stuff from the mouse and keyboard drivers
last in the logfile... Since theay are missing, and seeing the warning printed
above, your problem isn't what it seems to be. I think the server gets stuck
because it can't find a keyboard and mouse. That would explain why you don't
see a cursor.

Roland
-- 
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20091102/c615b8b5/attachment.pgp


More information about the freebsd-questions mailing list