am unbuntu 9.04 instalat pe laptop si vroiam sa dau semnal pe inca un lcd de 17
rezolutia pe care o folosesc pe laptop este : 1280x800 (16/10 raport) iar pe monitor imi trebuie 1024x768(4/3)
am incercat sa dau din System->Preferences->Display si imi da semnal si pe celalalt display (fie Mirror Screen fie in continuarea display-ului)
problema este ca imi redimensioneaza si display-ul de la laptop tot la o rezolutie de 4/3 (1024x768)
si am incercat sa modific /etc/X11/xorg.conf:
CODSURSA
# 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 "0 Configured Video Device"
Screen 0
EndSection
Section "Device"
Identifier "1 Configured Video Device"
Screen 1
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Main Screen"
Monitor "Main Monitor"
Device "0 Configured Video Device"
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "Second Screen"
Monitor "Second Monitor"
Device "1 Configured Video Device"
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Main Screen"
Screen 1 "Second Screen" RightOf "Main Screen"
Option "Xinerama" "true"
EndSection
#
# 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 "0 Configured Video Device"
Screen 0
EndSection
Section "Device"
Identifier "1 Configured Video Device"
Screen 1
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Main Screen"
Monitor "Main Monitor"
Device "0 Configured Video Device"
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "Second Screen"
Monitor "Second Monitor"
Device "1 Configured Video Device"
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Main Screen"
Screen 1 "Second Screen" RightOf "Main Screen"
Option "Xinerama" "true"
EndSection
si a dat semnal inainte sa incarce partea grafica si arata bin(rezolutie pe laptop buna si pe monitor se vedea putin mai in stanga dar tot cat de cat ok)
dar cand a pornit interfata grafica am primit eroare ca si ma pus sa revin la setarile default sau sa reconfigurez
si a revenit iar rezolutia pe ambele monitoare la 1024x768
am vro greseala prin xorg.conf sau doar nu se poate?
