Dual head display issues with Warty

kruppe ulist at gs1.ubuntuforums.org
Fri Apr 1 00:25:58 UTC 2005


Hi

I'm totally new to Ubuntu as I've been exploring SuSE for quite a bit
since last year.

Finally decided to make the move with Kubuntu release last week.

My question is with regards to a dual head setup for an Nvidia Geforce
4 Ti 4200 AGP 8x with 128Mb. 

With the Windows drivers, the configuration was quite simple.

I have an AOpen 19" CRT 85Hz 1600x1200 capable and a Mag XJ796 capable
of the same.

I understand that I need to change my conf file for x.org but I've
tried that - I get output on the main display, but the second display
gives me odd 'Atari-like' characters and a headache-deluxe refresh
rate.

I've never played around with this, so please bear with me.

The x.org mutilated :-#  file follows:

Code:
--------------------
    
  # /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 commands:
  #
  #   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
  #   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
  #   sudo dpkg-reconfigure xserver-xorg
  
  Section "Files"
  	FontPath	"unix/:7100"			# local font server
  	# if the local font server has problems, we can fall back on these
  	FontPath	"/usr/lib/X11/fonts/misc"
  	FontPath	"/usr/lib/X11/fonts/cyrillic"
  	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
  	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
  	FontPath	"/usr/lib/X11/fonts/Type1"
  	FontPath	"/usr/lib/X11/fonts/CID"
  	FontPath	"/usr/lib/X11/fonts/100dpi"
  	FontPath	"/usr/lib/X11/fonts/75dpi"
  # paths to defoma fonts
  	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
  EndSection
  
  Section "Module"
  	Load	"bitmap"
  	Load	"dbe"
  	Load	"ddc"
  	Load	"dri"
  	Load	"extmod"
  	Load	"freetype"
  	Load	"glx"
  	Load	"int10"
  	Load	"record"
  	Load	"type1"
  	Load	"vbe"
  EndSection
  
  Section "InputDevice"
  	Identifier	"Generic Keyboard"
  	Driver		"keyboard"
  	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"		"ImPS/2"
  	Option		"Emulate3Buttons"	"true"
  	Option		"ZAxisMapping"		"4 5"
  EndSection
  
  Section "Device"
  	Identifier	"NVIDIA Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
  	Driver		"nv"
  	BusID		"PCI:1:0:0"
  EndSection
  
  Section "Monitor"
  	Identifier	"MAG XJ796"
  	Option		"DPMS"
  	HorizSync	30-96
  	VertRefresh	50-160
  EndSection
  
  Section "Screen"
  	Identifier	"Default Screen"
  	Device		"NVIDIA Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
  	Monitor		"MAG XJ796"
  	DefaultDepth	24
  	SubSection "Display"
  		Depth		1
  		Modes		"1600x1200" "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  	SubSection "Display"
  		Depth		4
  		Modes		"1600x1200" "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  	SubSection "Display"
  		Depth		8
  		Modes		"1600x1200" "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  	SubSection "Display"
  		Depth		15
  		Modes		"1600x1200" "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  	SubSection "Display"
  		Depth		16
  		Modes		"1600x1200" "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  	SubSection "Display"
  		Depth		24
  		Modes		"1600x1200" "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480"
  	EndSubSection
  EndSection
  
  Section "Monitor"
  Identifier "Monitor[1]"
  HorizSync 31-65
  VertRefresh 50-70
  Option "DPMS"
  EndSection
  
  Section "Screen"
  Identifier "Second Screen"
  Device "NVIDIA Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
  Monitor "Monitor[1]"
  DefaultDepth 24
  SubSection "Display"
  Depth 1
  Modes "1600x1200"
  EndSubSection
  SubSection "Display"
  Depth 4
  Modes "1600x1200"
  EndSubSection
  SubSection "Display"
  Depth 8
  Modes "1600x1200"
  EndSubSection
  SubSection "Display"
  Depth 15
  Modes "1600x1200"
  EndSubSection
  SubSection "Display"
  Depth 16
  Modes "1600x1200"
  EndSubSection
  SubSection "Display"
  Depth 24
  Modes "1280x1024"
  EndSubSection
  EndSection
  
  
  
  Section "ServerLayout"
  	Identifier	"Default Layout"
  	Screen		"Default Screen"
  	InputDevice	"Generic Keyboard"
  	InputDevice	"Configured Mouse"
  EndSection
  
  Section "DRI"
  	Mode	0666
  EndSection
  
--------------------


Could you please point out where I am going wrong? 
Am I missing something?
How does 3D accel affect the setup?
Can you run different resolutions without enabling the virtual desktop
size?
How would multiple heads word with my existing 8 desktop configuration
in KDE?

Thanks in advance.  ;-)


-- 
kruppe




More information about the ubuntu-users mailing list