public inbox for gentoo-user-br@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Z. de Lima" <trustlix@linuxrocket.net>
To: gentoo-user-br@lists.gentoo.org
Subject: Re: [gentoo-user-br] Notebook Hp Pavilion ze5375us
Date: Mon, 31 Oct 2005 01:18:48 -0200	[thread overview]
Message-ID: <43658D18.9010508@linuxrocket.net> (raw)
In-Reply-To: <000801c5dd87$a03f3eb0$2301a8c0@estacao2>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Possuo um Hp dv1019ap, com a placa de vídeo Intel Extreme graphics 2...
Segue o meu xorg.conf. Com ele consigo utilizar a saída vga e a SVideo....

#cat /etc/X11/xorg.conf

Section "ServerFlags"
	Option		"DefaultServerLayout" "DefaultLayout"
#	Option		"DefaultServerLayout" "MultiheadLayout"
#	Option		"DefaultServerLayout" "TVLayout"
EndSection

Section "ServerLayout"
	Identifier "DefaultLayout"
	Screen "DL - Notebook" 0 0
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
	Identifier     "MultiheadLayout"
	Screen      0  "ML - Notebook" LeftOf "ML - Monitor"
	Screen      1  "ML - Monitor"
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
#	Option	    "Xinerama" "on"
#	Option	    "Clone" "on"
EndSection

Section "ServerLayout"
	Identifier     "TVLayout"
	Screen      0  "TL - Notebook" LeftOf "TL - TV"
	Screen      1  "TL - TV"
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
#	Option	    "Xinerama" "on"
#	Option	    "Clone" "on"
EndSection


Section "Files"
	RgbPath      "/usr/lib/X11/rgb"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/75dpi/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/local/"
EndSection

Section "Module"
	Load  "dbe"  	# Double buffer extension
	SubSection "extmod"
		Option	    "omit xfree86-dga"   # don't initialise the DGA extension
	EndSubSection
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard1"
	Driver      "keyboard"
	
	Option	    "CoreKeyboard"
	Option	    "XkbRules"   "xorg"
	Option	    "XkbModel"   "pc105"
	Option	    "XkbLayout"  "us_intl"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Device" "/dev/psaux"
	Option	    "Emulate3Timeout" "50"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier    "Mouse0"
	Driver        "synaptics"
	Option        "Device"        "/dev/psaux"
	Option        "Protocol"      "auto-dev"
	Option        "LeftEdge"      "1900"
	Option        "RightEdge"     "5400"
	Option        "TopEdge"       "1900"

	# Since you can't seem to disable horizontal scrolling (which is
	# annoying IMHO), adjusting BottomEdge from 4000 to 5000 pushes the
	# horizontal scroll region just out of the reach of the touchpad.
	#  Option        "BottomEdge"    "4000"
	Option        "BottomEdge"    "5000"
	
	Option        "FingerLow"     "25"
	Option        "FingerHigh"    "30"
	
	# Disable tapping (I'm one of the few people who HATE tapping).
	#Option        "MaxTapTime"    "0"
	#Option        "MaxTapMove"    "220"
	
	Option        "VertScrollDelta" "100"
	Option        "MinSpeed"      "0.02"
	Option        "MaxSpeed"      "0.09"
	Option        "AccelFactor" "0.0010"
	Option        "SHMConfig"     "on"
	Option       "Emulate3Buttons" "yes"
	#  Option       "Repeater"      "/dev/ps2mouse"
EndSection

########################
# Default Layout Stuff #
########################

Section "Device"
	Identifier "DL - Notebook Device"
	Driver "i810"
	VideoRam 65536
	Option "AGPFastWrite" "true"
	Option "MonitorLayout" "LFP"
	Option "ActiveDevice" "LCD"
	Option "AlowGLXWithComposite" "true"
EndSection

Section "Screen"
	Identifier "DL - Notebook"
	Device     "DL - Notebook Device"
	Monitor    "DL - Notebook Monitor"

	DefaultDepth 16
	Subsection "Display"
		Depth 16
		Modes "1280x768"
		Viewport 0 0
	EndSubSection
EndSection

Section "Monitor"
	Identifier "DL - Notebook Monitor"
	Option "DPMS"
	ModeLine "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795
EndSection

##########################
# Multihead Layout Stuff #
##########################

Section "Screen"
	Identifier "ML - Notebook"
	Device     "ML - Notebook Device"
	Monitor    "DL - Notebook Monitor"

	DefaultDepth     16
	SubSection "Display"
		Viewport   0 0
		Depth 16
		Modes "1280x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier "ML - Monitor"
	Device     "ML - Monitor Device"
	Monitor    "ML - Monitor Monitor"

	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Modes "1280x1024" "1024x768" "800x600"
		Depth     24
	EndSubSection
EndSection

Section "Device"
	Identifier "ML - Notebook Device"
	Driver "i810"
	Option "AGPFastWrite" "true"
	Option "AlowGLXWithComposite" "true"

	BusID "PCI:0:2:0"
	Screen 0
	Option "MonitorLayout" "CRT,LFP"
EndSection

Section "Device"
	Identifier "ML - Monitor Device"
	Driver "i810"
	Option "AGPFastWrite" "true"
	Option "AlowGLXWithComposite" "true"

	BusID "PCI:0:2:0"
	Screen 1
	Option "MonitorLayout" "CRT,LFP"
EndSection

Section "Monitor"
	Identifier   "ML - Monitor Monitor"
	Option	    "dpms"
	HorizSync 30.0 - 50.0
	VertRefresh 60.0
EndSection


###################
# TV Layout Stuff #
###################

Section "Screen"
	Identifier	"TL - Notebook"
	Device		"TL - Notebook Device"
	Monitor		"DL - Notebook Monitor"

	DefaultDepth     16
	SubSection "Display"
		Viewport   0 0
		Depth 16
		Modes "1280x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"TL - TV"
	Device		"TL - TV Device"
	Monitor		"TL - TV Monitor"

	DefaultDepth 16
	SubSection "Display"
		Depth 16
		Modes "800x600" "640x480"
	EndSubSection
EndSection

Section "Device"
	Identifier "TL - Notebook Device"
	Driver "i810"
	BusID "PCI:0:2:0"
	Screen 0
	Option "MonitorLayout" "TV,LFP"
EndSection

Section "Device"
	Identifier "TL - TV Device"
	Driver "i810"
	BusID "PCI:0:2:0"
	Screen 1
	#Option "TVOutFormat" "SVIDEO"
	#Option "TVStandard" "NTSC" #
	#Option "ConnectedMonitor" "TL - TV Monitor"
	Option "MonitorLayout" "TV,LFP"
EndSection

Section "Monitor"
	Identifier   "TL - TV Monitor"
	HorizSync 30.0 - 50.0
	VertRefresh 60.0
	Option	    "dpms"
EndSection

	
Section "DRI"
	Mode         0666
EndSection

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

Assamita escreveu:
> Ai Galera, gostaria de saber se alguem conseguio, ou sabe de algum
> tutorial ou alguma informação de como fazer funcionar a saida de tv
> deste notebook, a placa de vidio dele eh uma ATI IGP 345M, no site da
> ati não tein eles dizem para ver com fabricante mas na ho tb nao entaum!
> alguem pode me ajudar?
> 

- --
Alex Zanetti de Lima
Federal University of Itajubá - Computer Engineering
Gentoo Linux User - Linux User #314682 - UIN 13848380
Key - http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xB84118B6
Finger Print - 1EF3 6BFC 977F 28E1 2214  F972 D7B9 78FE B841 18B6
trustlix[at]linuxrocket[dot]net
- --

Natural laws have no pity.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDZY0X17l4/rhBGLYRAs2/AJ9El8sEYZ/lKwS0HJ/SyYIurchDOwCgy/P6
2BK+OUo2c1jNMRyE0Q519q8=
=9vvQ
-----END PGP SIGNATURE-----

	

	
		
_______________________________________________________ 
Promoção Yahoo! Acesso Grátis: a cada hora navegada você
acumula cupons e concorre a mais de 500 prêmios! Participe!
http://yahoo.fbiz.com.br/
-- 
gentoo-user-br@gentoo.org mailing list



  reply	other threads:[~2005-10-31  3:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-06 22:25 [gentoo-user-br] Copiar todo o sistema para o novo HD Sergio Lopes
2005-05-06 22:31 ` Geisel Sierote
2005-05-06 22:36   ` Sergio Lopes
2005-05-07  4:49     ` Enderson Maia
2005-05-08 18:13       ` Marcus André Fazzi Ribeiro
2005-05-08 20:52         ` [gentoo-user-br] Copiar todo o sistema para o novo HD, [gentoo-user-br] Sergio Lopes
2005-05-09 11:58         ` [gentoo-user-br] Copiar todo o sistema para o novo HD Rodolfo Penha
2005-10-30 16:23           ` Felipe Prenholato
2005-10-30 19:25             ` [gentoo-user-br] Notebook Hp Pavilion ze5375us Assamita
2005-10-31  3:18               ` Alex Z. de Lima [this message]
2005-11-06 12:26             ` [gentoo-user-br] Re: Copiar todo o sistema para o novo HD Marcus Fazzi (Anunakin)
2005-11-07 19:17               ` Magno Torres
2005-11-07 19:23                 ` Jeronimo Zucco
2005-11-07 20:00                   ` Marcus Fazzi (Anunakin)
2005-11-08  4:32                     ` Sam RBL

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43658D18.9010508@linuxrocket.net \
    --to=trustlix@linuxrocket.net \
    --cc=gentoo-user-br@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox