Date: Mon, 2 Nov 2009 22:13:11 +0100 From: Roland Smith <rsmith@xs4all.nl> To: PJ <af.gourmet@videotron.ca> Cc: freebsd-questions@freebsd.org Subject: Re: anybody manage to get Xorg to work with LG flat panel W2361 Message-ID: <20091102211311.GA14933@slackbox.xs4all.nl> In-Reply-To: <4AEF3F3E.7000204@videotron.ca> References: <4AEF0D33.7000008@videotron.ca> <20091102180215.GA10648@slackbox.xs4all.nl> <4AEF3F3E.7000204@videotron.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
--yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: >=20 > 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 =20 > root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > Build Date: 21 August 2009 12:40:03PM > =20 > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 2 11:07:26 2009 > (++) Using config file: "xorg.conf1" > (=3D=3D) ServerLayout "X.org Configured" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor0" > (**) | |-->Device "Card0" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > (=3D=3D) Automatically adding devices > (=3D=3D) 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 myse= lf 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 prin= ted 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 --=20 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) --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkrvS2cACgkQEnfvsMMhpyUq+ACeJQQFMigDJBhD8mqYHDznEl5p M9EAoKryEE/z0jgbCIcdiLldug/G2Eag =o3NL -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091102211311.GA14933>