Ajnasz Blog

i810 with beryl - xorg.conf - sources.list

Mivel jött az anyázás (olyan embertõl, akit cseppet sem érdekel), hogy tegyem ki a sources.list és xorg.conf tartalmát a beryl plusz thinkpad pároshoz, ezért megteszem.

xorg.conf

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"hu"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Buttons"		"7"
	Option		"ZAxisMapping"		"6 7"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"Laptop"
	Driver  	"i810"
	BusId	    	"PCI:0:2:0"
	Screen  	0
	Option  	"MonitorLayout" "CRT,LFP"
	Option  	"XAANoOffscreenPixmaps"
	# Option	"MonitorLayout" "CRT,CRT+LFP"
	# Option	"UseFBDev"		"true"
EndSection


Section "Device"
	Identifier	"External"
	Driver	  	"i810"
	BusId	     	"PCI:0:2:0"
	Screen	  	1
	Option  	"MonitorLayout" "CRT,LFP"
	Option  	"XAANoOffscreenPixmaps"
	Option  	"DevicePresence" "yes"
	# Option	"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Main Monitor"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
EndSection


Section "Monitor"
	Identifier	"SMS205BW"
	Option		"DPMS"
#	HorizSync	30-81
#	VertRefresh	56-75
	HorizSync    30.0 - 75.0
	VertRefresh  56.0 - 80.0
	Modeline    "1680x1050_75.00"  188.07  1680 1800 1984 2288 1050 1051 1054 1096  -HSync +Vsync
	DisplaySize  430 270
EndSection

Section "Screen"
	Identifier	"SMS Screen"
	Device		"External"
	Monitor		"SMS205BW"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1680x1050"
	EndSubSection

EndSection

Section "Screen"
	Identifier	"Main Screen"
	Device		"Laptop"
	Monitor		"Main Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default"
	Screen 0	"Main Screen" 0 0
#	Screen 1        "Second Screen" RightOf "Main Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
	Option "Xinerama" "False"
EndSection

Section "ServerLayout"
	Identifier	"Smsdual"
	Screen 0	"Main Screen" 0 0
	Screen 1        "SMS Screen" LeftOf "Main Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
	Option "Xinerama" "True"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
 	Option "Composite" "true"
EndSection

Ebben aztán minden van:

  • Xinerama a dual monitorért - ilyenkor nincs beryl, mert a két monitor együttes felbontása nagyobb, mint amit a beryl elbírni
  • Syncmaster 205BW monitorhoz Modline - ide még tartozik egy 915resolution is, mert az i810 vga nem kezeli defaultból az 1680x1050-es felbontást.
  • Beryl az élet szépsége miatt.

sources.list

És itt van még a sources list is, hogy meglegyenek a beryl csomagok is (svn)

deb http://ftp.hu.debian.org/debian/ testing main contrib non-free
deb http://download.tuxfamily.org/3v1deb debian-unstable beryl-svn

Ennyi, semmi bonyolult. apt-get update; apt-get upgrade; apt-get install beryl emerald

  • Del.icio.us
  • Reddit icon

Trackback URL for this post:

http://ajnasz.hu/trackback/113

Hozzászólás

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • A sorokat és bekezdéseket automatikusan felismeri a rendszer.

További információ a formázási lehetőségekről

CAPTCHA
A kérdés azt vizsgálja, hogy valós látogató, vagy robot szeretné az űrlapot beküldeni. This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Kép CAPTCHA
Enter the characters shown in the image.