Hello.
I can't figure out how to make my external monitor to show at its native resolutio which is 1920x1080.

My video card is an nvidia GeForce 7600 on a toshiba laptop. Nvidia-settings detects my monitors resolution at a maximum of 1360x768.

Any ideas would be welcome.

xorg.conf:
Code:
# 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 "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	DefaultDepth	24
EndSection

Section "Module"
	Load	"glx"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	#Option 	"AllowDDCCI" 			"True"
	#Option 	"AllowSHMPixmaps" 		"0"	#Default=disabled
	Option 	"Coolbits" 			"1"
	#Option	"InitialPixmapPlacement"	"0"
	Option	"NoLogo"	"True"
	Option 	"NvAGP" 			"1"
	#Option 	"OnDemandVBlankInterrupts" 	"True"
	#Option 	"PixmapCacheSize" 		"3000000"
	Option       	"UseCompositeWrapper" 		"True"	#test for resolving  kde icons problem
	Option 	"UseEvents" 			"True"
	#Option "ConnectedMonitor" "DFP-0,CRT-0"
	#Option "UseDisplayDevice" "DFP-0,CRT-0"
	#Option "TwinView" "true"
	#Option "TwinViewOrientation" "RightOf"
	#Option "TwinViewXineramaInfoOrder" "DFP-0,CRT-0"
	#Option "MonitorLayout" "LFP,LFP+CRT"
	#Option "metamodes" "DFP-0: 1280x800 +0+0, CRT-0: 1920x1080 +0+0; DFP-0: 1280x800 +0+0, CRT-0: 1024x768 +0+0; DFP-0: 1280x800 +0+0, CRT-0: NULL"

	Driver	"nvidia"
EndSection

Section "ServerFlags"
        Option  "DontZap"       "False"
EndSection


# commented out by update-manager, HAL is now used
#Section "InputDevice"
## Microsoft Notebook 4000 Mouse
## Thumb button responds as button 9
#        Identifier      "Mouse1"
#        Driver 		"evdev"
#        Option    	"evBits"  			"+1-2"
#        Option    	"keyBits" 			"~272-287"
#        Option    	"relBits" 			"~0-2 ~6 ~8"
#        Option    	"Pass"       			"3"
#        Option    	"Buttons" 			"9"
#        Option    	"ZAxisMapping"  		"4 5"
#        # Axis swapped to make back be left and forward be right
#        Option    	"DialRelativeAxisButtons" 	"7 6" 
#EndSection