Operating System - Linux
1753710 Members
4369 Online
108799 Solutions
New Discussion юеВ

Re: Debian ETCH DV1125LA xorg

 
JOSE GONZALES
New Member

Debian ETCH DV1125LA xorg

Hello,

I have a pavillion DV1125LA and a Debian ETCH installed. Please I don't have the correct configurarion for my xorg to put work my s-video out, Do you have the correct xorg configuration to put it work correctly ?
2 REPLIES 2
Ragu_3
Trusted Contributor

Re: Debian ETCH DV1125LA xorg

Please do a plain install of "etch" without X, plain CLI only. You can obtain your hardware chipset details at "lspci -v", details of your VGA adapter would be shown there. Select the XOrg server package based on that.
Debian GNU/Linux for the Enterprise! Ask HP ...
JOSE GONZALES
New Member

Re: Debian ETCH DV1125LA xorg

This works right now, but at TV I have only a part of the Laptop screen, I don't know what happends, do you have a xorg that works with this laptop ?

- part of my xorg

***********************

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

*******************
.
.
.
*******************

Section "Device"
Identifier "Card-LCD"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "NONE,LFP"
EndSection

Section "Device"
Identifier "Card-CRT"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "LFP,TV"
EndSection

Section "Device"
Identifier "Card-Both"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "NONE,LFP+TV"
EndSection

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

Section "Device"
Identifier "Card-DualE"
Driver "i810"
BusID "PCI:0:2:0"
Screen 1

EndSection

Section "Monitor"
Identifier "Monitor-LCD"
Option "DPMS"
Mode "1024x768" # vfreq 60.004Hz, hfreq 48.363kHz
DotClock 65.000000
HTimings 1024 1048 1184 1344
VTimings 768 771 777 806
Flags "-HSync" "-VSync"
EndMode
EndSection

Section "Monitor"
Identifier "Monitor-CRT"
Option "DPMS"
Modeline "720x540PAL" 15.101 720 770 842 968 540 565 570 624 Composite Interlace
EndSection

Section "Screen"
Identifier "Screen-LCD"
Device "Card-LCD"
Monitor "Monitor-LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen-CRT"
Device "Card-CRT"
Monitor "Monitor-CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen-Both"
Device "Card-Both"
Monitor "Monitor-LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen-DualI"
Device "Card-DualI"
Monitor "Monitor-LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen-DualE"
Device "Card-DualE"
Monitor "Monitor-CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "LCD"
Screen "Screen-LCD"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "ServerLayout"
Identifier "CRT"
Screen "Screen-CRT"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "ServerLayout"
Identifier "Both"
Screen "Screen-Both"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "ServerLayout"
Identifier "Dual"
Screen 0 "Screen-DualI" 0 0
Screen 1 "Screen-DualE" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "ServerLayout"
Identifier "DualClone"
Screen 0 "Screen-DualI" 0 0
Screen 1 "Screen-DualE" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "Clone" "true"
EndSection

Section "ServerLayout"
Identifier "DualXine"
Screen 0 "Screen-DualI" 0 0
Screen 1 "Screen-DualE" RightOf "Screen-DualI"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "Xinerama" "true"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "ServerFlags"
Option "DontVTSwitch" "false"
Option "DefaultServerLayout" "DualXine"
#Option "DefaultServerLayout" "LCD"
#Option "DefaultServerLayout" "CRT"
Option "RandR" "on"
EndSection

Section "Extensions"
#Option "Composite" "true"
EndSection

**********************************************