# # xorg.conf file for a HP d530 with a built in i810 card. # this file will only work under Solaris 6/06 or later, # due to a bug in previous releases. # Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "bitstream" Load "type1" Load "Xst" Load "IA" EndSection Section "Files" RgbPath "/usr/X11/lib/X11/rgb" FontPath "/usr/X11/lib/X11/fonts/TrueType/" FontPath "/usr/X11/lib/X11/fonts/Type1/" FontPath "/usr/X11/lib/X11/fonts/Type1/sun/" FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/" FontPath "/usr/X11/lib/X11/fonts/misc/" FontPath "/usr/X11/lib/X11/fonts/100dpi/" FontPath "/usr/X11/lib/X11/fonts/75dpi/" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" # This box uses a Sun USB Type 6 Keyboard with a Swedish layout: Option "XkbModel" "sun_type6_euro_usb" Option "XkbLayout" "se" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/mouse" Option "Emulate3Buttons" EndSection Section "Monitor" # My monitor is a HP 1955: Identifier "HP 1955" HorizSync 64.0 VertRefresh 60 EndSection Section "Device" Identifier "Standard VGA" VendorName "HP" BoardName "Unknown" Driver "svga" EndSection Section "Device" # This is a HP d530, as such it has a built in Intel i810 card: Identifier "grafik kort" Driver "i810" #VideoRam 8192 # Insert Clocks lines here if appropriate EndSection Section "Screen" Identifier "Screen 1" Device "grafik kort" Monitor "HP 1955" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection