Re: Xorg and WSXGA

2007-11-02 Thread Crist J. Clark
On Thu, Nov 01, 2007 at 07:49:42AM -0500, Josh Paetzel wrote:
 On Thursday 01 November 2007 12:53:11 am Crist J. Clark wrote:
  On Tue, Oct 30, 2007 at 07:50:10PM -0400, Brian A. Seklecki wrote:
   On Mon, 2007-10-29 at 23:36 -0700, Crist J. Clark wrote:
I finally dumped the CRT and bought a ridiculusly cheap 20
LCD monitor. Works great except I'm having problems getting it
to go widescreen and use the full display area.
   
I followed the instruction
  
   xinit -- -verbose 9 -logverbose 9
  
   It should print out a list of modes that it _will_ validate.
 
  It doesn't really give me any useful additional information
  that I notice. I still don't understand why it refuses to go for
  1680x1050. The log is attached.
 
 Could you attach your xorg.conf?  It looks like there is a combination of 
 problems keeping it from doing 1680x1050.

I've tried a few things, but right now, running on defaults and
auto-generated configuration.
-- 
Crist J. Clark | [EMAIL PROTECTED]
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/local/share/X11/rgb
ModulePath   /usr/local/lib/xorg/modules
FontPath /usr/local/lib/X11/fonts/misc/
FontPath /usr/local/lib/X11/fonts/TTF/
FontPath /usr/local/lib/X11/fonts/OTF
FontPath /usr/local/lib/X11/fonts/Type1/
FontPath /usr/local/lib/X11/fonts/100dpi/
FontPath /usr/local/lib/X11/fonts/75dpi/
EndSection

Section Module
Load  extmod
Load  record
Load  dbe
Load  glx
Load  GLcore
Load  xtrap
Load  dri
Load  freetype
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
#DisplaySize  470   300 # mm
Identifier   Monitor0
VendorName   ENV
ModelNameG2016w
 ### Comment all HorizSync and VertRefresh values to use DDC:
#HorizSync31.0 - 80.0
#VertRefresh  56.0 - 75.0
Option  DPMS
#ModeLine 1680x1050 146.2 1680 1784 2136 2240 1050 1053 1059 1089 
-hsync +vsync
#ModeLine 1680x1050 146.2 1680 1784 2136 2240 1050 1053 1059 1089 
-hsync +vsync
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option NoAccel   # [bool]
#Option SWcursor  # [bool]
#Option ColorKey  # i
#Option CacheLines# i
#Option Dac6Bit   # [bool]
#Option DRI   # [bool]
#Option NoDDC # [bool]
#Option ShowCache # [bool]
#Option XvMCSurfaces  # i
#Option PageFlip  # [bool]
# Recommended by 
http://gentoo-wiki.com/HOWTO_Widescreen_Resolutions_(WSXGA)
Option  ModeValidation NoMaxPClkCheck
Identifier  Card0
Driver  i810
VendorName  Intel Corporation
BoardName   82810E DC-133 CGC [Chipset Graphics Controller]
BusID   PCI:0:1:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultFbBpp 24
SubSection Display
Viewport   0 0
Depth 1
EndSubSection
SubSection Display
Viewport   0 0
Depth 4
EndSubSection
SubSection Display
Viewport   0 0
Depth 8
EndSubSection
SubSection Display
Viewport   0 0
Depth 15
EndSubSection
SubSection Display
Viewport   0 0
Depth 16
EndSubSection
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
#   SubSection Display
#   Viewport   0 0
#   Depth 24
#   Modes 1680x1050
#   EndSubSection
EndSection
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Xorg and WSXGA]

2007-11-02 Thread punosevac
 Original Message 
Subject: Re: Xorg and WSXGA
From:[EMAIL PROTECTED]
Date:Fri, November 2, 2007 11:38 am
To:  [EMAIL PROTECTED]
--

 On Thu, Nov 01, 2007 at 07:49:42AM -0500, Josh Paetzel wrote:
 On Thursday 01 November 2007 12:53:11 am Crist J. Clark wrote:
  On Tue, Oct 30, 2007 at 07:50:10PM -0400, Brian A. Seklecki wrote:
   On Mon, 2007-10-29 at 23:36 -0700, Crist J. Clark wrote:
I finally dumped the CRT and bought a ridiculusly cheap 20 LCD
monitor. Works great except I'm having problems getting it to go
widescreen and use the full display area.
   
I followed the instruction
  
   xinit -- -verbose 9 -logverbose 9
  
   It should print out a list of modes that it _will_ validate.
 
  It doesn't really give me any useful additional information
  that I notice. I still don't understand why it refuses to go for
1680x1050. The log is attached.

 Could you attach your xorg.conf?  It looks like there is a combination of
 problems keeping it from doing 1680x1050.

 I've tried a few things, but right now, running on defaults and
 auto-generated configuration.
 --
 Crist J. Clark | [EMAIL PROTECTED]
 _

Are you running 7.0 or 6.2 ? My Xorg installed on the top of 7.0 kept
crashing my old DeLL dimension Pentium III so much so that I went back to
6.2.

In your case sounds like the frequency and the colour depth of the monitor
picked by Xorg -config are incompatible with the resolution that you want
to use. Try playing manually with xorg.conf file or you can try to use the
toll xorgconfig which is purely text based to create the xorg.conf file.

In the past I was able to use beautifully xorgcfg tool (probably came from
Xfree86's tool xf86cfg)  but my computer kept complaining that this time
does not recognize the command.
Any how you also have to read xorg.#.log files very carefully as they are
the key to resolve your problems.
Good Luck
Predrag






__
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg and WSXGA

2007-11-01 Thread Josh Paetzel
On Thursday 01 November 2007 12:53:11 am Crist J. Clark wrote:
 On Tue, Oct 30, 2007 at 07:50:10PM -0400, Brian A. Seklecki wrote:
  On Mon, 2007-10-29 at 23:36 -0700, Crist J. Clark wrote:
   I finally dumped the CRT and bought a ridiculusly cheap 20
   LCD monitor. Works great except I'm having problems getting it
   to go widescreen and use the full display area.
  
   I followed the instruction
 
  xinit -- -verbose 9 -logverbose 9
 
  It should print out a list of modes that it _will_ validate.

 It doesn't really give me any useful additional information
 that I notice. I still don't understand why it refuses to go for
 1680x1050. The log is attached.

Could you attach your xorg.conf?  It looks like there is a combination of 
problems keeping it from doing 1680x1050.

-- 
Thanks,

Josh Paetzel

PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB


signature.asc
Description: This is a digitally signed message part.


Re: Xorg and WSXGA

2007-11-01 Thread [LoN]Kamikaze
Crist J. Clark wrote:
 On Tue, Oct 30, 2007 at 07:50:10PM -0400, Brian A. Seklecki wrote:
 On Mon, 2007-10-29 at 23:36 -0700, Crist J. Clark wrote:
 I finally dumped the CRT and bought a ridiculusly cheap 20
 LCD monitor. Works great except I'm having problems getting it
 to go widescreen and use the full display area.

 I followed the instruction
 xinit -- -verbose 9 -logverbose 9

 It should print out a list of modes that it _will_ validate.
 
 It doesn't really give me any useful additional information
 that I notice. I still don't understand why it refuses to go for
 1680x1050. The log is attached.

Guessing from the log you should add a Virtaul value to your configuration the
following is from my 2 Screen setup:

Section Screen
Identifier  Screen LVDS-CRT
Device  ATI Radeon 7500 Mobile LVDS-CRT
Monitor LVDS Monitor
Monitor VGA-0 Monitor
DefaultDepth 24
SubSection Display
Depth   24
Virtual 3072 1536
EndSubSection
EndSection

Just add Virtual settings matching your desired resolution. Also, guessing
from your log you should gather as much technical data about the screen as
possible and hack it into a modeline generator. You can test modelines on the
fly with xrandr, before you enter them into the xorg.conf.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg and WSXGA

2007-10-31 Thread Brian A. Seklecki
On Mon, 2007-10-29 at 23:36 -0700, Crist J. Clark wrote:
 I finally dumped the CRT and bought a ridiculusly cheap 20
 LCD monitor. Works great except I'm having problems getting it
 to go widescreen and use the full display area.
 
 I followed the instruction

xinit -- -verbose 9 -logverbose 9

It should print out a list of modes that it _will_ validate.

~BAS

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg and WSXGA

2007-10-31 Thread Crist J. Clark
On Tue, Oct 30, 2007 at 07:50:10PM -0400, Brian A. Seklecki wrote:
 On Mon, 2007-10-29 at 23:36 -0700, Crist J. Clark wrote:
  I finally dumped the CRT and bought a ridiculusly cheap 20
  LCD monitor. Works great except I'm having problems getting it
  to go widescreen and use the full display area.
  
  I followed the instruction
 
 xinit -- -verbose 9 -logverbose 9
 
 It should print out a list of modes that it _will_ validate.

It doesn't really give me any useful additional information
that I notice. I still don't understand why it refuses to go for
1680x1050. The log is attached.
-- 
Crist J. Clark | [EMAIL PROTECTED]

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: FreeBSD 6.2-STABLE i386 
Current Operating System: FreeBSD goku.pumpky.net 6.2-STABLE FreeBSD 6.2-STABLE 
#0: Fri Feb 16 11:58:12 PST 2007 [EMAIL 
PROTECTED]:/home/cjc/obj/usr/src/sys/GOKU i386
Build Date: 08 August 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Wed Oct 31 22:40:31 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout X.org Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) FontPath set to:
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/OTF,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/
(**) RgbPath set to /usr/local/share/X11/rgb
(**) ModulePath set to /usr/local/lib/xorg/modules
(II) Loader magic: 0x819e340
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.1
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: pcidata
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7124 card 1028,00b4 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7125 card 1028,00b4 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:07:0: chip 1274,1371 card 1274,1371 rev 06 class 04,01,00 hdr 00
(II) PCI: 01:08:0: chip 10b7,9050 card , rev 00 class 02,00,00 hdr 00
(II) PCI: 01:0c:0: chip 10b7,9200 card 1028,00b4 rev 78 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1  0   0xe000 - 0xe0ff (0x100) IX[B]
[1] -1  0   0xe400 - 0xe4ff (0x100) IX[B]
[2] -1  0   0xe800 - 0xe8ff (0x100) IX[B]
[3] -1  0   0xec00 - 0xecff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xfd00 - 0xfeff (0x200) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xf900 - 0xf9ff (0x100) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:1:0) Intel Corporation 82810E DC-133 CGC [Chipset Graphics 
Controller] rev 3, Mem @ 0xf400/26, 0xff00/19
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
 

Xorg and WSXGA

2007-10-30 Thread Crist J. Clark
I finally dumped the CRT and bought a ridiculusly cheap 20
LCD monitor. Works great except I'm having problems getting it
to go widescreen and use the full display area.

I followed the instructions of section 5.4.3.2 of the Handbook,

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html

But I'm not getting anywhere. The Xorg logs always say,

(II) I810(0): Not using driver mode 1680x1050 (bad mode 
clock/interlace/doublescan)

For the widescreen resolution. The printed documentation with
the monitor says it does 1680x1050 at 65.29 kHz horizontal and
60 Hz vertical, and the probed DDC gives,

(II) I810(0): Modeline 1680x1050  146.25  1680 1784 1960 2240  1050 
1053 1059 1089 -hsync +vsync
(II) I810(0): Modeline 1680x1050  146.25  1680 1960 2136 2240  1050 
1053 1059 1089 +hsync -vsync

But I still get the error. Manually adding the numbers to the
xorg.conf gives the same results.

So what do I try next?

Attached are the Xorg.0.log and the xorg.conf. Again, the monitor
works fine in other modes, but I want to use widescreen.

As the probed info from the xorg.conf indicates, the graphics
card is an Intel i810 family. The new monitor is an Envision
G2016wa.

Thanks for any help.
-- 
Crist J. Clark | [EMAIL PROTECTED]

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: FreeBSD 6.2-STABLE i386 
Current Operating System: FreeBSD goku.pumpky.net 6.2-STABLE FreeBSD 6.2-STABLE 
#0: Fri Feb 16 11:58:12 PST 2007 [EMAIL 
PROTECTED]:/home/cjc/obj/usr/src/sys/GOKU i386
Build Date: 08 August 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Oct 29 08:10:23 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout X.org Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) FontPath set to:
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/OTF,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/
(**) RgbPath set to /usr/local/share/X11/rgb
(**) ModulePath set to /usr/local/lib/xorg/modules
(II) Loader magic: 0x819e340
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.1
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: pcidata
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7124 card 1028,00b4 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7125 card 1028,00b4 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2418 card , rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2410 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:07:0: chip 1274,1371 card 1274,1371 rev 06 class 04,01,00 hdr 00
(II) PCI: 01:08:0: chip 10b7,9050 card , rev 00 class 02,00,00 hdr 00
(II) PCI: 01:0c:0: chip 10b7,9200 card 1028,00b4 rev 78 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1  0   0xe000 - 0xe0ff (0x100) IX[B]
[1] -1  0   0xe400 - 0xe4ff (0x100) IX[B]
[2] -1  0   0xe800 - 0xe8ff (0x100) IX[B]
[3] -1  0   0xec00 - 0xecff