Le vendredi 21 décembre 2007, vous avez écrit : > Yannick Roehlly wrote: > > I try to tail the syslog log by ssh when enabling the vga output but it > > gave no result. > > It is just a freeze of X then, not of the whole machine?
Hi Brice, No, the whole machine is freezing (above, the ssh session is not responding anymore) and I have to hard reboot. I try the 6.7.197 unstable package and the problem persists. > Did you look at /var/log/Xorg.0.log? There's no log! :,( If I erase /var/log/Xorg.0.log, start gdm, [freeze], hard reboot in console: no /var/log/Xorg.0.log is created. The same if I do a "startx 2>log" in console: nothing in log. I tried with the -dbg package installed but with no more results. Is there anything to do to enable the "debug feature"? I suspect the changes in the AGP code is responsible of this bug. I will try to get the git version before the change - I'll have to learn how before ;-) - to see if it works. Sincerely, Yannick PS: Here's my xorg.conf just in case.
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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 "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "v4l" Load "vbe" Load "evdev" Load "wacom" EndSection Section "Extensions" Option "Composite" "Enable" Option "DAMAGE" "Enable" Option "RENDER" "Enable" Option "XFIXES" "Enable" EndSection ############################################################################## # Input Devices ############################################################################## Section "InputDevice" Identifier "keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "macintosh" Option "XkbLayout" "fr_bepo" Option "XkbVariant" "bepo64" Option "XkbOptions" "lv3:lwin_switch,compose:rwin" Option "HandleSpecialKeys" "Always" EndSection ############################################################################## # Graphic Card ############################################################################## Section "Device" Identifier "ati" Driver "radeon" BusID "PCI:0:16:0" EndSection ############################################################################## # Monitors ############################################################################## Section "Monitor" Identifier "LVDS" Option "DPMS" EndSection ############################################################################## # Screens ############################################################################## Section "Screen" Identifier "screen" Device "ati" DefaultDepth 24 Monitor "LVDS" SubSection "Display" Depth 24 Virtual 1280 960 #Virtual 2048 1024 EndSubSection EndSection ############################################################################### Section "DRI" Mode 0666 EndSection