> After reinstallation startx aborts with: no valid modes found. Subsection "Display" Depth 15 fbbpp 16 Option "rgb weight" "555" Modes "1024x768lcd" "800x600lcd" ViewPort 0 0 Virtual 1024 768 EndSubsection
works for me with 4.01 on atyfb - 16 bit depth may not be supported by aty128fb either though it used to work with 3.x .. Plain fbdev worked for me using these parameters: Section "Screen" Driver "fbdev" Device "ATY Mach64" Monitor "My Monitor" DefaultColorDepth 32 Subsection "Display" Depth 16 Modes "1024x768lombard" "800x600lombard" ViewPort 0 0 Virtual 1024 768 EndSubsection Subsection "Display" Depth 32 Modes "1024x768lombard" "800x600lombard" ViewPort 0 0 Virtual 1024 768 EndSubsection EndSection Modes generated using fbset -x. Michael