[Openchrome-users] HP 2133 1.6 2GB/120 WLAN BT 3-CELL 8.9#VHB

Jon Nettleton jon.nettleton
Sun Dec 21 15:41:07 PST 2008


On Mon, Dec 22, 2008 at 10:33 AM, Robert Bridge <robert at robbieab.com> wrote:
> Johan T?rnklint wrote:
>> Sure, send your xorg.conf will be very appriciated! thanks!
>
>
> Attached...
>
> It is a bit of a mess really, as it was put together using X -configure
> and than tweaking to suit. However it does get the panel right.
>
> 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/misc/"
>        FontPath     "/usr/share/fonts/TTF/"
>        FontPath     "/usr/share/fonts/OTF"
>        FontPath     "/usr/share/fonts/Type1/"
>        FontPath     "/usr/share/fonts/100dpi/"
>        FontPath     "/usr/share/fonts/75dpi/"
> EndSection
>
> Section "Module"
>        #Load  "dri"
>        Load  "GLcore"
>        Load  "extmod"
>        Load  "xtrap"
>        Load  "record"
>        Load  "glx"
>        Load  "dbe"
>        Load  "type1"
>        Load  "freetype"
> EndSection
>
> Section "InputDevice"
>        Identifier  "Keyboard0"
>        Driver      "kbd"
>        Option      "XkbLayout" "uk"
> 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   "Monitor Vendor"
>        ModelName    "Monitor Model"
>        ModeLine "1280x768" 77.37 1280 1344 1480 1680 768 769 772 794
>        DisplaySize  193   117
> 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     "PrintVGARegs"              # [<bool>]
>        #Option     "PrintTVRegs"               # [<bool>]
>        #Option     "I2CScan"                   # [<bool>]
>        #Option     "VBEModes"                  # [<bool>]
>        #Option     "NoAccel"                   # [<bool>]
>        Option     "AccelMethod" "XAA"          # <str>
>        #Option     "ExaNoComposite"            # [<bool>]
>        #Option     "ExaScratchSize"            # <i>
>        Option     "SWCursor" "on"              # [<bool>]
>        #Option     "ShadowFB"                  # [<bool>]
>        #Option     "Rotate"                    # [<str>]
>        #Option     "VideoRAM"                  # <i>
>        #Option     "ActiveDevice"              # [<str>]
>        #Option     "BusWidth"                  # [<str>]
>        #Option     "Center"                    # [<bool>]
>        #Option     "PanelSize"                 # [<str>]
>        Option     "ForcePanel" "on"            # [<bool>]
>        #Option     "TVDotCrawl"                # [<bool>]
>        #Option     "TVDeflicker"               # <i>
>        #Option     "TVType"                    # [<str>]
>        #Option     "TVOutput"                  # [<str>]
>        #Option     "DisableVQ"                 # [<bool>]
>        #Option     "DisableIRQ"                # [<bool>]
>        #Option     "EnableAGPDMA"              # [<bool>]
>        #Option     "NoAGPFor2D"                # [<bool>]
>        #Option     "NoXVDMA"                   # [<bool>]
>        #Option     "VbeSaveRestore"            # [<bool>]
>        #Option     "DisableXvBWCheck"          # [<bool>]
>        #Option     "MaxDRIMem"                 # <i>
>        #Option     "AGPMem"                    # <i>
>        Identifier  "Card0"
>        Driver      "openchrome"
>        VendorName  "Unknown Vendor"
>        BoardName   "Unknown Board"
>        BusID       "PCI:1:0:0"
> EndSection
>
> Section "Screen"
>        Identifier "Screen0"
>        Device     "Card0"
>        Monitor    "Monitor0"
>        SubSection "Display"
>                Viewport   0 0
>                Depth     1
>                Modes     "1280x768"
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     4
>                Modes     "1280x768"
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     8
>                Modes     "1280x768"
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     15
>                Modes     "1280x768"
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     16
>                Modes     "1280x768"
>        EndSubSection
>        SubSection "Display"
>                Viewport   0 0
>                Depth     24
>                Modes     "1280x768"
>        EndSubSection
> EndSection

Well all I can say is that is completely broken.  That chipset is
trying to use the bios modes to set the resolution and the bios is
only giving back 1 resolution.  If you guys are interested in helping
debug things, I will post a patch to try and get proper Panel
Modesetting on your chipset.

The timing will be weird because I am down in Melbourne AU now.  With
some patience I think we can get this fixed up for you by Xmas.

Jon



More information about the Openchrome-users mailing list