[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
Disclaimer » ASP » RecentChanges » Otherlanguages » SpecialPages » Help » Art_Huffman_p1 » Windows » Notifications » WishList » HP2133-1024x600-display
HP 2133 xorg 1024x600
It is working! xdpyinfo shows 1024x600
Now is the beginning of year 2009. Later the openchrome trunk may be merged to xorg.
Thanks to Zick and his pages dated June 6, 2008 at http://www.morethan.org/mini-note/xorg-mini.html and xorg.confs in http://www.morethan.org/mini-note/
To get Chrome9 driver go to http://www.openchrome.org/ and do svn co http://svn.openchrome.org/svn/trunk
Compile and install the driver.
Zick's configurations may be outdated? (half a year older than svn?)
This is a working xorg.conf today:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
Disclaimer » ASP » RecentChanges » Otherlanguages » SpecialPages » Help » Art_Huffman_p1 » Windows » Notifications » WishList » HP2133-1024x600-display
HP 2133 xorg 1024x600
It is working! xdpyinfo shows 1024x600
Now is the beginning of year 2009. Later the openchrome trunk may be merged to xorg.
Thanks to Zick and his pages dated June 6, 2008 at http://www.morethan.org/mini-note/xorg-mini.html and xorg.confs in http://www.morethan.org/mini-note/
To get Chrome9 driver go to http://www.openchrome.org/ and do svn co http://svn.openchrome.org/svn/trunk
Compile and install the driver.
Zick's configurations may be outdated? (half a year older than svn?)
This is a working xorg.conf today:
- xorg.conf for chrome9 1024x600
- date 1/2009
------------------------------------------
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
Rgbpath "/usr/share/X11/rgb"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share//X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/encodings"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "record"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "openchrome"
Option "fbdev" "/dev/fb0"
BoardName "chrome9"
EndSection
Section "Modes"
Identifier "HP-2133 Known Modes"
Modeline "1024x600-60.0" 48.96 1024 1064 1168 1312 600 601 604 622 -hsync +vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x600" "800x600"
EndSubSection
EndSection
--------------------------------------------------------
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
