Re: Fedora 12 + nvidia driver 190.53 + nvidia GeForce GT 130M + Acer Aspire 5739 = six little desktop on display instead of a desktop

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Feb 09, 2010 at 09:58:25 +0100,
  Ambrogio <fn050202@xxxxxxxxxxxx> wrote:
> 
> My xorg.conf is not complete so I wrote the section screen and monitor
> My complete Xorg configuration file is

For your comparison here is what I use on a system with and nv28 and an LCD
monitor that has a native resolution of 1280x1024.

# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# keyboard added by system-config-display
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105+inet"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "NEC MultiSync LCD2010X"
	HorizSync    31.0 - 80.0
	VertRefresh  56.0 - 85.0
	Modeline "1280x1024_70.00"  129.00  1280 1368 1504 1728  1024 1027 1034 1069 -hsync +vsync
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nouveau"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Virtual 1280 1024
		Depth     24
		Modes "1280x1024_70.00"
	EndSubSection
EndSection

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux