All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] XFree86 - white pixel is blue
@ 2001-08-15 22:57 Chuck Slivkoff
  2001-08-21  6:25 ` Grant Grundler
  0 siblings, 1 reply; 3+ messages in thread
From: Chuck Slivkoff @ 2001-08-15 22:57 UTC (permalink / raw)
  To: parisc-linux

I just loaded the ISO on a 712/60 and setup XFree86 to use the fbdev
driver. It seems to be OK, with the exception that "white" is "blue". If
I xwd the root  window dump and examine it on another X display, it
looks fine.

I know the monitor and cable are good. Also, the "HP" logo seen at the
boot is displayed correctly as is the STI text. I dug through the
mailing list archive, but can't find a similar case. 

Has anyone else seen this or have a suggestion of how to resolve the
problem? 

I'm including my XF86Config-4 file below.

-chuck


Section "ServerLayout"
        Identifier      "Single Head"
        Screen          0               "Screen0"
        InputDevice     "Mouse0"        "CorePointer"
        InputDevice     "Keyboard0"     "CoreKeyboard"
EndSection

Section "Files"
        FontPath "/usr/lib/X11/fonts/misc:unscaled"
        FontPath "/usr/lib/X11/fonts/100dpi:unscaled"
        FontPath "/usr/lib/X11/fonts/Speedo"
        FontPath "/usr/lib/X11/fonts/Type1"
        FontPath "/usr/lib/X11/fonts/75dpi:unscaled"
EndSection


Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "PS/2"
        Option      "Emulate3Buttons" "off"
EndSection

Section "Monitor"
        Identifier "HPM900"
        VendorName "Hewlett-Packard"
        ModelName  "Unknown"
        HorizSync 31-95
        VertRefresh 50-150
EndSection

Section "Device"
        Driver "fbdev"
        Identifier "FrameBuffer"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "FrameBuffer"
        Monitor "HPM900"
        Subsection "Display"
                Depth 8
                Modes "1280x1024"
        EndSubSection
EndSection

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-25 22:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-15 22:57 [parisc-linux] XFree86 - white pixel is blue Chuck Slivkoff
2001-08-21  6:25 ` Grant Grundler
2001-08-25 22:56   ` Helge Deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.