Still trying to get to 1680x1050 WAS: Upgrade to 8.04 stuck in 800x600

Knapp magick.crow at gmail.com
Mon Oct 20 19:31:55 UTC 2008


Bet it does not help, but here is my config file for screen at that
res and it works on my comp.

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier "Logitech RX1000"
	Driver "evdev"
	Option "Protocol" "evdev"
	Option "Name" "Logitech USB Optical Mouse"
	Option "Phys" "usb-*/input0"
	#Option "Device" "/dev/input/event2"
    Option "Device"	"/dev/input/by-id/usb-Logitech_USB_Optical_Mouse-event-mouse"
	Option "Buttons" "8"
	Option "ZAxisMapping" "4 5"
	Option "Resolution" "1000"
	Option "CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Boardname	"nvidia"
	Busid		"PCI:7:0:0"
	Driver		"nvidia"
	Screen	0
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Vendorname	"Generic LCD Display"
	Modelname	"LCD Panel 1680x1050"
	Horizsync	31.5-65.5
	Vertrefresh	56.0 - 65.0
    modeline  "1680x1050 at 60" 147.14 1680 1784 1968 2256 1050 1051 1054
1087 -hsync +vsync
	Gamma	1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Configured Video Device"
	Monitor		"Configured Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Virtual	1680	1050
		Modes		"1680x1050 at 60"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	screen 0 "Default Screen" 0 0
	InputDevice     "Logitech RX1000" "CorePointer"
EndSection

Section "Module"
	Load		"glx"
	Load		"GLcore"
	Load		"v4l"
EndSection

Section "device" #
	Identifier	"device1"
	Boardname	"nvidia"
	Busid		"PCI:7:0:0"
	Driver		"nvidia"
	Screen	1
EndSection

Section "screen" #
	Identifier	"screen1"
	Device		"device1"
	Defaultdepth	24
	Monitor		"monitor1"
EndSection

Section "monitor" #
	Identifier	"monitor1"
	Gamma	1.0
EndSection
Section "ServerFlags"
EndSection


-- 
Douglas E Knapp

http://sf-journey-creations.wikispot.org/Front_Page




More information about the ubuntu-users mailing list