RE: still monitor problems
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "PS/2"
> Option "Device" "/dev/mouse"
If you are using a gpm mouse, and it is using the default configuration,
these lines should be
Option "Protocol" "[whatever you told GPM to repeat]"
Option "Device" "/dev/gpmdata"
To find what gpm is repeating, look at /etc/gpm.conf. The line
"repeat_type= xxx" will let you know what mode you want to emulate. With my
logitech 3 button mouse, I repeat ms3, and my XF86config says
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IntelliMouse"
Option "Device" "/dev/gpmdata"
> EndSection
>
> Section "Monitor"
> Identifier "Monitor0"
> VendorName "SNY"
> ModelName "CPD-520GS"
> HorizSync 30.0 - 96.0
> VertRefresh 48.0 - 160.0
> EndSection
This looks right.
>
> Section "Device"
> ### Available Driver options are:-
> ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
> ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
> ### [arg]: arg optional
> #Option "SWcursor" # [<bool>]
> #Option "HWcursor" # [<bool>]
> #Option "NoAccel" # [<bool>]
> #Option "ShowCache" # [<bool>]
> #Option "ShadowFB" # [<bool>]
> #Option "UseFBDev" # [<bool>]
> #Option "Rotate" # [<str>]
> #Option "VideoKey" # <i>
> #Option "FlatPanel" # [<bool>]
> Identifier "Card0"
> Driver "nv"
> VendorName "NVidia"
> BoardName "Riva TNT"
> BusID "PCI:1:0:0"
> EndSection
If you are using the nv driver, I don't know if you can use the glx module.
I think you should load the GLcore module.
>
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> SubSection "Display"
> Depth 1
> EndSubSection
> SubSection "Display"
> Depth 4
> EndSubSection
> SubSection "Display"
> Depth 8
> EndSubSection
> SubSection "Display"
> Depth 15
> EndSubSection
> SubSection "Display"
> Depth 16
> EndSubSection
> SubSection "Display"
> Depth 24
> EndSubSection
> EndSection
>
> --------------
This is all O.K.
> (II) NV(0): Supported VESA Video Modes:
> (II) NV(0): 720x400@70Hz
> (II) NV(0): 720x400@88Hz
> (II) NV(0): 640x480@60Hz
> (II) NV(0): 640x480@67Hz
> (II) NV(0): 640x480@72Hz
> (II) NV(0): 640x480@75Hz
> (II) NV(0): 800x600@56Hz
> (II) NV(0): 800x600@60Hz
> (II) NV(0): 800x600@72Hz
> (II) NV(0): 800x600@75Hz
> (II) NV(0): 832x624@75Hz
> (II) NV(0): 1024x768@87Hz (interlaced)
> (II) NV(0): 1024x768@60Hz
> (II) NV(0): 1024x768@70Hz
> (II) NV(0): 1024x768@75Hz
> (II) NV(0): 1280x1024@75Hz
> (II) NV(0): 1152x870@75Hz
> (II) NV(0): Manufacturer's mask: 0
> (II) NV(0): Supported Future Video Modes:
> (II) NV(0): #0: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
> (II) NV(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
> (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297
> (II) NV(0): #3: hsize: 1024 vsize 768 refresh: 85 vid: 22881
> (II) NV(0): #4: hsize: 800 vsize 600 refresh: 85 vid: 22853
> (II) NV(0): #5: hsize: 640 vsize 480 refresh: 85 vid: 22833
> (II) NV(0): #6: hsize: 1800 vsize 1440 refresh: 60 vid: 32962
> (II) NV(0): Supported additional Video Mode:
> (II) NV(0): clock: 25.2 MHz Image Size: 312 x 234 mm
> (II) NV(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800
> h_border: 0
> (II) NV(0): v_active: 480 v_sync: 490 v_sync_end 492 v_blanking: 525
> v_border: 0
> (II) NV(0): Ranges: V min: 48 V max: 160 Hz, H min: 30 H max: 96 kHz,
> PixClock max 2550 MHz
> (II) NV(0): Monitor name: CPD-520GS
> (II) NV(0): Serial No: 2713729
> (II) NV(0): end of DDC Monitor info
>
> (==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
> (II) NV(0): Monitor0: Using hsync range of 30.00-96.00 kHz
> (II) NV(0): Monitor0: Using vrefresh range of 48.00-160.00 Hz
> (II) NV(0): Clock range: 12.00 to 350.00 MHz
> (II) NV(0): Not using default mode "1600x1200" (hsync out of range)
> (II) NV(0): Not using default mode "1792x1344" (hsync out of range)
> (II) NV(0): Not using default mode "1856x1392" (hsync out of range)
> (II) NV(0): Not using default mode "1920x1440" (hsync out of range)
> (--) NV(0): Virtual size is 1920x1440 (pitch 1920)
> (**) NV(0): Default mode "1920x1440": 234.0 MHz, 90.0 kHz, 60.0 Hz
> (II) NV(0): Modeline "1920x1440" 234.00 1920 2048 2256 2600 1440 1441
> 1444 1500 -hsync +vsync
> (++) NV(0): DPI set to (100, 100)
Read the section above. You need to pick a screen that your monitor can
display **and** your video card can render. It looks like the max non
interlaced screen size you can generate is 1200 x 1024, but all you
modelines are highr than that so it fails to use your modelines and reverts
to the default 640x480 resolution.
I hope this has been a help.
Reply to: