Hi, I've had some problems too but with the right configure it will work. I run unstable and xorg. I use a kernel with via-module/driver enabled - I do not know if this is a requierment. Snipps from kernel config; ---------------------------------------------------------------------- CONFIG_DRM_VIA:
Choose this option if you have a Via unichrome or compatible video chipset. If M is selected the module will be called via. Symbol: DRM_VIA [=y] Prompt: Via unichrome video cards Defined at drivers/char/drm/Kconfig:92 Depends on: DRM Location: -> Device Drivers -> Character devices -> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM [=y]) ---------------------------------------------------------------------- Some snipps from my xorg.conf - partly modified. --------------------------------------------- Section "Device" Identifier "via" Driver "via" # DAAR 20051012 added Option "EnableAGPDMA" "true" EndSection Section "Screen" Identifier "Screen 1" Device "via" Monitor "G400m" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection --------------------------------------------- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]