PDA

View Full Version : [ubuntu] latitude x300 xorg conf request


piginabox
May 26th, 2008, 07:39 PM
hello
i hope i get this right (first post)

i've installed hardy on a Dell Latitude X300 (specification (http://www.dell.com/downloads/us/products/latit/x300_spec.pdf))

everything works fine except when i close the lid and then reopen it, the display is all corrupt.
restarting gdm works fine and i can log in again.

i think it's something to do with my xorg.conf being set to a default screen instead of the i810 (the actual chipset is 855). i messed around a bit with xorg.conf and got the display to come back after opening lid but then i lost the mouse pointer (i could still select but the pointer was invisible).

i'm away from the machine so can't post the xorg.conf file.

does anyone have an X300 Latitude xorg.conf file they could share with me?

thanks

piginabox

piginabox
June 10th, 2008, 06:47 AM
i'm still stuck with this. isn't anyone running 8.04 on a Dell Latitude X300?
if i installed 7.10 and it worked ok, would i be able to copy the xorg.conf and, after re-installing 8.04, use the 7.10 xorg.conf?
anyone?
thanks

piginabox
June 24th, 2008, 02:38 PM
in the end i installed a 7.04 ubuntu and combined its xorg.conf (which worked) with the 8.04 xorg.conf



# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Intel Corporation 82852/855GM Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82852/855GM Integrated Graphics Device"
Monitor "Generic Monitor"
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 "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection