xorg corruption

Shaun Mickey smickey at mynetsetup.com
Mon Feb 21 18:36:29 GMT 2005


First off i have FreeBSD 5.3 stable on a dell latitude c600 (p3 750 512mb ram) 
i have xorg installed and have had both Gnome and KDE installed (not at the 
same time though).

Every time i go to start kde or gnome after a shutdown, (using halt, shutdown, 
or reboot) the screen that's supposed to be black and white checkered with 
the X cursor is a corrupted version of a screenshot, or horizontal pink and 
gray bars. I believe the processor is spiked as well because i can move the 
mouse but there is a 1-2 second delay before it moves and it jumps, it 
doesn't refresh smoothly.

About 5 minutes after i started xorg i am logged into gnome and can slowly 
logout.  After about another 3-5 minutes i'm logged out.  Now i can go startx 
again and it starts perfectly and i'm logged in in < 2 minutes.

I've installed freebsd several times, always with the same options (first two 
times i installed gnome, last time i installed kde)  It never fails to happen 
after a reboot.

Here are the vitals, let me know if anything else is needed.
Thanks in Advance,
Shaun

XXXXXXXXXXXXXX
Systems Administrator
270net Technologies
XXXXXXXXXXXXXX

~/.xinitrc:
exec startkde

/etc/xorg.conf:
Section "ServerLayout"
 Identifier     "X.org Configured"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
 RgbPath      "/usr/X11R6/lib/X11/rgb"
 ModulePath   "/usr/X11R6/lib/modules"
 FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
 FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
 FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
 FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "Protocol" "auto"
 Option     "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "Monitor Vendor"
 ModelName    "Monitor Model"
 HorizSync    40-48
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
 Identifier  "Card0"
 Driver      "ati"
 VendorName  "ATI Technologies Inc"
 BoardName   "Rage Mobility M3 AGP 2x"
 BusID       "PCI:1:0:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 SubSection "Display"
  Viewport   0 0
  Depth     1
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     4
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     8
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     15
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     16
 EndSubSection
 SubSection "Display"
  Viewport   0 0
  Depth     24
 EndSubSection
EndSection


More information about the freebsd-x11 mailing list