Ladies,
never experienced such bullshit like this port.
Even under Windows it is not a big thing to get your keyboard and mouse get working well.
So what is the solution?
dbus_enable="YES"
hald_enable="YES"Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	[color="Blue"]Option		"AllowEmptyInput" "False"[/color]
EndSectionvermaden said:Xorg releases are getting less quality all the time unfortunelly.
Last good release one was 7.2

vermaden said:Xorg releases are getting less quality all the time unfortunelly.
Last good release one was 7.2, 7.3 does not support virtual resolutions and higher refresh rates via modeline settings,
jb_fvwm2 said:good: xorg is working fine here, with 'nvidia'
took a lot of rebuilding, and a few fsck
bad: years of "agp.ko detected, aborting setup!" error
message upon X exit
..............
the latter is not a complaint. I just wish I knew more about
the options installing nvidia-driver. (No need to post them
here as I don't have time to rebuild...until something breaks)
adamk said:Virtual resolutions are not support, but custom modelines certainly are.
Adam
(...)
Section "Monitor"
  Identifier   "monitor0"
  HorizSync    30 - 110
  VertRefresh  48 - 170
  Option       "DPMS"
  Modeline     "640x480_120"     52.41   640  680  744  848   480  481  484  515  -HSync +Vsync
  Modeline     "1248x1024_100"  185.75  1248 1344 1480 1712  1024 1025 1028 1085  -HSync +Vsync
EndSection
Section "Screen"
  Identifier "screen0"
  Device     "gfx0"
  Monitor    "monitor0"
  DefaultDepth 24
  SubSection "Display"
    Modes "1248x1024_100" "640x480_120"
  EndSubSectionSection "Monitor"
  Identifier   "monitor0"
  HorizSync    30 - 110
  VertRefresh  48 - 170
  Option       "DPMS"
  Modeline     "640x480_120"     52.41   640  680  744  848   480  481  484  515  -HSync +Vsync
  Modeline     "1248x1024_100"  185.75  1248 1344 1480 1712  1024 1025 1028 1085  -HSync +Vsync
[color="Red"]+ Option       "PreferredMode" "1248x1024_100"[/color]
EndSection