Portál AbcLinuxu, 2. května 2024 03:09


Nástroje: Začni sledovat (3) ?Zašle upozornění na váš email při vložení nového komentáře.

Vložit další komentář
30.8.2006 18:23 Thunder.m | skóre: 35 | blog: e17
Rozbalit Rozbalit vše Re: Intel Extreme Graphics 2 a dualhead
Odpovědět | Sbalit | Link | Blokovat | Admin
Devilspie nepomůže v tom rozmisťování oken? Neříkám že tohle je snadné jako kliknutí na tllačítko, ale třeba to pomůže :)
30.8.2006 18:31 Kníže Ignor | skóre: 19 | blog: stoupa
Rozbalit Rozbalit vše Re: Intel Extreme Graphics 2 a dualhead
Odpovědět | Sbalit | Link | Blokovat | Admin
Asi nejjednodušší bude nahradit metacity něčím, co tohle umí :-D
Jestli máš zálohu mého blogu, tak mi ji pošli. Nějak jsem si ho smazal :-)
30.8.2006 18:52 Pavel Kysilka
Rozbalit Rozbalit vše Re: Intel Extreme Graphics 2 a dualhead
Odpovědět | Sbalit | Link | Blokovat | Admin
Pred par dny jsem nekomu zprovoznoval uspesne glx + xorg na i915. Xineramu ne, ale mozna to bude podobne. Minimalne o dost vice nez je treba zatezujete CPU.

poslete mi na goldenfish at bsys dot cz toto:

mkdir xxx

cd xxx

cp $XORG_LOG_DIR/Xorg.log .

cp $KERNEL_LOG_DIR/kernel.log .

# nebo

# dmesg > dmesg

lspci -v > lspci_v

lspci -n > lspci_n

lsmod > lsmod

cd ..

tar -cj xxx > xxx.tar.bz2

mail -s "intel_graphics_extreme_2" goldenfish@bsys.cz < xxx.tar.bz2

Bohuzel na tyto chyby s grafikama od intelu dojizdi dost lidi.

Budu nejak zitra, tak pokud to nidko nevyresi, tak se na to mrknu. Mozna by neskodilo sem pak dat navod.

bye gf
30.8.2006 18:57 Pavel Kysilka
Rozbalit Rozbalit vše Re: Intel Extreme Graphics 2 a dualhead
doplnte si nejdrive do xorg.cong tuto property, zda se 3d nerozbehne.

VideoRAM 16384
30.8.2006 19:44 Lukáš Zapletal | skóre: 42 | blog: lzapův svět | Olomouc
Rozbalit Rozbalit vše Re: Intel Extreme Graphics 2 a dualhead
Dik, asi jsem mel dodat, ze DRI/GLX mi normalne funguje, kdyz nemam xineramu. To VideoRAM tam být nemusí, bez toho mi jádro hlásí 8 MB buffer.
Ku8aZ avatar 30.8.2006 20:20 Ku8aZ | skóre: 17
Rozbalit Rozbalit vše Re: Intel Extreme Graphics 2 a dualhead
Mám pocit, že jsem tady někde v diskuzích četl, že při zapnuté Xineramě nefunguje DRI na druhém displeji, ale jen na tom primárním.
Čeho se vlastně člověk bojí, když se bojí tmy...? jabber: ku8az AT jabbim.cz
30.8.2006 20:41 Lukáš Zapletal | skóre: 42 | blog: lzapův svět | Olomouc
Rozbalit Rozbalit vše Re: Intel Extreme Graphics 2 a dualhead
Jenže on nefunguje vůbec (nenačte se modul). To, co zde píšete, si možná pletete s tím, že OpenGL výstup je možný jen na jeden displej.
30.8.2006 22:47 lampa
Rozbalit Rozbalit vše Re: Intel Extreme Graphics 2 a dualhead
Odpovědět | Sbalit | Link | Blokovat | Admin
Nejak mi nefunguje ten odkaz na pastebin :( Nemate nejaky svuj web? Docela bych to uvital, dualhead jsem nedavno resil taky, ale bez uspechu, tak bych se rad podival na vase reseni.
31.8.2006 07:48 Lukáš Zapletal | skóre: 42 | blog: lzapův svět | Olomouc
Rozbalit Rozbalit vše Re: Intel Extreme Graphics 2 a dualhead
Odpovědět | Sbalit | Link | Blokovat | Admin
Pastebin nefunguje, jak by měl, takže:
Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "ServerFlags"
	Option "Xinerama" "true"
	Option "AllowMouseOpenFail"
	#Option "RandR" "on"
EndSection

Section "Extensions"
	#Option  "Composite"     "Enable"
EndSection

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

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
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	"Intel0"
	Driver		"i810"
	Option		"VBERestore" "yes" 
	Option		"MonitorLayout" "CRT,LFP" 
	Option		"DevicePresence" "yes" 
	BusID		"PCI:0:2:0"
	#VideoRam	128000 # default: 8 MB
	Screen		0
EndSection

Section "Device"
	Identifier	"Intel1"
	Driver		"i810"
	Option		"VBERestore" "no" 
	Option		"MonitorLayout" "CRT,LFP" 
	#Option		"DevicePresence" "yes" 
	BusID		"PCI:0:2:0"
	#VideoRam	128000 # default: 8 MB
	Screen		1
EndSection

Section "Monitor"
	Identifier	"LCD"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Monitor" 
	Identifier "VGA" 
	Option  "DPMS" 
	HorizSync 31.5-64.3 # set this up
	VertRefresh 50-70 # set this up
EndSection 

Section "Screen"
	Identifier	"LCD"
	Device		"Intel0"
	Monitor		"LCD"
	DefaultDepth	24 # works with 16
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"VGA"
	Device		"Intel1"
	Monitor		"VGA"
	DefaultDepth	24 # works with 16
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		0 "LCD"
	Screen		1 "VGA" LeftOf "LCD"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
Pokud se někomu podaří rozchodit v dualheadu GLX, budu rád za reakce.
Later --- Lukáš Zapletal

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.