<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hola: gracias por responder les cuento que resolvi el problema modificando el xorg.conf borre los datos que instala por defaul debin y peque estos datos y me funciono de maravilla gracias les envio los datos por si alguien pueda tener un problema similar <br><pre>Section "InputDevice"<br> Identifier "Generic Keyboard"<br> Driver "keyboard"<br> Option "CoreKeyboard"<br> Option "XkbRules" "xfree86"<br> Option "XkbModel" "macintosh"<br> Option "XkbLayout" "es"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Configured Mouse"<br> Driver "mouse"<br> Option "CorePointer"<br> Option "Device" "/dev/input/mice"<br> Option "Protocol" "ImPS/2"<br> Option "Emulate3Buttons" "true"<br> Option "ZAxisMapping" "4 5"<br>EndSection<br><br>Section "Device"<br> Identifier "ATI"<br> <font color="red">Driver "ati"</font><br><font style="" color="red"># Si teneis una radeon, descomentad la siguiente línea<br># y comentad la anterior<br># pero si tenéis la 4.2.1 no hace falta, <b>funciona</b> con "ati"<br></font># <font color="red">Driver "radeon"</font><br> BusID "PCI:0:16:0"<br> Option "UseFBDev" "true"<br>EndSection<br><br>Section "Monitor"<br> Identifier "LCD"<br> HorizSync 28-49<br> VertRefresh 43-72<br> Option "DPMS"<br>EndSection<br><br>Section "Screen"<br> Identifier "Default Screen"<br> Device "ATI"<br> Monitor "LCD"<br> DefaultDepth 16<br> SubSection "Display"<br> Depth 15<br> Modes "1024x768"<br> EndSubSection<br> SubSection "Display"<br> Depth 16<br> Modes "1024x768"<br> EndSubSection<br> SubSection "Display"<br> Depth 24<br> Modes "1024x768"<br> EndSubSection<br>EndSection<br><br>Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen "Default Screen"<br> InputDevice "Generic Keyboard"<br> InputDevice "Configured Mouse"<br>EndSection<br><br>Section "DRI"<br> Mode 0666<br><br>EndSection<br></pre><br /><hr />Discover the new Windows Vista <a href='http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>