[hack] Problemi

Raistlin raistlin@linux.it
Lun 14 Nov 2005 13:51:48 CET


On Sat, 2005-11-12 at 10:40 +0100, shenk wrote:
> Ciao A tutti,
> E' quasi un mese che ho comprato il portatile nuovo e ho diversi
> problemi: (io uso ubuntu breezy)
Esagerato!! ;)

> la scheda video una nvidia geforce 6600
io ho una 6200... Prima di tutto una cosa: hai compilato il kernel con
una versione di gcc che non sia la 4.x ?

A me compilando con la 4.0 dava un sacco di problemi, mentre con la 3.3
o 3.4 va tutto abbastanza bene :)

> se la faccio partire con
> il modulo glx va in crash il server X dicendomi che non trova un simbolo
> fbmmx.o che ho cercato su google ma niente nessuno lo considera..
Strano... Facciamo cosi`: ti allego in fondo il mio vecchio xorg.conf
cosi` dai un'occhiata

Ovviamente sono abilitate tutte le funzioni sperimentali che ti fanno
schiantare la macchina ogni 5 minuti, proprio come piace a me ;)

> La scheda audio
>  Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definiti on Audio
> Controller (rev 04)
Mi spiace, di questa non ne so niente...

> sono riuscito a farla funzionare con il modulo snd-hda-intel ma non 
> registra ne dal microfonino ne dal line/in riproduce e basta.
Sai che sul mio non ho mai provato il microfono :O

> facendo lshw vedo che non mi funziona
> *-isa UNCLAIMED
>              description: ISA bridge
>              product: 82801FBM (ICH6M) LPC Interface Bridge
>              vendor: Intel Corporation
>              physical id: 1f
>              bus info: pci@00:1f.0
>              version: 04
>              width: 32 bits
>              clock: 33MHz
>              capabilities: isa bus_master
Questa e` roba tipo un sensore di temperatura, delle ventole, della ram
o simili. Almeno cosi` e` qui da me

>  *-serial UNCLAIMED
>              description: SMBus
>              product: 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus
> Controller
>              vendor: Intel Corporation
>              physical id: 1f.3
>              bus info: pci@00:1f.3
>              version: 04
>              width: 32 bits
>              clock: 33MHz
>              resources: ioport:400-41f irq:10
Idem anche sul mio.

Speriamo che intanto questo ti aiuti.

Ciao,
Dario
-- 
<<This happens because I choose it to happen!>>
(Raistlin Majere, DragonLance Chronicles -Dragons of Spring Drawning-)
----------------------------------------------------------------------
Dario Faggioli
GNU/Linux Registered User: #340657
-------------- parte successiva --------------
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
	Load	"synaptics"
EndSection

Section "Extensions"
	Option		"Composite"	"Enable"
	Option		"RENDER"	"Enable"
EndSection

Section "InputDevice"
	Identifier	"Embedded Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
EndSection

Section "InputDevice"
	Identifier	"old_Touchpad"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Touchpad"
	Driver		"synaptics"
	Option		"Device"		"/dev/input/event2"
	Option		"Protocol"		"event"
	Option		"LeftEdge"		"60"
	Option		"RightEdge"		"830"
	Option		"TopEdge"		"70"
	Option		"BottomEdge"		"650"
	Option		"FingerLow"		"25"
	Option		"FingerHigh"		"30"
	Option		"MapTapTime"		"180"
	Option		"MaxTapMove"		"110"
	Option		"EmulateMidButtonTime"	"75"
	Option		"VertScrollDelta"	"50"
	Option		"HorizScrollDelta"	"50"
	Option		"MinSpeed"		"0.5"
	Option		"MaxSpeed"		"0.8"
	Option		"AccelFactor"		"0.01"
	Option		"EdgeMotionSpeed"	"40"
	Option		"UpDownScrolling"	"1"
	Option		"TouchpadOff"		"0"
EndSection

Section "InputDevice"
	Identifier	"USB Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"nVidia GeForce"
	VendorName	"nVidia Corporation"
	BoardName	"nVidia GeForge Go6200 64MB"
	Driver		"nvidia"
	VideoRAM	65535
	BusID		"PCI:1:0:0"
	#Option		"NoLogo"		"true"
	Option		"NvAGP"			"1"
	Option		"RenderAccel"		"true"
	Option		"HWCursor"		"true"
	Option		"AllowGLXWithComposite"	"true"
	Option		"RandRRotation"		"true"
	Option		"XvmcUsesTextures"	"true"
EndSection

Section "Monitor"
	Identifier	"LCD Monitor"
	HorizSync	30-57
	VertRefresh	43-72
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"LCD Screen"
	Device		"nVidia GeForce"
	Monitor		"LCD Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"LCD Layout"
	Screen		"LCD Screen"
	InputDevice	"Embedded Keyboard"
	InputDevice	"Touchpad" "CorePointer"
	InputDevice	"USB Mouse"
EndSection

#Section "DRI"
#	Mode	0666
#EndSection
-------------- parte successiva --------------
Un allegato non testuale è stato rimosso....
Nome:        non disponibile
Tipo:        application/pgp-signature
Dimensione:  189 bytes
Descrizione: This is a digitally signed message part
URL:         <http://lists.linux.it/pipermail/golem-hack/attachments/20051114/90092284/attachment.pgp>


Maggiori informazioni sulla lista golem-hack