Problem getting default resolution of 1280x1024 on dell 1907FP LCD
Hi
I have a HP Pavillion laptop to which I have connected my DELL 1907FP flat panel LCD.I use this as my primary monitor.I have integrated graphics controller from intel(945G Express).
But I can never get the default resolution of 1280x1024 on this monitor.When I work alone with the LCD of the notebook, the resolution is perfect.Can any one please help me to get this problem resolved?I have been trying this for the past one week,but No result.
Thanks
Anwar
Here is what my xorg.conf file
Section "Device"
Identifier "Intel Corporation Mobile Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 131072
EndSection
Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-76
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile Integrated Graphics Controller"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
|