UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hello ive just moved to ubuntu from Debian
and I like it very much
I've got a problem with my res:1280x800@60
it works but the screen shrinks to the middle...
my screen model:Mag Innovision proview ms576w
its:15.4"
my xorg.conf:
ive tried to google for the correct HORZ/VERT
no success.
ive had the same problem in windows but after a restart windows was fixing it
not here
please help
sorry about my english glads :P
good day people!
Last edited by DRagonRage; 07-13-2006 at 08:36 PM.
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Rep:
Just some thoughts...
I have a Dell Latitude D620 and it is WXGA+ (1440x990). I think I know what you are talking about in that the desktop does not take up the FULL screen of the monitor. I later learned that there was an option in my BIOS to "stretch" the screen, but when I did this it would not take up the full screen in Windows/Linux. I later turned off this "stretch" feature in the BIOS and now my LInux takes up the whole screen. Of course, this is my laptop so double check that.
try this : Horiz Sync 28.0 - 64.0
Vert Sync 43.0 - 60.0
nope does not helps
....
ive tryed this modeline:
# ModeLine "1280x800" 172.73 1280 1336 1616 1728 800 802 814 840
# Modeline "1280x800@60i" 33.41 1280 1312 1432 1464 720 736 740 757 interlace
# Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
# Modeline "1280x800" 97.18 1280 1296 1552 1664 800 800 808 835
none of them are good inaf
the xorg outputs :horizsync is out of range for each of them
and jumpt so 1280x768 - witch works fine but look s ugly...
Last edited by DRagonRage; 07-14-2006 at 08:34 AM.
Try dpkg-reconfigure xserver-xorg, it asks at one moment if your screen is an lcd or not... then choose the real maximum resolution, try another refresh rate then 60Hz... etc... etc...
Had a few problems with my laptop"s lcd...
dpkg-reconfigure not asking if screen is lcd ->
I think that the problem of is the dpkg question priority (only very important questions displayed, for others default values are used)...
try doing a dpkg-reconfigure debconf (and select low or medium priority) before dpkg-reconfigure xserver-xorg
by the way, try 640x400 and 960x600 and see if they work - first one half-res - > so smooth enough but low res, second one 3/4 of 1280x800, so not so smooth, non-standard, but might be ok
solved!
seems the problem was in the nvidia drivers for all the kernells exept the 2.6.15-26-amd64-k,
the xorg was outputting "not using mode:1280x800 becase low memory";
my xorg(works):
Code:
leon@leon-desktop:~$ cat /etc/X11/xorg.conf
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# 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 "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/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 "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
BusID "PCI:5:0:0"
EndSection
Section "Monitor"
Identifier "576W"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Monitor "576W"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
thanks for all the help and support you are the best! :P
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.