Out of Range ..., troubleshoot xorg

Antonio Olivares olivares14031 at gmail.com
Sun May 29 15:33:10 UTC 2011


On Sun, May 29, 2011 at 10:16 AM, Warren Block <wblock at wonkity.com> wrote:
> On Sun, 29 May 2011, Antonio Olivares wrote:
>
>> I appreciate the help, but I could not get it to work.  I 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 probably
> the native resolution.  It might work.  Could you identify the make and
> 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 at 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


More information about the freebsd-questions mailing list