-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi all,
I'm trying to install Linux in a HP Pavilion ze4500 notebook. I have a Radeon video card. Follow my lspci output.
#lspci
... 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1 ...
I'm not able to do my external CRT interface works.
When I plug a external Monitor in my system I can see just the text mode. The X doesn't work and in X mode I can see just my LCD. What can I do to my external CRT interface works?
I'm sending my XF86Config file.
Can anyone help me, please?
Regards,
Jansen. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAfawsbOKleYonF14RAjp/AJ9v9hQ63NSnS+eRi5BOQSzUvKDCLQCcC/1V 587YaRDIuRbVWjPF0OyrnKc= =MeeU -----END PGP SIGNATURE-----
Section "ServerLayout" Identifier "Main" Screen 0 "Laptop Screen" 0 0 InputDevice "InternalKeyboard" "CoreKeyboard" # InputDevice "Touchpad" "CorePointer" InputDevice "touchpad-ps2" "CorePointer" InputDevice "USB Mouse" "CorePointer" Option "BlankTime" "5" #Option "StandbyTime" "10" #Option "SuspendTime" "15" Option "OffTime" "10" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "xinerama" "true" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" #ModulePath "/usr/X11R6/lib/modules-dri-trunk" FontPath "unix/:7100" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/PEX" # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig! FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/ttf/western" FontPath "/usr/share/fonts/ttf/decoratives" FontPath "/usr/share/fonts/truetype/openoffice" FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID" FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType" EndSection Section "Module" Load "synaptics" Load "ddc" # ddc probing of monitor Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "bitmap" # bitmap-fonts Load "speedo" Load "type1" Load "freetype" Load "record" #Load "fbdevhw" ### Load "vbe" Load "int10" Load "glint" Load "drm" Load "xaa" EndSection Section "InputDevice" Identifier "InternalKeyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "SHMConfig" "on" #Option "Protocol" "event" #Option "Device" "/dev/input/event0" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" #Option "Edges" "1900 5400 1800 3900" Option "TopEdge" "1350" Option "BottomEdge" "4700" Option "LeftEdge" "1280" Option "RightEdge" "5400" Option "FingerLow" "25" Option "FingerHigh" "30" #Option "Finger" "25 30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "100" Option "MinSpeed" ".08" # "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" Option "LockedDrags" "off" Option "UpDownScrolling" "on" Option "RTCornerButton" "0" Option "RBCornerButton" "0" Option "LTCornerButton" "0" Option "LBCornerButton" "0" Option "TapButton1" "1" Option "TapButton1" "0" Option "TapButton1" "0" EndSection Section "InputDevice" Identifier "Serial Mouse" Driver "mouse" Option "Protocol" "Microsoft" Option "Device" "/dev/ttyS0" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection Section "InputDevice" Identifier "Touchpad-ps2" Driver "mouse" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "Monitor" Identifier "LCD Panel" HorizSync 28-96 VertRefresh 50-62 Option "DPMS" EndSection Section "Monitor" Identifier "External CRT" HorizSync 30-60 VertRefresh 55-75 Option "DPMS" EndSection Section "Monitor" Identifier "TVout" EndSection Section "Device" #Option "SWCursor" "true" Option "ForcePCIMode" "true" #Option "SilkenMouse" "false" Option "UseFBDev" "false" Option "AGPMode" "4" Option "AGPFastWrite" "true" Option "EnablePageFlip" "true" Identifier "ATI Radeon" Driver "radeon" BoardName "Mobility U1" #VideoRam 32768 #ChipId 0x4336 Option "MonitorLayout" "LVDS, CRT" # CRT: Analog; TMDS: Desktop Flat Panel; LVDS: Laptop Flat Panel EndSection Section "Screen" Identifier "Laptop Screen" Device "ATI Radeon" Monitor "LCD Panel" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "DRI" Mode 0666 EndSection