Hi curaga. I tried Xorg 7.6, and it doesn't seem to be working.
As the files were downloading, my screen went blank and the message 'No Video Signal' appeared on the monitor's OSD. After a minute or so, I pressed Ctrl+Alt+Del, and that got me back to the console. I tried 'Xorg -configure', and the reply was 'Xorg not found'. I started X to get back to the desktop, and rebooted.
Despite the AppBrowser saying Xorg 7.6 and its deps were installed, trying 'Xorg -configure' again produced 'Xorg not found' again. I downloaded Xorg 7.6 again, exited to prompt, tried 'Xorg -configure' again, some text flashed up on the screen, with the summary basically being 'computer says no.'
The conf file is titled 'xorg.conf.vesa', and inside I see it lists 'vesa' as the driver in the 'Device' section. Does this mean Xorg has failed to install the ATI/Radeon driver and instead has fallen back to the Xvesa driver?
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/local/lib/X11/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "extmod"
Load "dbe"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Any help much appreciated!
Cheers, Jon.