Xorg.conf

Mint 9, Intel Corporation 82G33/G31 Express Integrated Graphics Controller, Benq G2220HD

Otwarte sterowniki Intela, rodzielczość 1920×1080. Plik konfiguracyjny znaleziony na forum ubuntu.pl, więc dla elegancji wymagałby kilku poprawek, mimo to nie chce mi się - działać działa, jest późna godzina i nie chce mi się grzebać przy tym.

xorg.conf
Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/ttyS0"
  InputDevices "/dev/ttyS1"
  InputDevices "/dev/ttyS2"
  InputDevices "/dev/ttyS3"
  InputDevices "/dev/ttyS4"
  InputDevices "/dev/ttyS5"
  InputDevices "/dev/ttyS6"
  InputDevices "/dev/ttyS7"
  InputDevices "/dev/ttyS8"
  InputDevices "/dev/psaux"
  InputDevices "/dev/logibm"
  InputDevices "/dev/sunmouse"
  InputDevices "/dev/atibm"
  InputDevices "/dev/amigamouse"
  InputDevices "/dev/atarimouse"
  InputDevices "/dev/inportbm"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/mouse"
  InputDevices "/dev/usbmouse"
  InputDevices "/dev/adbmouse"
  InputDevices "/dev/input/mice"
  InputDevices "/dev/input/event0"
  InputDevices "/dev/pointer0"
  InputDevices "/dev/pointer1"
  InputDevices "/dev/pointer2"
  InputDevices "/dev/pointer3"
EndSection
 
Section "ServerFlags"
  Option       "AllowMouseOpenFail"
  Option       "RandR" "on"
EndSection
 
Section "Module"
  Load         "glx"
  Load         "extmod"
  Load         "dbe"
  Load         "v4l"
EndSection
 
Section "Monitor"
  Option       "CalcAlgorithm" "CheckDesktopGeometry"
  DisplaySize   521.3 293.2 
  HorizSync    67.16
  Identifier   "Acer 23"
  ModelName    "1920x1080@60HZ"
  Option       "DPMS"
  VendorName   "--> LCD"
  VertRefresh  58-75
  UseModes     "Modeline"
EndSection
 
Section "Modes"
  Identifier   "Modeline"
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
  Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
EndSection
 
Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      24
    Modes      "1920x1080" 
  EndSubSection
  Device       "/sys/devices/pci0000:00/0000:00:02.0"
  Identifier   "Screen"
  Monitor      "Acer 23"
EndSection
 
Section "Device"
  BoardName    "82945G/GZ Integrated Graphics Controller"
  Driver       "Intel"
  Identifier   "/sys/devices/pci0000:00/0000:00:02.0"
  Screen       0
  Option       "Rotate" "off"
  VendorName   "Intel Corporation"
EndSection
 
Section "DRI"
    Group      "video"
    Mode       0660
EndSection
 
Section "Extensions"
EndSection

Fedora 11, Intel Corporation 82G33/G31 Express Integrated Graphics Controller, Samsung SyncMaster 151s

Otwarte sterowniki Intela, rodzielczość 1024×768.

xorg.conf
# Xorg configuration created by livna-config-display
 
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
	ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection
 
Section "ServerFlags"
	Option	    "AIGLX" "on"
EndSection
 
Section "InputDevice"
 
# keyboard added by rhpxl
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "pl"
EndSection
 
Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "LCD Panel 1024x768"
	HorizSync    31.5 - 48.0
	VertRefresh  56.0 - 65.0
	Option	    "dpms"
EndSection
 
Section "Device"
	Identifier  "Videocard0"
	Driver      "intel"
	# Option	    "AddARGBGLXVisuals" "True"
EndSection
 
Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection
 
Section "Extensions"
	Option	    "Composite" "Enable"
EndSection

Fedora 10, GeForce 7600 GS, Samsung SyncMaster 151s

Sterowniki własnościowe nVidii, rodzielczość 1024×768.

xorg.conf
# Xorg configuration created by system-config-display
 
Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
	ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection
 
Section "ServerFlags"
	Option	    "AIGLX" "on"
EndSection
 
Section "InputDevice"
 
# keyboard added by rhpxl
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "pl"
EndSection
 
Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "LCD Panel 1024x768"
	HorizSync    31.5 - 48.0
	VertRefresh  56.0 - 65.0
	Option	    "dpms"
EndSection
 
Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	Option	    "AddARGBGLXVisuals" "True"
EndSection
 
Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection
 
Section "Extensions"
	Option	    "Composite" "Enable"
EndSection

Fedora 10, GeForce 7600 GS, Samsung SyncMaster 711MP

Sterowniki własnościowe nVidii, rodzielczość 1280×1024.

xorg.conf
# Xorg configuration created by system-config-display
 
Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
	ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection
 
Section "ServerFlags"
	Option	    "AIGLX" "on"
EndSection
 
Section "InputDevice"
 
# keyboard added by rhpxl
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "pl"
EndSection
 
Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "LCD Panel 1024x768"
    	HorizSync       30.0 - 70.0 
    	VertRefresh     50.0 - 160.0 
	Option	    "dpms"
EndSection
 
Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	Option	    "AddARGBGLXVisuals" "True"
EndSection
 
Section "Screen" 
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
    SubSection     "Display" 
        Depth       1 
        Modes      "1280x1024" "1152x768" "1024x768" 
    EndSubSection 
    SubSection     "Display" 
        Depth       4 
        Modes      "1280x1024" "1152x768" "1024x768" 
    EndSubSection 
    SubSection     "Display" 
        Depth       8 
        Modes      "1280x1024" "1152x768" "1024x768" 
    EndSubSection 
    SubSection     "Display" 
        Depth       15 
        Modes      "1280x1024" "1152x768" "1024x768" 
    EndSubSection 
    SubSection     "Display" 
        Depth       16 
        Modes      "1280x1024" "1152x768" "1024x768" 
    EndSubSection 
    SubSection     "Display" 
        Depth       24 
        Modes      "1280x1024" "1152x768" "1024x768" 
    EndSubSection 
EndSection
 
Section "Extensions"
	Option	    "Composite" "Enable"
EndSection

Fedora 11, nVidia Quadro NVS 140M, Lenovo R61

Sterowniki własnościowe nVidii, rozdzielczość 1440×900.

xorg.conf
# Xorg configuration created by livna-config-display
 
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
	ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib64/xorg/modules/drivers"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection
 
Section "ServerFlags"
	Option	    "AIGLX" "on"
EndSection
 
Section "InputDevice"
 
    # generated from default
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "Emulate3Buttons" "no"
	Option	    "ZAxisMapping" "4 5"
EndSection
 
Section "InputDevice"
 
# keyboard added by rhpxl
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "pl"
EndSection
 
Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Unknown"
	ModelName    "Unknown"
	HorizSync    28.0 - 33.0
	VertRefresh  43.0 - 72.0
	Option	    "DPMS"
EndSection
 
Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
EndSection
 
Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
 
Section "Extensions"
	Option	    "Composite" "Enable"
EndSection
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki