Xorg & Monitor LCD Samsung (solucionado)

Forums: 

Hola panas, un saludo a todos....

Quisiera saber si han experimentado con Monitores "Samsung SyncMaster SA300"???

Estoy instalando PC con Debian Squeeze en MotherBoard que lo demandan por sus recursos P8H61-M LE


lspci
00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b5)
00:1c.2 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 3 (rev b5)
00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 6 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 05)
00:1f.2 IDE interface: Intel Corporation Cougar Point 4 port SATA IDE Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
00:1f.5 IDE interface: Intel Corporation Cougar Point 2 port SATA IDE Controller (rev 05)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
06:00.0 PCI bridge: Device 1b21:1080 (rev 01)

La situación es, que al terminar la instalación e iniciar el gráfico, me divide el escritorio, y solo admite 1024, que debo hacer en el XORG para resolver el problema????


uname -a
Linux m1 2.6.32-5-amd64 #1 SMP Tue Mar 8 22:49:26 UTC 2011 x86_64 GNU/Linux


xdpyinfo | grep -B2 resolution
screen #0:
dimensions: 1024x768 pixels (413x232 millimeters)
resolution: 63x84 dots per inch

He buscado algunos

He buscado algunos controladores, pero nada... parece que posee un hard muy reciente para linux :( , pero lo que mas me preocupa es que se divide el escritorio :? , porque en lo demás funciona bien, admite juegos 3D y todo excelente, el problema es que el monitor como es de 19", anexa del lado izquierdo la otra parte de la pantalla... es decir, si corres el mouse hacia la derecha al terminar, sale del lado izquierdo... :sick: , cómico verdad jajaja....

Así están los frames/s

glxgears
2965 frames in 5.0 seconds = 592.923 FPS
3573 frames in 5.0 seconds = 714.597 FPS

...

ecualug
______________________
!!!AdminRed_Debian!!!

Se ve en forma de mosaico y

Se ve en forma de mosaico y es muy tedioso, si existe la posibilidad de indicarme algún howto o donde pueda cacharear el Linux para lograr solucionar esta situación, seria excelente.... Parece que no ha identificado correctamente el monitor o la frecuencia?, o la resolución?, bueno estaré atento al tema:

Salu2s...

ecualug
______________________
!!!AdminRed_Debian!!!

yo tengo dos d esos monitores

Imagen de falcom

yo tengo dos d esos monitores con mi fedora conectados al pto hdmi, pero trabajo con una tarjeta de video ATI, asi q no da problemas, es mas vuela, como veo tienes la tipica shared memory de intel.. con los drivers vesa de fedora deberian funcionar perfectamente.
PD: prueba fedora! }:)

SOLUCION

Hola panas, despues de tanto tiempo y varias pruebas realizadas, se soluciona con una distro actualizada por ejemplo en Debian 7, o Ubuntu 13, pero lo mas importante que era en Debian 6 o squeeze donde estaba la situación se resolvió agregándole la resolución manualmente 1366x768.


Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "Tarjeta de vídeo genérica"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Monitor genérico"
Option "DPMS"
HorizSync 28-51
VertRefresh 50-120
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Tarjeta de vídeo genérica"
Monitor "Monitor genérico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1366x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1366x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1366x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1366x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1366x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1366x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

ecualug
______________________
!!!AdminRed_Debian!!!