Widescreen Monitor and X Help please

2010-09-22 Thread Scott Ballantyne
Hello,

I'm upgrading from FreeBSD 5.3 to 8.1 --- much wonderful work has been
done clearly, I'm very impressed and hat's off to the developers.

Unfortunately I've hit a snag with X. I have an LG Flatron W2253, a
5750 graphics card and I have not been able to get them to work with X
at all.

Following the handbook's instructions:

Xorg -config xorg.conf.new 

with and without the -retro option just give me a black screen from
which there is no escape. I have to log into the machine from
somewhere else on the network to reboot it. Killing the Xorg process
doesn't help.

Following the instructions on widescreen monitors, I have extracted a
modeline from the log files: 

Section Monitor
#DisplaySize  490   320 # mm
Identifier   Monitor0
VendorName   LG (GSM)
ModelNameW2253
#   HorizSync30.0 - 83.0
#   VertRefresh  56.0 - 75.0
ModeLine 1920x1080 138.5 1920 1968 2000 2080 1080 1083 1088 
#   Option  DPMS
EndSection

And I have modified the screen as follows:

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Viewport   0 0
Depth 24
Modes 1920x1080
EndSubSection
EndSection

None of this has helped. If anyone can assist me, I would be very
grateful.

Thanks a lot,
Scott
-- 
s...@ssr.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Matthias Apitz
El día Wednesday, September 22, 2010 a las 08:11:17AM -, Scott Ballantyne 
escribió:

 Hello,
 
 I'm upgrading from FreeBSD 5.3 to 8.1 --- much wonderful work has been
 done clearly, I'm very impressed and hat's off to the developers.
 
 Unfortunately I've hit a snag with X. I have an LG Flatron W2253, a
 5750 graphics card and I have not been able to get them to work with X
 at all.
 
 Following the handbook's instructions:
 
 Xorg -config xorg.conf.new 
 
 with and without the -retro option just give me a black screen from
 which there is no escape. I have to log into the machine from
 somewhere else on the network to reboot it. Killing the Xorg process
 doesn't help.

add:

Option AllowEmptyInput false

to the Section ServerLayout;

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Warren Block

On Wed, 22 Sep 2010, Matthias Apitz wrote:


El d?a Wednesday, September 22, 2010 a las 08:11:17AM -, Scott Ballantyne 
escribi?:


Hello,

I'm upgrading from FreeBSD 5.3 to 8.1 --- much wonderful work has been
done clearly, I'm very impressed and hat's off to the developers.

Unfortunately I've hit a snag with X. I have an LG Flatron W2253, a
5750 graphics card and I have not been able to get them to work with X
at all.

Following the handbook's instructions:

Xorg -config xorg.conf.new

with and without the -retro option just give me a black screen from
which there is no escape. I have to log into the machine from
somewhere else on the network to reboot it. Killing the Xorg process
doesn't help.


add:

Option AllowEmptyInput false

to the Section ServerLayout;


Please, no.

http://www.wonkity.com/~wblock/docs/html/aei.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Warren Block

On Wed, 22 Sep 2010, Scott Ballantyne wrote:


I'm upgrading from FreeBSD 5.3 to 8.1 --- much wonderful work has been
done clearly, I'm very impressed and hat's off to the developers.

Unfortunately I've hit a snag with X. I have an LG Flatron W2253, a
5750 graphics card and I have not been able to get them to work with X
at all.

Following the handbook's instructions:

Xorg -config xorg.conf.new

with and without the -retro option just give me a black screen from
which there is no escape.


Does the black screen show a mouse pointer?  No escape including 
ctrl-alt-f1?


I have to log into the machine from somewhere else on the network to 
reboot it. Killing the Xorg process doesn't help.


Try running X without an xorg.conf.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Matthias Apitz
El día Wednesday, September 22, 2010 a las 07:08:24AM -0600, Warren Block 
escribió:

  add:
 
  Option AllowEmptyInput false
 
  to the Section ServerLayout;
 
 Please, no.
 
 http://www.wonkity.com/~wblock/docs/html/aei.html

Nice. But with HALD I could not manage sound to work in KDE :-(

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread bdsfbsd

On Wed, 22 Sep 2010 04:11:17 -0400, Scott Ballantyne s...@ssr.com wrote:

[snip]

Unfortunately I've hit a snag with X. I have an LG Flatron W2253, a
5750 graphics card and I have not been able to get them to work with X
at all.

Following the handbook's instructions:

Xorg -config xorg.conf.new

with and without the -retro option just give me a black screen from
which there is no escape. I have to log into the machine from
somewhere else on the network to reboot it. Killing the Xorg process
doesn't help.

So if you return to the tty that you started X from (maybe by Alt-F1) and  
hit Ctrl-C, that doesn't kill your X session? Reboot seems a bit drastic.



Following the instructions on widescreen monitors, I have extracted a
modeline from the log files:


[snip]


None of this has helped. If anyone can assist me, I would be very
grateful.

Thanks a lot,
Scott


I struggled with widescreen config for a while until I realized the Tao  
solution was best - have you tried starting X without any  
/etc/X11/xorg.conf at all?


Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Warren Block

On Wed, 22 Sep 2010, Matthias Apitz wrote:


El d?a Wednesday, September 22, 2010 a las 07:08:24AM -0600, Warren Block 
escribi?:


add:

Option AllowEmptyInput false

to the Section ServerLayout;


Please, no.

http://www.wonkity.com/~wblock/docs/html/aei.html


Nice. But with HALD I could not manage sound to work in KDE :-(


But you don't need hal, you can build xorg-server without it or use 
Option AutoAddDevices Off instead of AEI Off.  (No idea on what 
might cause hal/KDE sound interaction.)

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


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Scott Ballantyne
Hello Brian,

 So if you return to the tty that you started X from (maybe by Alt-F1) and  
 hit Ctrl-C, that doesn't kill your X session? Reboot seems a bit drastic.

That's correct. It kills the X session, but the terminal remains dark,
and switches to 'lower power' mode. Using ctrl-alt-f1 or alt-f1
doesn't change the screen setting.

 I struggled with widescreen config for a while until I realized the Tao  
 solution was best - have you tried starting X without any  
 /etc/X11/xorg.conf at all?

Tao solution? I'm not sure what that is, but I have tried just typing
'startx' and also tried starting using xdm. Unfortunately everything
has the same result, which is a blank screen in power savermode :(

Thanks for your help.
Scott
 

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


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Scott Ballantyne
Hi Warren,

 Does the black screen show a mouse pointer?  No escape including 
 ctrl-alt-f1?

No mouse pointer, nothing. The X process will be shutdown with a
ctrl-c or ctrl-alt-delete, but the screen remains blank, in power
saver mode.

Nothing I do makes any difference on the monitor.

 
 Try running X without an xorg.conf.
 

I've done that, and it works just the same. I saw your other message
about HALD and read your interesting link, aei.html. I disabled the
HALD and DBUS, and rebooted, tried again, but with the same results.

Thanks so much,
Scott

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


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Warren Block

On Wed, 22 Sep 2010, Scott Ballantyne wrote:


Does the black screen show a mouse pointer?  No escape including
ctrl-alt-f1?


No mouse pointer, nothing. The X process will be shutdown with a
ctrl-c or ctrl-alt-delete, but the screen remains blank, in power
saver mode.

Nothing I do makes any difference on the monitor.


It really sounds like a driver problem.  radeon doesn't explicitly 
support the 5000-series cards, but I thought it would work.  Check 
/var/log/Xorg.0.log.


You can try the radeonhd driver, or even the vesa driver.


I've done that, and it works just the same. I saw your other message
about HALD and read your interesting link, aei.html. I disabled the
HALD and DBUS, and rebooted, tried again, but with the same results.


Right.  It's probably not an input problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Monitor and X

2007-04-22 Thread Richard Knebel

Hi,

I am trying to set up m y computer to use X in 6.2
I edited the xorg.conf file with my monitors Horiz and Vert freq, but  
whenever I try and do startX

I get this message

Out of Range Hfreq 81 khz
 VFreq 65 hz

Thanks
Rick

Rick Knebel
[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: Monitor and X

2007-04-22 Thread Derek Ragona

At 11:19 AM 4/22/2007, Richard Knebel wrote:

Hi,

I am trying to set up m y computer to use X in 6.2
I edited the xorg.conf file with my monitors Horiz and Vert freq, but
whenever I try and do startX
I get this message

Out of Range Hfreq 81 khz
 VFreq 65 hz

Thanks
Rick

Rick Knebel
[EMAIL PROTECTED]


You need to post back with at least the monitor settings you have in your 
xorg.conf file.


-Derek 
--

This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


Re: Monitor and X

2007-04-22 Thread Richard Knebel
here is the xorg.conf file. It almost seems that the message is  
coming from my monitor.


Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/TTF/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
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
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
HorizSync 24-81
VertRefresh   48-75


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 SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option NoAccel   # [bool]
#Option ShadowFB  # [bool]
#Option UseFBDev  # [bool]
#Option Rotate# [str]
#Option VideoKey  # i
#Option FlatPanel # [bool]
#Option FPDither  # [bool]
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/TTF/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
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
IW   /etc/X11/xorg.conf (Read  
only)
 Row 108  Col 12:35  Ctrl-K H for help


Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
HorizSync 24-81
VertRefresh   48-75


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 SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option NoAccel   # [bool]
#Option ShadowFB  # [bool]
#Option UseFBDev  # [bool]
#Option Rotate# [str]
#Option VideoKey  # i
#Option FlatPanel # [bool]
#Option FPDither  # [bool]
#Option CrtcNumber# i
#Option FPScale   # [bool]
#Option FPTweak   # i
Identifier  Card0
Driver  nv
VendorName  nVidia Corporation
BoardName   NV25 [GeForce4 Ti 4200]
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
SubSection Display
Viewport   0 0
Depth 24
Modes1280x1024
EndSubSection
SubSection Display
Viewport   0 0
Depth 4
EndSubSection
SubSection Display
Viewport   0 0
Depth 8
EndSubSection
 

Re: Monitor and X

2007-04-22 Thread Derek Ragona

At 01:38 PM 4/22/2007, Richard Knebel wrote:
here is the xorg.conf file. It almost seems that the message is coming 
from my monitor.


Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/TTF/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
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
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
HorizSync 24-81
VertRefresh   48-75


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 SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option NoAccel   # [bool]
#Option ShadowFB  # [bool]
#Option UseFBDev  # [bool]
#Option Rotate# [str]
#Option VideoKey  # i
#Option FlatPanel # [bool]
#Option FPDither  # [bool]
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/TTF/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
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
IW   /etc/X11/xorg.conf (Read 
only) 
Row 108  Col 12:35  Ctrl-K H for help


Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
HorizSync 24-81
VertRefresh   48-75


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 SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option NoAccel   # [bool]
#Option ShadowFB  # [bool]
#Option UseFBDev  # [bool]
#Option Rotate# [str]
#Option VideoKey  # i
#Option FlatPanel # [bool]
#Option FPDither  # [bool]
#Option CrtcNumber# i
#Option FPScale   # [bool]
#Option FPTweak   # i
Identifier  Card0
Driver  nv
VendorName  nVidia Corporation
BoardName   NV25 [GeForce4 Ti 4200]
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
SubSection Display
Viewport   0 0
Depth 24
Modes1280x1024
EndSubSection
SubSection Display
Viewport   0 0
Depth 4
EndSubSection
SubSection Display
Viewport   0 0
Depth 8
EndSubSection
SubSection Display
Viewport  

Envision 1700s monitor and X

2003-02-18 Thread alexander v p
Hi, 
i tried to install Xfree86 on Envision 1700s ( flat panel 17) monitor
with FreeBSD 4.7 release without luck. problem was according to the log file refresh
rate. i tried to use suggested vert and horiz refresh rates from 
manufacturer without success. any suggestion is appreciate.
thank you in advance
alex




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message