Xorg y monitor panorámico

Hola, me está resultando imposible configurar Xorg para un monitor panorámico. En concreto tengo una gentoo amd64 con una gráfica Nvidia y un monitor Acer 1916w. He intentando configurar el monitor automáticamente, he buscado en la web de Acer, revisado foros y a pesar de intentar seguir los pasos de otros usuarios, no consigo solucionarlo. Lo mejor que he llegado a conseguir es un escritorio con un escritorio a 1440x900, pero con una resolución de 1280x1024. Incluso he intentado ajustar el monitor con esta aplicación .
Os agradezco cualquier pista que podáis darme. Os pego mi Xorg.conf:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0"
Screen 1 "Screen1" rightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"

Option "XkbModel" "logicdp"
Option "XkbLayout" "es"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Acer AL1916W Widescreen"
HorizSync 24 - 80
VertRefresh 56.0 - 60.0
Modeline "1440x900@60" 108.84 1440 1472 1880 1912 900 918 927 946
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "OEM"
ModelName "OEM"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 90.0
EndSection

Section "Device"
Identifier "nvidia0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 6600"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "NoLogo" "true"
Screen 0
EndSection

Section "Device"
Identifier "nvidia1"
Driver "nvidia"
BusId "PCI:1:0:0"
Option "NoLogo" "true"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "Monitor0"
DefaultDepth 24
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
Modes "1440x900@60 1280x800_60 1280x1024 1024x768"
#Modes "1024x768"
EndSubSection
EndSection


Section "Screen"
Identifier "Screen1"
Device "nvidia1"
Monitor "Monitor1"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
endSection
Buenas,
yo lo solucioné al instalar, poniendo vga=771
Te refieres a ponerlo en Grub? Me temo que eso no afecta al uso de las X. Gracias de todas formas :-)
En gentoo no hay ninguna utilidad para seleccionar el tipo de monitor? Si no es así, en cuanto llegue a casa te posteo la parte del monitor tal como la tengo yo, que veo que te faltan las resoluciones de tu monitor (supongo que será 1680x1050).
La resolución del monitor es 1440x900.

PD: Se me olvidó mencionarlo, la utilidad de configuración falla, y los monitores que permite configurar son VGA estándar, ninguno panorámico. Salu2
capisergio escribió:Te refieres a ponerlo en Grub? Me temo que eso no afecta al uso de las X. Gracias de todas formas :-)


Me referia al instalar el sistema operativo, no en el grub. :P
mira, justamente me paso a mi eso anoche, y tengo el mismo hardware que tu: amd 64x2 3800, nvidia 6600 GT y Acer AL1916W.

Utilizo suse, y lo configure asi:

Monitor: Vesa 1024x768
Resolucion: 1440x900 (la nativa del monitor, vamos).

Eso con Yast.

Espero que te sirva. Saludos!
Pues me temo que sigo igual. Ando más perdido que un h***p*** el día del padre... [sati]
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
EndSection

Section "ServerLayout"

Identifier "Server Layout"
Screen "Screen0" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Touchpad" "AlwaysCore"
EndSection

Section "Files"

RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/:unscaled"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/cyrillic"
EndSection

Section "Module"

Load "extmod"
SubSection "extmod"
EndSubSection
Load "type1"
Load "freetype"
Load "synaptics"
EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection

Section "Monitor"

Identifier "Monitor0"
DisplaySize 433 270
HorizSync 31.5 - 48.4
VertRefresh 60.0 - 75.0
Option "DPMS"
EndSection

Section "Device"

Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection

Section "Device"

Identifier "ATI Graphics Adapter"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "DesktopSetup" "0x00000100"
Option "MonitorLayout" "AUTO, NONE"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
Option "NoTV" "no"
Option "TVStandard" "PAL-B"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0"
EndSection

Section "Screen"

Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "DRI"

Mode 0666
EndSection

Este es mi xorg.conf en un Acer Aspire 2012 (1280x800 de resol.)
Lo más seguro es que te falte el Modes "1440x900"
¿has mirado por los foros de nvnews?

http://www.nvnews.net/vbulletin/showthread.php?t=31358&highlight=1440x900
http://www.nvnews.net/vbulletin/showthread.php?t=46515&highlight=1440x900

Es que tienen un foro dedicado a config de Nvidia y Linux


capisergio una cosa que me gustaria preguntarte
¿es que tienes dos monitores?
Yo es que he estado probando lo de usar Dual Head
con la tele (para evitar problemas con la sincronia)
Y lo que me gustaria saber es si se puede usar
el raton en el segundo escritorio

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "G5" "CorePointer"
#Screen "screen1" 0 0
Screen 0 "Screen1"
Screen 1 "Screen2" rightOf "Screen1"
EndSection
No, la verdad es que no lo he mirado. Lo miraré y os cuento. En cualquier caso no penséis que paso o que lo he dejado, simplemente es el PC de mi novia, y hasta el finde no voy a su casa.

En cuanto a lo de los 2 monitores, sí, tanto en el suyo como en el mío tenemos 2 monitores. Lo he configurado tanto como escritorio extendido como con "doble escritorio", y en los dos casos funciona el ratón perfectamente.

PD: Todavía sigues ? ;-)
No el twinview si que me funciona.
Ademas ya no es un Gf2 Mx ;)

Le llegue a flasehar la bios pero no recuerdo si llego a funcionar
o se quedo igual
luego cunado me compre la 5900 Fx si que iba bien


El caso es que queria probar lo del Dual Head para evitar el
"tearing" en las peliculas. (hace poco que vuelvo
a tener una Tele a mano)

Claro que ahora como el raton no me responde en el escritorio lo que hago
es lanzar el mplayer en el display 0.1
11 respuestas