Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2011 10:33:08 -0500
From:      Antonio Olivares <olivares14031@gmail.com>
To:        Warren Block <wblock@wonkity.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Out of Range ..., troubleshoot xorg
Message-ID:  <BANLkTinQricB00XukiCyHF=gzq5%2B71mVOg@mail.gmail.com>
In-Reply-To: <alpine.BSF.2.00.1105290914580.5598@wonkity.com>
References:  <BANLkTin-S1JB6jg0WQNPNVtf7Untr=eRdg@mail.gmail.com> <alpine.BSF.2.00.1105281851290.3130@wonkity.com> <BANLkTikJ31b2%2B0aU-w-sjvMU0xm-LAfNVA@mail.gmail.com> <alpine.BSF.2.00.1105281935380.3130@wonkity.com> <BANLkTik9=LDiS0weAHSW5R%2B4JP-rDytm9Q@mail.gmail.com> <BANLkTimWx4kv6NW1W34hJQVnn6ijVUncKQ@mail.gmail.com> <alpine.BSF.2.00.1105282142110.3517@wonkity.com> <BANLkTinbDR7f7dmPRXpjKgtuWeqo7q=NFQ@mail.gmail.com> <alpine.BSF.2.00.1105290914580.5598@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 29, 2011 at 10:16 AM, Warren Block <wblock@wonkity.com> wrote:
> On Sun, 29 May 2011, Antonio Olivares wrote:
>
>> I appreciate the help, but I could not get it to work. =A0I put in Modes
>> "1024x768" "800x600", etc and changed the VertRefresh several times
>> and it was a no GO :(, still Monitor out of Range or "No Video
>> Signal".
>
> It's probably worth trying 1366x768, which is a standard mode and probabl=
y
> the native resolution. =A0It might work. =A0Could you identify the make a=
nd
> model of the TV?
>

Make:   TOSHIBA
Model#:  26AV502U
120V   ~60HZ


I had found an xorg.conf file previously generated before and I copied
the Monitor Section parts

Section "Monitor"
Identifier   "Monitor0"
VendorName   "TSB"
ModelName    "TOSHIBA-TV"
HorizSync    31.0 - 49.0
VertRefresh  59.0 - 72.0
Option      "DPMS"
EndSection


 and it did not work :(

I even thought about cd'd to /usr/ports/x11-drivers and compiling
nouveau or nvidia to see if it would work?, but I guess just swap the
monitors with another machine that I have at home and be happy :? :)
or :(


root@slax:~# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
Load  "GLcore"
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/input/mice"
Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "TSB"
ModelName    "TOSHIBA-TV"
HorizSync    31.0 - 49.0
VertRefresh  59.0 - 72.0
Option      "DPMS"
EndSection

Section "Device"
Identifier  "Card0"
Driver      "radeon"
VendorName  "ATI Technologies Inc"
BoardName   "Radeon X1200 Series"
BusID       "PCI:1:5:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
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
EndSection



Thanks for your help and suggestions.

Regards,

Antonio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTinQricB00XukiCyHF=gzq5%2B71mVOg>