################################################################### # File...: /etc/X11/xorg.conf-riscpc # Purpose: Xorg config file for an Acorn StrongARM RiscPC # Author : Contributed by Alan Hourihane # modified by Stuart Winter. # Date...: 08-Aug-2007 #################################################################### # Installation notes #################### # [1] You will need to adjust your monitor settings in the section # marked: Section "Monitor" # [2] If you only have 1MB VRAM then you'll need to adjust the # VideoRam directive accordingly. #################################################################### 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" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/extra/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/OTF/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/cyrillic/" EndSection Section "Module" Load "extmod" Load "dbe" Load "record" Load "xtrap" Load "glx" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "Protocol" "Standard" Option "XkbLayout" "gb" Option "XkbModel" "pc105" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" EndSection Section "Monitor" Identifier "Monitor0" VendorName "HP" ModelName "LP2065" Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "fbdev" Option "UseFBDev" "true" # Uncomment this line if you only have 1MB of VRAM: # VideoRam 1024 # # Linux assumes 2MB by default so the next line is redundant # but remains commented for reference: # VideoRam 2048 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection