› Foros › PC › Software libre
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1"
InputDevice "Keyboard1"
Option "AIGLX" "on" #->Enables Xorg's AIGLX rendering technic
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
Load "freetype"
# Load "xtt"
Load "dri"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 60.0
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1280x1024"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
Option "XAANoOffscreenPixmaps" "true"
Option "DesktopSetup" "horizontal"
Option "DRI" "true"
Option "UseFastTLS" "1"
Option "TexturedVideo" "on" #->AVIVO accelerated video through 3D engine
Option "Textured2D" "on"
Option "BackingStore" "on"
BusID "PCI:5:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "AIXGL" "true"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
Option "Composite" "Enable"
EndSection
# sudo dpkg-reconfigure -phigh xserver-xorg
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Subdes escribió:Subo el hilo para, que me puedan ayudar, ya que aun sigo en 8.04 y quiero pasar a 8.10...
Salud.
Section "Device"
Identifier "Card0"
Driver "nvidia" <<<<--- tu aqui pondras tu driver
VendorName "All"
BoardName "All"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480" <<<<---- aqui pondras tus resoluciones.
EndSubSection
EndSection
MrCell escribió:Puedes instalar la distribución limpia o actualizarla desde el gestor de actualizaciones (Sistema > Administración > Gestor de actualizaciones)
jorchube escribió:hwd -xa te modificara el xorg.conf, quiza con eso te sirva, y si no, busca en tu xorg esta seccion, y prueba a modificar loq ue te pongo aqui:Section "Device"
Identifier "Card0"
Driver "nvidia" <<<<--- tu aqui pondras tu driver
VendorName "All"
BoardName "All"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480" <<<<---- aqui pondras tus resoluciones.
EndSubSection
EndSection
de todas formas, para un 15,4", lo correcto es 1280x800.... o eso tengo entendido...