› Foros › PC › Software libre
Orion escribió:de todos modos, reinstalar porque no va el entorno gráfico....
dark_hunter escribió:Prueba cambiar a mano la resolucion en el xorg.
Prueba con un sudo dpkgreconfigure xserver-xorg o sino modificalo con un editor de texto: sudo gedit /etc/X11/xorg.conf y donde pone la resolución la cambias por la que quieras.
# File generated by xorgconfig.
#
# Copyright 2004 The X.Org Foundation
Section "DRI"
Group 0
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Files"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "fglrx"
Load "dri"
Load "glx"
Load "drm"
Load "dbe"
Load "freetype"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
EndSection
Section "Monitor"
Identifier "Screen0"
HorizSync 31.5 - 90
VertRefresh 60 - 180
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Screen0"
Driver "fglrx"
#Extra options
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
# APG Performance
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "AccelMethod" "EXA" # Off if X down
Option "EnablePageFlip" "on"
Option "AGPFastWrite" "yes" # Off if X down
EndSection
Section "Screen"
Identifier "Screen0"
Device "Screen0"
Monitor "Screen0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection