(EE) Segmentation fault at address 0x2

Hi all
I've a problem with X.Org X Server, I've a notebook with a savage s3 twister-k vga, and I've installed the savage driver and configured the /etc/X11/xorg.conf file.
The problem is that when I try to start the X server, it doesn't start and I must shutdown notebook.
The error is:

Code:
[ 416.877] (EE) Segmentation fault at address 0x2
[ 416.877] (EE)
Fatal server error:
[ 416.877] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 416.877] (EE)
[ 416.877] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[ 416.877] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 416.877] (EE)
[ 422.669] (EE) Server terminated with error (1). Closing log file.
I don't know how start to fix the problem.
Attached the full /var/log/Xorg.0.log


Thanks to those who can help me :)
 

Attachments

  • Xorg.0.log.txt
    33.6 KB · Views: 264
Drivers for relatively rare video cards can be questionable. From this Ubuntu bug thread, it's worth trying this in the xorg.conf Device section:
Code:
Option "DisableTile"
Option "AccelMethod" "EXA"
 
Please try an xorg.conf with only a Device section with those two entries in it. Any of the rest of that can be wrong, even if autoconfigured, which we do not recommend any more.

The contents of xorg.conf can be posted inline in code tags. Please put log files on an external service like www.pastebin.com. Both of these make it easier for people to read them and provide help.
 
Back
Top