xorg.conf

Zagadnienia dotyczące menadżerów okien, środowisk graficznych - X, KDE, GNOME, Fluxbox, XFCE., Compiz itp.
fanatico
Beginner
Posty: 315
Rejestracja: 27 stycznia 2007, 23:16

xorg.conf

Post autor: fanatico »

Witam.Dawno nie mialem juz problemu ale niestety...
Przy konfiguracji

Kod: Zaznacz cały

xserver.xorg
przez

Kod: Zaznacz cały

dpkg-reconfigure xserver-xorg
nie pokazuje mi sie w pewnym momencie etap 16 z podrecznika kaki , czyli moduly.
W ogole ich mi nie pokazuje co pewnie sie przyczynia do braku akceleracji :-P .Nie wiem dlaczego tak sie dzieje...Moglby mi ktos to wytlumaczyc??.Moja grafika to intel x3100 .Wczesniej nie mialem problemow z instalacja tej grafiki.Moze podam xorg.conf jaki mi sie generuje .

Kod: Zaznacz cały

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	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	"Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection
Partition
Posty: 81
Rejestracja: 24 maja 2006, 15:12
Lokalizacja: Bêdzin

Post autor: Partition »

nie pokazuje mi sie w pewnym momencie etap 16 z podrecznika kaki , czyli moduly.
Pewnie chodzi o priorytet debconfa.
Daj:

Kod: Zaznacz cały

dpkg-reconfigure debconf
I ustaw jakiś niższy priorytet.
fanatico
Beginner
Posty: 315
Rejestracja: 27 stycznia 2007, 23:16

Post autor: fanatico »

Zrobilem jak napisales , ale niestety to nie pomoglo.Plik xorg.conf nadal pozostaje taki sam bez znaczenia czy przy wyborze sterownika wezme intel , czy i810.
ODPOWIEDZ