Hola!

Registrándote como bakuno podrás publicar, compartir y comunicarte en privado con otros bakuos :D

Regístrame ya!

Configurar xorg

mariobautista

Bovino Milenario
Desde
28 Feb 2009
Mensajes
1.811
Hola bakunos, verán... instalé ubuntu jaunty en una notebook hp 2133 con tarjeta Via Chrome 9. Me encontré con este tuto:

http://webcache.googleusercontent.c...unty&cd=1&hl=es&ct=clnk&source=www.google.com

...e instalé los drivers para la Chrome 9, pero tengo un problema, el Xorg que ponen en la página del tuto es para un portátil de nombre Síragon ML-1010. Los drivers van bien pues hice un "glxgears" y los engranes giraron mucho más rápido que de costumbre...

El problema:
Es que la resolución de pantalla del xorg de la página cubre apenas 3 cuartas partes de la resolución de mi display, por lo que leí el xorg es para un display de 1024x600 y yo tengo uno de 1.280 x 768 píxeles.. l

¿qué hice?
Pues me metí en el xorg de la página e hice algo desesperado. En cada línea que veía 1024 y 600 los cambiaba por 1280x768 pero tras reiniciar, sólo tenía la pantalla de un color...

¿Qué necesito?
Bueno les dejo el xorg configurado para 1024x600, quisiera ver si me pueden ayudar para configurar el xorg a 1280x768 que es la de mi hp

xorg:
HTML:
# 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

# Auto-generated by Archie mkxcfg

Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
# HorizSync 31.5-55
# VertRefresh 40-70
# 1024x600 @ 60.00 Hz (GTF) hsync: 37.32 kHz; pclk: 48.96 MHz
#Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 #622 -HSync +Vsync
EndSection

# Auto-generated by Archie mkxcfg

Section "Device"
Identifier "Card0"
#Driver "vesa"
Driver "openchrome"
VendorName "VIA"
BoardName "UniChrome"
#Option "DPMS"
#Option "VBEModes"
#Option "VBESaveRestore"
Option "ForcePanel"
Option "ActiveDevice" "LCD,CRT"
Option "PanelSize" "1024x600"
Option "SWcursor"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 1
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x600" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x600" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite"
EndSection
Espero me puedan ayudar o recomendar una solución.

pd. para volver al entorno gráfico reestablecí el xorg que tenía mi compu por defecto... ahora me surge una duda, este xorg está bajo los drivers nuevos que instaleé y solo requeriría de adecuar el xorg para que corran de manera adecuada???

espero me puedan ayudar, se los agradecería infintamente...
:chavo:

pd 2. no me recomienden distros que ya he probado infinidad.. la única que me jaló de manera decente fue elive topaz 2, pero tuve problemas al quere instalarlo por tercera vez en mi note y ya no me deja..

Gracias de antemano!!
 
haber si te sirve esa guia de gentoo, hay trae el xorg.conf configurado para esa hp 2133
http://en.gentoo-wiki.com/wiki/HP_2133#x.org.2C_WXGA_.281280x768.29_models

pd: en los repos de opensuse esta este driver de openchrome. chance y te animes a probarlo.
xorg-x11-driver-video-openchrome-0.2.904_101024-3.1.i586.rpm

http://download.opensuse.org/repositories/X11:/Drivers:/Video/openSUSE_11.4/

mas o menos va a la par de esta.
http://www.openchrome.org/releases/

alguna mejora te puede brindar.
 
haber si te sirve esa guia de gentoo, hay trae el xorg.conf configurado para esa hp 2133
http://en.gentoo-wiki.com/wiki/HP_2133#x.org.2C_WXGA_.281280x768.29_models

pd: en los repos de opensuse esta este driver de openchrome. chance y te animes a probarlo.


http://download.opensuse.org/repositories/X11:/Drivers:/Video/openSUSE_11.4/

mas o menos va a la par de esta.
http://www.openchrome.org/releases/

alguna mejora te puede brindar.


Ok muchas gracias, intuitivamente probé cortando y pegando secciones de nombre similar en el xorg que tenía y el que me proporcionaste. La buena noticia es que ahora sí ya tengo la pantalla completa (quiero suponer que con los driver que instalé).

Me quedó esto:

Código:
# 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

# Auto-generated by Archie mkxcfg

Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
# HorizSync 31.5-55
# VertRefresh 40-70
# 1024x600 @ 60.00 Hz (GTF) hsync: 37.32 kHz; pclk: 48.96 MHz
#Modeline "1280x768" 77.37 1280 1344 1480 1680 768 769 772 794
EndSection

# Auto-generated by Archie mkxcfg

Section "Device"
Identifier "Card0"
#Driver "vesa"
Driver "openchrome"
VendorName "VIA"
BoardName "UniChrome"
#Option "DPMS"
#Option "VBEModes"
#Option "VBESaveRestore"
Option "ForcePanel"
Option "ActiveDevice" "LCD,CRT"
Option "PanelSize" "1280x768"
Option "SWcursor"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite"
EndSection

NO copié todo, sería cuestión de probar para ver cómo funka (si es que funka) copiar todo el xorg de getoo...

Muchas gracias por la recomendación, creo que bajaré suse y probaré.. hay mucho que ganar.

:comillas:Muchas gracias bakuno!!!!!:comillas:
 
Ok muchas gracias, intuitivamente probé cortando y pegando secciones de nombre similar en el xorg que tenía y el que me proporcionaste. La buena noticia es que ahora sí ya tengo la pantalla completa (quiero suponer que con los driver que instalé).

Me quedó esto:

Código:
# 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

# Auto-generated by Archie mkxcfg

Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
# HorizSync 31.5-55
# VertRefresh 40-70
# 1024x600 @ 60.00 Hz (GTF) hsync: 37.32 kHz; pclk: 48.96 MHz
#Modeline "1280x768" 77.37 1280 1344 1480 1680 768 769 772 794
EndSection

# Auto-generated by Archie mkxcfg

Section "Device"
Identifier "Card0"
#Driver "vesa"
Driver "openchrome"
VendorName "VIA"
BoardName "UniChrome"
#Option "DPMS"
#Option "VBEModes"
#Option "VBESaveRestore"
Option "ForcePanel"
Option "ActiveDevice" "LCD,CRT"
Option "PanelSize" "1280x768"
Option "SWcursor"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite"
EndSection

NO copié todo, sería cuestión de probar para ver cómo funka (si es que funka) copiar todo el xorg de getoo...

Muchas gracias por la recomendación, creo que bajaré suse y probaré.. hay mucho que ganar.

:comillas:Muchas gracias bakuno!!!!!:comillas:

pues respalda tu xorg.conf y pegas el de gentoo ya si no funciona, solo restauras tu xorg.conf

no hay de que.:comillas:
 
Volver
Arriba