Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Documentation, Tips & Tricks
  • Search

HP Pavilion zd7000 series Notebook

Unofficial documentation for various parts of Gentoo Linux. Note: This is not a support forum.
Post Reply
Advanced search
184 posts
  • Page 8 of 8
    • Jump to page:
  • Previous
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
Author
Message
mindminder
n00b
n00b
Posts: 1
Joined: Sun Feb 27, 2005 12:50 pm

gentoo on zd7379

  • Quote

Post by mindminder » Sun Feb 27, 2005 12:55 pm

Does xcables config file work on zd7379?

ive a network and screen resolution problem.

thanks in advance, peter (newbie)
Top
masterbrian
Guru
Guru
User avatar
Posts: 461
Joined: Fri Feb 13, 2004 4:07 pm

  • Quote

Post by masterbrian » Mon Mar 07, 2005 9:42 am

masterbrian wrote:Thank you Xcable, this is exactly what I'm looking for :)
Have you tryied also to configure svideo with twinview?
For anyone interested. I've modified xcable configuration and I've tested it. It work both with vga external monitor and with svideo/rca tv.
Thank you again Xcable :)
Top
cazze
Apprentice
Apprentice
User avatar
Posts: 155
Joined: Wed Mar 26, 2003 10:16 pm
Location: Brussels - Belgium

  • Quote

Post by cazze » Mon Mar 07, 2005 9:50 am

@ masterbrian

Can you post the modified configuration somewhere? I would like to see it on a tv with svideo :wink:

kammicazze
Required: Windows 95 or better, so i installed Linux!!!
Top
masterbrian
Guru
Guru
User avatar
Posts: 461
Joined: Fri Feb 13, 2004 4:07 pm

my xorg.conf

  • Quote

Post by masterbrian » Wed Mar 09, 2005 7:59 am

Here it is :)

Code: Select all

Section "Files" 
	RgbPath		"/usr/X11R6/lib/X11/rgb" 
	FontPath 	"/usr/share/fonts/local"
	FontPath 	"/usr/share/fonts/misc"
	FontPath 	"/usr/share/fonts/75dpi:unscaled"
	FontPath 	"/usr/share/fonts/100dpi:unscaled"
	FontPath 	"/usr/share/fonts/Type1"
	FontPath 	"/usr/share/fonts/CID"
	FontPath 	"/usr/share/fonts/Speedo"
	FontPath 	"/usr/local/share/fonts"
	FontPath 	"/usr/share/fonts"
EndSection 

#Section "Module" 
#	Load		"dbe" 
#	SubSection	"extmod" 
#	Option		"xfree86-dga" 
#	EndSubSection 
#	Load		"extmod" 
#	Load		"type1" 
#	Load		"freetype" 
#	Load		"glx" 
#EndSection 

Section "Module"
        Load    "glx"
        Load    "ddc"
        Load    "record"
        Load    "extmod"
        Load    "dbe"
        #Load   "dri"
        Load    "xtrap"
        Load    "freetype"
        Load    "type1"
EndSection

#Section "ServerFlags" 
#EndSection 

Section "InputDevice" 
	Identifier	"keyboard1" 
	Driver		"kbd" 
	#Option		"AutoRepeat"	"500 5" 
	Option		"XkbModel"	"pc104" 
	Option		"XkbLayout"	"it" 
EndSection 

Section "InputDevice" 
	Identifier	"touchpad" 
	Driver		"mouse" 
	Option		"Protocol"      "IMPS/2" 
	Option		"Device"	"/dev/input/mouse0" 
	Option		"Emulate3Buttons" 
	Option		"Emulate3Timeout"   "50" 
EndSection 

#Section "InputDevice" 
#  Driver        "synaptics" 
#  Identifier    "touchpad" 
#  Option        "Device"        "/dev/input/mouse0" 
#  Option        "Protocol"      "auto-dev" 
#  Option        "LeftEdge"      "1900" 
#  Option        "RightEdge"     "5400" 
#  Option        "TopEdge"       "1900" 
#  Option        "BottomEdge"    "4000" 
#  Option        "FingerLow"     "25" 
#  Option        "FingerHigh"    "30" 
#  Option        "MaxTapTime"    "180" 
#  Option        "MaxTapMove"    "220" 
#  Option        "VertScrollDelta" "100" 
#  Option        "MinSpeed"      "0.02" 
#  Option        "MaxSpeed"      "0.18" 
#  Option        "AccelFactor" "0.0010" 
#  Option        "SHMConfig"     "on" 
##  Option       "Repeater"      "/dev/ps2mouse" 
#EndSection

Section "InputDevice" 
	Identifier	"usb-mouse" 
	Driver		"mouse" 
	Option		"Protocol"	"IMPS/2" 
	Option		"Device"	"/dev/input/mouse1" 
	Option		"Emulate3Buttons" 
	Option		"Emulate3Timeout"    "50" 
	Option		"ZAxisMapping"	"4 5" 
EndSection 

Section "Monitor" 
	Identifier	"wide-screen-lcd" 
	HorizSync	30-64 
	VertRefresh	50-100 
	Modeline	"1440x900" 106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync 
EndSection 

Section "Device" 
	Identifier	"geforce-fx-go-5600" 
	Driver		"nvidia" 
	Option		"NvAgp"         	"1" 
	Option		"IgnoreEDID"		"true" 
	Option		"NoAccel"		"FALSE"
	Option		"CursorShadow"		"TRUE"
	Option		"ShadowFB"		"FALSE"
	Option		"NoLogo"		"on"
	Option		"RenderAccel"		"true"
	Option		"HWCursor"		"On"
	VideoRam	65576

	# TwinView configuration
        Option          "TwinView"                      "true"
        Option          "TwinViewOrientation"           "LeftOf"
        Option          "SecondMonitorHorizSync"        "24.0 - 60.0"
        Option          "SecondMonitorVertRefresh"      "56.0 - 75.0"
        Option          "MetaModes"                     "1024x768, 1440x900; NULL, 1440x900"
EndSection 

Section "Screen" 
	Identifier	"screen1"
	Device		"geforce-fx-go-5600" 
	Monitor		"wide-screen-lcd" 
	DefaultDepth    24 

       SubSection "Display" 
	Depth      24 
	Modes      "1440x900" "1024x768" "800x600"
	ViewPort   0 0 
       EndSubsection 
EndSection 

Section "ServerLayout" 
	Identifier	"Main Layout" 
	Screen		"screen1" 
	InputDevice	"keyboard1"	"CoreKeyboard" 
	InputDevice	"touchpad"	"CorePointer" 
	InputDevice	"usb-mouse"	"SendCoreEvents" 
EndSection
Please let me know if it will help :) I've tested it with a zd7050ea and it works like a charm :)
Top
ohhbother
n00b
n00b
Posts: 1
Joined: Sun Apr 17, 2005 2:20 pm

problems with nvidia geforce fx go5600

  • Quote

Post by ohhbother » Sun Apr 17, 2005 2:35 pm

If this is a forum that discusses hp pavilion zd7000 then I am in the right place. I am having major problems with my video card. Each time I try to set up my tv to clone my computer, it does not work. When in my display properties my display name shows as follows: (Multiple Monitors) on NVIDIA GeForce FX Go5600. If anyone has experience or seen this please replay. My problem is when I click advanced, then the GeForce tab, and try to change the display mode to clone, it does not give me the option. Can anyone help me with this as I am very computer illiterate to the point where I think I need a just for dummies and blondes book on computers!!!

Help

Bother[/code]
Top
cazze
Apprentice
Apprentice
User avatar
Posts: 155
Joined: Wed Mar 26, 2003 10:16 pm
Location: Brussels - Belgium

  • Quote

Post by cazze » Sun Apr 17, 2005 5:14 pm

if you can't find the solution here, you can always take a look at http://www.zd7000forums.com. They have a linux section too.

kammicazze
Required: Windows 95 or better, so i installed Linux!!!
Top
xcable
Guru
Guru
User avatar
Posts: 424
Joined: Thu Aug 15, 2002 4:47 pm
Location: College Station, Texas
Contact:
Contact xcable
Website

Warning - on zd8000

  • Quote

Post by xcable » Wed Apr 20, 2005 4:01 pm

Warning - I would not purchase the new zd8000 series from HP.

They are now using ATI, which any Linux knows that there drivers SUCK (either the xfree/xorg or the "official" ATI ones). Maybe HP will do the right thing, one day, and make either ATI or Nvidia an option for the user.

--
xcable
heath
Top
fabuloso
n00b
n00b
Posts: 1
Joined: Fri Jun 16, 2006 5:01 pm

  • Quote

Post by fabuloso » Fri Jun 16, 2006 5:29 pm

I'm sorry help me please!!!!

i had formatted my pc hp pavilion zd 7349 ea winxp and i don't re-install driver for digital media reader 5 in 1!!!!! what i doing????????????
i want download the driver but i don't find.

Sorry for my orrible english but i don't speak and write very well :-)
HELP ME PLEASEEEEE
Answer in my mail please!!!!! fabuloso1000@libero.it
:roll:
Top
lyonsd
Apprentice
Apprentice
User avatar
Posts: 153
Joined: Wed Mar 02, 2005 6:00 pm
Location: Flowery Branch, GA

ATI Radeon Mobility X600

  • Quote

Post by lyonsd » Wed Dec 27, 2006 9:20 pm

The HP zd7000 has a known design flaw that HP will fix for free, even if the laptop is out of warranty.

The design flaw has something to do with the video card, which is nvidea. If you send the laptop in to get it fixed, they will replace the motherboard which includes ATI Radeon Mobility X600 graphics, and rebadge your zd7000 as zd7000A.

I just got mine back from getting serviced. Now the nvidia driver will not load (obviously) and X will not start (surprise, surprise).

I went to rebuild the kernel with the proper driver, but the only thing ATI or radeon-related was an option for radeonfb.

I searched portage for "ATI" and "radeon" and found nothing.

Anybody here know where I can get the linux drivers for this new graphics card?

BTW, my FreeBSd partition has the same problem.
Dave
Top
Post Reply

184 posts
  • Page 8 of 8
    • Jump to page:
  • Previous
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8

Return to “Documentation, Tips & Tricks”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic