Necesito ayuda para levantar el modo grafico
Hola a todos, resulta que tenia ganas de probar el Compiz Fusion y decidi activar Full 3D Effects en la parte de Hardward y cuando reinicie el modo grafico comenzo a temblar la pantalla y ya no pude cargar mas el mismo. Aqui les dejo el xorg que tengo por favor necesito ayuda (No quiero tener que instalar todo de nuevo!!!!).
Mi compu es una Laptop DELL VOSTRO 1000 con una ATI 1150.
# File generated by XFdrake (rev 57713)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# font server independent of the X server to render fonts.
FontPath "unix/:-1"
# minimal fonts to allow X to run without xfs
FontPath "/usr/share/fonts/misc:unscaled"
EndSection
Section "Extensions"
Option "Composite"
EndSection
Section "ServerFlags"
#DontZap # disable (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable / (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "SynapticsMouse1"
Driver "synaptics"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1280x800"
HorizSync 31.5-90
VertRefresh 60
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_120" 181.21 1280 1376 1520 1760 800 801 804 858 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_100" 147.89 1280 1376 1512 1744 800 801 804 848 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_85" 123.38 1280 1368 1504 1728 800 801 804 840 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_75" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_50" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon"
Driver "ati"
Option "DPMS" "false"
Option "XaaNoOffscreenPixmaps" "1"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1280x800"
EndSubsection
Subsection "Display"
Depth 15
Modes "1280x800"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x800"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x800"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "SynapticsMouse1" "AlwaysCore"
Screen "screen1"
EndSection
- Inicie sesión o regístrese para enviar comentarios
- 137 lecturas
Ingresa a Kubuntu-es
|
Registrate en Kubuntu-es para poder agregar comentarios y crear nuevos temas. Si ya te encuentras registrado. Clic aquí para ingresar. |
Como miembro puedes:
|


Linux User 105931 (X)ubuntu User 11293
Lo único que veo medio extraño es:
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16
Creo que compiz funciona en 24
DefaultColorDepth 24
No necesitas reinstalar nada, respalda tu xorg.conf y en la consola escribe:
sudo dpkg-reconfigure xserver-xorg -phigh
después si necesitas agregarle algo lo tomas del respaldo.
Cómo hacer preguntas de manera inteligente.. Lee las Normas del Foro.
asi es. como dice el amigo aca.
para la proxima vez que tokes las X hace un backup
$sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
si hacemos algo mal podremos volver al estado anterior.
un saludo
Mismo problema.
Resulta que me sucede lo mismo, necesito levantar el modo gráfico. Introduje los siguientes comandos:
1> sudo apt-get install compiz compizconfig-settings-manager compiz-kde compiz-fusion-plugins-main
compiz-fusion-plugins-extra emerald librsvg2-common
2> sudo aptitude upgrade
Después de esto en Konsola me preguntó por el reemplazo o mantenimiento de una configuración, (mis disculpas pero no recuerdo exactamente que era), lo cierto es que leí y presioné "D". Luego se trabó tuve que reiniciar, no inició graficamente y me recomendó introducir dpkg --configure -a. Lo hice, reinicié, seguí unas instrucciones y porque me lo pidió introduje:
dpkg --reconfigure
luego me pidió acción e introduje: "I"
Reinicié y levantó modo gráfico.
Luego introduje:
1>sudo aptitude install xorg-driver-fglrx
2>sudo aptitude install xserver-xgl
3>sudo kate /etc/x11/xorg.conf
Agregué esto:
Section "Extensions"
Option "Composite" "off"
End Section
Section "ServerFlags"
Option "AIGLX" "off"
End Section
Ahora me encuentro en que no arrancó modo gráfico y me dice: "Cannot connect X server"
¿Qué puedo hacer?
Mis disculpas por lo largo.
Gracias.