[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: X problems on Blade 100
On Sun, 2002-12-01 at 02:50, Matthieu Herrb wrote:
> May be the solution is in /var/log/XFree86.0.log. Read it and double
> check that the mode that was choosen by the X server is within the
> range you specified, and that it matches one of the supported modes
> listed on the sunsolve page.
> It may help to specify an explicit mode in the Screen section of
> XF86Config to avoid automatic selection of modes with too high
> frequencies.
/var/log/XFree86.0.log is empty when the system comes back up, so that's
no help at all. The modes I listed in the Screen section are supported,
but I don't have enough information to create the corresponding Modes
lines in the Monitor section, since it requires the HTimings and
VTimings, which I don't know how to create for a monitor. Any ideas?
Also, does anyone have a Sun 17" (model number DP17MO) color monitor
working with OpenBSD 3.2/XFree86 4.2.1? If so, could I get a copy of
your XF86Config file to try out? Thanks!
P.S. Here is my XF86Config, as is right now, in case that helps
(comments removed for brevity):
Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "Protocol" "wskbd"
Option "Device" "/dev/wskbd0"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/wsmouse0"
EndSection
Section "Monitor"
HorizSync 30-75
VertRefresh 50-160
EndSection
Section "Device"
Identifier "Card0"
Driver "ati"
BusID "PCI:0:19:0"
Option "composite_sync" "True"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "800x600" "1024x768"
EndSection
Subsection "Display"
Depth 16
Modes "800x600" "1024x768"
EndSection
Subsection "Display"
Depth 24
Modes "800x600" "1024x768"
EndSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
--
<< Tobias DiPasquale >>
UNIX Software Engineer
http://cbcg.net/