Florian Kulzer wrote:
jf wrote:I agree, it looks very strange to me.... Please post the following sections from your xorg.conf: "Module",Here are the requested informations: I'va attached my xorg.conf the kernel I'm using is one on the latest for unstable : uname -a Linux debian 2.6.16-1-k7 #1 Mon Apr 3 13:11:57 UTC 2006 i686 GNU/Linux Then (re)start X and look for errors and warnings in the log file:I think you've hit the point (I hope that I'm using this _expression_ the right way) : egrep '^\((EE|WW)\)' /var/log/Xorg.0.log (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist. (WW) The directory "/usr/lib/X11/fonts/CID" does not exist. (WW) Open ACPI failed (/proc/acpi/event) (Device or resource busy) (WW) Ignoring request to load module GLcore (WW) Ignoring request to load module speedo (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled(WW) RADEON(0): config file hsync range 28-130kHz not within DDC hsync ranges. (WW) RADEON(0): config file vrefresh range 43-160Hz not within DDC vrefresh ranges. (WW) Open ACPI failed (/proc/acpi/event) (Device or resource busy) (EE) RADEON(0): [dri] DRIScreenInit failed. Disabling DRI. (EE) RADEON(0): Failed to register i2c bus (WW) RADEON(0): Direct rendering disabled (WW) Open ACPI failed (/proc/acpi/event) (Device or resource busy) (WW) Open ACPI failed (/proc/acpi/event) (Device or resource busy) (WW) Open ACPI failed (/proc/acpi/event) (Device or resource busy)I've made a big mistake, last time I check X log I've looked at XFree86.0.log... You known, the old one... I'm dumb... Now the good question is why DRI isn't running ??? Do you have any idea ? Start ppracer from a terminal, exit it again and check if you got anythank you ;-) lets give your French a try !! Thanks again !!! Jean-François |
# 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 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 commands as root:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
# dpkg-reconfigure xserver-xorg
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "evdev"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc102"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI RV200 QW"
Driver "radeon"
Option "AGPMode" "4"
Option "EnablePageFlip" "true"
Option "AGPFastWrite" "true"
# Driver "ati"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-130
VertRefresh 43-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI RV200 QW"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "832x624"
"800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection

