Re: xorg with Nvidia Go5600 at 1600x1200
console): console keyboard, using > wsdisplay0 > pms0 at pckbc0 (aux slot) > pckbc0: using irq 12 for aux slot > wsmouse0 at pms0 mux 0 > pcppi0 at isa0 port 0x61 > midi0 at pcppi0: > sysbeep0 at pcppi0 > lpt0 at isa0 port 0x378/4 irq 7 > npx0 at isa0 port 0xf0/16: using exception 16 > pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo > biomask eb6d netmask ef6d ttymask ffef > pctr: user-level cycle counter enabled > uhidev0 at uhub0 port 2 configuration 1 interface 0 > uhidev0: Sony OPM-U01, rev 2.00/5.80, addr 2, iclass 3/1 > ums0 at uhidev0: 3 buttons and Z dir. > wsmouse1 at ums0 mux 0 > dkcsum: wd0 matched BIOS disk 80 > root on wd0a > rootdev=0x0 rrootdev=0x300 rawdev=0x302 > umass0 at uhub1 port 2 configuration 1 interface 0 > umass0: Creative Labs product 0x4116, rev 2.00/0.01, addr 2 > umass0: using SCSI over Bulk-Only > scsibus1 at umass0: 2 targets > sd0 at scsibus1 targ 1 lun 0: SCSI4 > 0/direct removable > sd0: 3885MB, 3885 cyl, 64 head, 32 sec, 512 bytes/sec, 7958527 sec total > umass0: at uhub1 port 2 (addr 2) disconnected > sd0 detached > scsibus1 detached > umass0 detached > umass0 at uhub1 port 2 configuration 1 interface 0 > umass0: Creative Labs product 0x4116, rev 2.00/0.01, addr 2 > umass0: using SCSI over Bulk-Only > scsibus1 at umass0: 2 targets > sd0 at scsibus1 targ 1 lun 0: SCSI4 > 0/direct removable > sd0: 3885MB, 3885 cyl, 64 head, 32 sec, 512 bytes/sec, 7958527 sec total > > -- pirge :: vice is its own reward
Re: xorg with Nvidia Go5600 at 1600x1200
Add this to your xorg.conf in the Device section for the nv driver: Option "FlatPanel" True and remove the Modes lines in the Screen section. It should default to the largest res it can find. Then double check the HorizSync and VertRefresh you have defined in the Monitor section. On 06/10/05, stefan hoffmann <[EMAIL PROTECTED]> wrote: > Hi, > > thank you for your answer. > > pirge wrote: > > nv will do 1600x1200 - I run a geforce 2 go (dell inspiron 8100) with > > openbsd 3.7 generic at that resolution. > > Reading the nv man page I'm not sure it supports the Go5600..? > As you can see in the log, the chipset is listed. > > > Need to see your xorg.conf and xorg log > > ---xorg.conf: > ---# File generated by xorgconfig. > > # all comments removed > > Section "Module" > Load"dbe" # Double buffer extension > SubSection "extmod" >Option"omit xfree86-dga" # don't initialise the DGA extension > EndSubSection > Load"type1" > Load"freetype" > EndSection > > Section "Files" > RgbPath"/usr/X11R6/lib/X11/rgb" > FontPath "/usr/X11R6/lib/X11/fonts/misc/" > FontPath "/usr/X11R6/lib/X11/fonts/TTF/" > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > FontPath "/usr/X11R6/lib/X11/fonts/CID/" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" > FontPath "/usr/X11R6/lib/X11/fonts/local/" > EndSection > > Section "ServerFlags" > EndSection > > Section "InputDevice" > Identifier "Keyboard1" > Driver "kbd" > Option "AutoRepeat" "500 30" > Option "XkbRules" "xorg" > Option "XkbModel" "pc104" > Option "XkbLayout" "de" > EndSection > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol""wsmouse" > Option "Device" "/dev/wsmouse" > Option "ZAxisMapping" "4 5" > EndSection > > Section "Monitor" > Identifier "My Monitor" > HorizSync 31.5 - 64.3 > VertRefresh 40-150 > EndSection > > Section "Device" > Identifier "Standard VGA" > VendorName "Unknown" > BoardName "Unknown" > Driver "vga" > EndSection > > # Device configured by xorgconfig: > > Section "Device" > Identifier "nVidia Go5600" > Driver "nv" > EndSection > > Section "Screen" > Identifier "Screen 1" > Device "nVidia Go5600" > Monitor "My Monitor" > DefaultDepth 24 > Subsection "Display" > Depth 16 > Modes "1280x1024" "1024x768" "800x600" "640x480" > ViewPort0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "1600x1200" "1280x1024" "800x600" "640x480" > ViewPort0 0 > EndSubsection > EndSection > > Section "ServerLayout" > Identifier "Simple Layout" > Screen "Screen 1" > InputDevice "Mouse1" "CorePointer" > InputDevice "Keyboard1" "CoreKeyboard" > EndSection > ---xorg.conf. > > ---Xorg.0.log: > (--) checkDevMem: using aperture driver /dev/xf86 > (--) Using wscons driver in pcvt compatibility mode (version 3.32) > (WW) GARTInit: AGPIOC_INFO failed (Device not configured) > > X Window System Version 6.8.2 > Release Date: 9 February 2005 > X Protocol Version 11, Revision 0, Release 6.8.2 > Build Operating System: OpenBSD 3.7 i386 [ELF] > Current Operating System: OpenBSD tymon.my.domain 3.7 GENERIC#50 i386 > Build Date: 16 March 2005 > Before reporting problems, check http://wiki.X.Org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct