Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Guest-side test tools, config, and X11 stuff for PARAGRAPH graphics device
[palacios.git] / guest / linux / paragraph / x11_modified_files / xorg.conf
1 Section "Monitor"
2 Identifier "Monitor0"
3 HorizSync 28.0-80.0
4 VertRefresh 48.0-75.0
5 #Modeline "1280x800"  83.46  1280 1344 1480 1680  800 801 804 828 -HSync +Vsync
6 # 1224x685 @ 60.00 Hz (GTF) hsync: 42.54 kHz; pclk: 67.72 MHz
7 #Modeline "800x600" 67.72 800 848 936 1072 600 601 604 636 -HSync +Vsync
8 Modeline "1024x1024" 67.72 1024 1072 1160 1296 1024 1072 1160 1296 -HSync +Vsync
9 EndSection
10
11 Section "Device"
12 Identifier "Card0"
13 Option "NoDDC" "true"
14 Option "IgnoreEDID" "true"
15 Driver "dummy"
16 EndSection
17
18 Section "Screen"
19 DefaultDepth 24
20 Identifier "Screen0"
21 Device "Card0"
22 Monitor "Monitor0"
23     SubSection "Display"
24     Depth 24
25     Virtual 1024 1024 
26      Modes "1024x1024"    
27     EndSubSection
28 EndSection
29
30
31 Section "InputClass"
32         Identifier      "system-setup-keyboard"
33         MatchIsKeyboard "on"
34         Option          "XkbModel"      "pc105+inet"
35         Option          "XkbLayout"     "us"
36 #       Option          "XkbVariant"    "(null)"
37         Option          "XkbOptions"    "terminate:ctrl_alt_bksp,"
38 EndSection
39
40