Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't get refresh rate to work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Itazuki
n00b
n00b


Joined: 01 Feb 2005
Posts: 55
Location: Ottawa

PostPosted: Thu Mar 08, 2007 3:15 am    Post subject: Can't get refresh rate to work Reply with quote

k I upgraded some packages I shouldn't have and my xorg.conf was overwritten. I thought I knew how to fix it but I can't get mhy refresh rate to 85hz. When I'm at the KDE login screen the resolution and refresh rate seem fine. i've confirmed that I have the right horizontal and vertical refresh rate set for the monitor. Here are the contents of my xorg.conf:


# /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 command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "nvidia"
BusID "PCI:5:0:0"
Option "RenderAccel" "true"
Option "AllowGLXWithComp
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Please help. This refresh rate of 60hz is unacceptable.
_________________
Algonquin College Graduate...not that that means much
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 970
Location: New Zealand

PostPosted: Thu Mar 08, 2007 3:26 am    Post subject: Reply with quote

Is your card ati or nvidia? Try commenting out horizsync and vertrefresh ranges, maybe the drivers will detect the correct values.
Quote:
Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "nvidia"
BusID "PCI:5:0:0"
Option "RenderAccel" "true"
Option "AllowGLXWithComp
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Back to top
View user's profile Send private message
Itazuki
n00b
n00b


Joined: 01 Feb 2005
Posts: 55
Location: Ottawa

PostPosted: Thu Mar 08, 2007 3:34 am    Post subject: Reply with quote

I did as you said. No help. I tried commenting out the DPMS and the horizontal and vertical refresh rates. No help. I tried just commenting out the DPMS part. No help.
_________________
Algonquin College Graduate...not that that means much
Back to top
View user's profile Send private message
Itazuki
n00b
n00b


Joined: 01 Feb 2005
Posts: 55
Location: Ottawa

PostPosted: Fri Mar 09, 2007 6:56 am    Post subject: Reply with quote

If I use vesa drivers everything works, come to think of it i actually updated my nvidia drivers when this all started happening. I just downgraded them but if i use the downgraded drivers x won't start.
_________________
Algonquin College Graduate...not that that means much
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 970
Location: New Zealand

PostPosted: Fri Mar 09, 2007 9:35 pm    Post subject: Reply with quote

Nvidia drivers detect and use the best refresh rate for my monitor, 85Hz. Look in the X log to see why things aren't working, if unsure post it here.
Back to top
View user's profile Send private message
Itazuki
n00b
n00b


Joined: 01 Feb 2005
Posts: 55
Location: Ottawa

PostPosted: Sat Mar 10, 2007 6:17 am    Post subject: Reply with quote

My xorg.conf is posted at the top of this thread.
_________________
Algonquin College Graduate...not that that means much
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 970
Location: New Zealand

PostPosted: Sat Mar 10, 2007 7:54 pm    Post subject: Reply with quote

Itazuki wrote:
My xorg.conf is posted at the top of this thread.
No, the X _log_ - ie in /var/log/.
Back to top
View user's profile Send private message
Itazuki
n00b
n00b


Joined: 01 Feb 2005
Posts: 55
Location: Ottawa

PostPosted: Sat Mar 10, 2007 10:51 pm    Post subject: Reply with quote

I've been using vesa for now as a workaround. When I change to "nvidia" drivers in Xorg.conf X doesn't start. Here's the log from when I did that:


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686
Current Operating System: Linux Outsider 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686
Build Date: 07 July 2006
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: Sat Mar 10 18:00:03 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "ATI Technologies, Inc. ATI Default Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
Entry deleted from font path.
(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,
/usr/share/fonts/X11/OTF,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/CID/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1458,5000 rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1458,0c11 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1458,0c11 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1458,5004 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1458,5004 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1458,ae01 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1458,5002 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 1458,b003 rev a3 class 01,04,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 1458,b003 rev a3 class 01,04,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1458,e000 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:07:0: chip 1002,4d52 card 1002,a346 rev 00 class 04,80,00 hdr 00
(II) PCI: 01:08:0: chip 168c,0013 card 1186,3203 rev 01 class 02,00,00 hdr 00
(II) PCI: 05:00:0: chip 10de,01df card 19f1,1fe2 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:9:0), (0,1,1), BCTRL: 0x0200 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe5000000 - 0xe51fffff (0x200000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00008000 - 0x00008fff (0x1000) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xe2000000 - 0xe4ffffff (0x3000000) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(5:0:0) nVidia Corporation unknown chipset (0x01df) rev 161, Mem @ 0xe2000000/24, 0xd0000000/28, 0xe3000000/24
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xe5100000 - 0xe510ffff (0x10000) MX[B]
[1] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
[2] -1 0 0xe5000000 - 0xe50fffff (0x100000) MX[B]
[3] -1 0 0xe5203000 - 0xe5203fff (0x1000) MX[B]
[4] -1 0 0xe5200000 - 0xe5200fff (0x1000) MX[B]
[5] -1 0 0xe5205000 - 0xe5205fff (0x1000) MX[B]
[6] -1 0 0xe5204000 - 0xe5204fff (0x1000) MX[B]
[7] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[8] -1 0 0xe5201000 - 0xe5201fff (0x1000) MX[B]
[9] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[12] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[13] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[14] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[15] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[16] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[17] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[18] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[19] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[20] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[21] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[22] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[24] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[25] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[26] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[27] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[28] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe5100000 - 0xe510ffff (0x10000) MX[B]
[1] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
[2] -1 0 0xe5000000 - 0xe50fffff (0x100000) MX[B]
[3] -1 0 0xe5203000 - 0xe5203fff (0x1000) MX[B]
[4] -1 0 0xe5200000 - 0xe5200fff (0x1000) MX[B]
[5] -1 0 0xe5205000 - 0xe5205fff (0x1000) MX[B]
[6] -1 0 0xe5204000 - 0xe5204fff (0x1000) MX[B]
[7] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[8] -1 0 0xe5201000 - 0xe5201fff (0x1000) MX[B]
[9] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[12] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[13] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[14] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[15] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[16] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[17] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[18] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[19] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[20] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[21] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[22] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[24] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[25] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[26] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[27] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[28] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe5100000 - 0xe510ffff (0x10000) MX[B]
[5] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
[6] -1 0 0xe5000000 - 0xe50fffff (0x100000) MX[B]
[7] -1 0 0xe5203000 - 0xe5203fff (0x1000) MX[B]
[8] -1 0 0xe5200000 - 0xe5200fff (0x1000) MX[B]
[9] -1 0 0xe5205000 - 0xe5205fff (0x1000) MX[B]
[10] -1 0 0xe5204000 - 0xe5204fff (0x1000) MX[B]
[11] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[12] -1 0 0xe5201000 - 0xe5201fff (0x1000) MX[B]
[13] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
[14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[19] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[20] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[21] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[22] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[23] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[24] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[25] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[26] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[27] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[28] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[30] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[31] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[32] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[33] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[34] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8776
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8776
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) Wacom driver level: 47-0.7.2 $
(II) NVIDIA X Driver 1.0-8776 Mon Oct 16 21:58:46 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 05:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe5100000 - 0xe510ffff (0x10000) MX[B]
[5] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
[6] -1 0 0xe5000000 - 0xe50fffff (0x100000) MX[B]
[7] -1 0 0xe5203000 - 0xe5203fff (0x1000) MX[B]
[8] -1 0 0xe5200000 - 0xe5200fff (0x1000) MX[B]
[9] -1 0 0xe5205000 - 0xe5205fff (0x1000) MX[B]
[10] -1 0 0xe5204000 - 0xe5204fff (0x1000) MX[B]
[11] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[12] -1 0 0xe5201000 - 0xe5201fff (0x1000) MX[B]
[13] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
[14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[19] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[20] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[21] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[22] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[23] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[24] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[25] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[26] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[27] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[28] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[30] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[31] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[32] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[33] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[34] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe5100000 - 0xe510ffff (0x10000) MX[B]
[5] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
[6] -1 0 0xe5000000 - 0xe50fffff (0x100000) MX[B]
[7] -1 0 0xe5203000 - 0xe5203fff (0x1000) MX[B]
[8] -1 0 0xe5200000 - 0xe5200fff (0x1000) MX[B]
[9] -1 0 0xe5205000 - 0xe5205fff (0x1000) MX[B]
[10] -1 0 0xe5204000 - 0xe5204fff (0x1000) MX[B]
[11] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[12] -1 0 0xe5201000 - 0xe5201fff (0x1000) MX[B]
[13] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
[14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[22] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[23] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[24] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[25] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[26] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[27] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[28] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[29] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[30] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[31] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[32] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[33] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[34] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[35] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[36] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[37] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[39] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0): that the NVIDIA device files have been created properly.
(EE) NVIDIA(0): Please consult the NVIDIA README for details.
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found




___________________________________________________________________________________________________________________________________________




I looked at this and checked around. I reinstalled my nvidia drivers. Same thing. Here's the Xorg.log.0 from that:


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686
Current Operating System: Linux Outsider 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686
Build Date: 07 July 2006
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: Sat Mar 10 18:15:50 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "ATI Technologies, Inc. ATI Default Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
Entry deleted from font path.
(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,
/usr/share/fonts/X11/OTF,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/CID/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1458,5000 rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1458,0c11 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1458,0c11 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1458,5004 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1458,5004 rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1458,ae01 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1458,5002 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 1458,b003 rev a3 class 01,04,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 1458,b003 rev a3 class 01,04,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1458,e000 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:07:0: chip 1002,4d52 card 1002,a346 rev 00 class 04,80,00 hdr 00
(II) PCI: 01:08:0: chip 168c,0013 card 1186,3203 rev 01 class 02,00,00 hdr 00
(II) PCI: 05:00:0: chip 10de,01df card 19f1,1fe2 rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:9:0), (0,1,1), BCTRL: 0x0200 (VGA_EN is cleared)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe5000000 - 0xe51fffff (0x200000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00008000 - 0x00008fff (0x1000) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0xe2000000 - 0xe4ffffff (0x3000000) MX[B]
(II) Bus 5 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(5:0:0) nVidia Corporation unknown chipset (0x01df) rev 161, Mem @ 0xe2000000/24, 0xd0000000/28, 0xe3000000/24
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xe5100000 - 0xe510ffff (0x10000) MX[B]
[1] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
[2] -1 0 0xe5000000 - 0xe50fffff (0x100000) MX[B]
[3] -1 0 0xe5203000 - 0xe5203fff (0x1000) MX[B]
[4] -1 0 0xe5200000 - 0xe5200fff (0x1000) MX[B]
[5] -1 0 0xe5205000 - 0xe5205fff (0x1000) MX[B]
[6] -1 0 0xe5204000 - 0xe5204fff (0x1000) MX[B]
[7] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[8] -1 0 0xe5201000 - 0xe5201fff (0x1000) MX[B]
[9] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[12] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[13] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[14] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[15] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[16] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[17] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[18] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[19] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[20] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[21] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[22] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[24] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[25] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[26] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[27] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[28] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe5100000 - 0xe510ffff (0x10000) MX[B]
[1] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
[2] -1 0 0xe5000000 - 0xe50fffff (0x100000) MX[B]
[3] -1 0 0xe5203000 - 0xe5203fff (0x1000) MX[B]
[4] -1 0 0xe5200000 - 0xe5200fff (0x1000) MX[B]
[5] -1 0 0xe5205000 - 0xe5205fff (0x1000) MX[B]
[6] -1 0 0xe5204000 - 0xe5204fff (0x1000) MX[B]
[7] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[8] -1 0 0xe5201000 - 0xe5201fff (0x1000) MX[B]
[9] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
[10] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[11] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[12] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[13] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[14] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[15] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[16] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[17] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[18] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[19] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[20] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[21] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[22] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[24] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[25] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[26] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[27] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[28] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe5100000 - 0xe510ffff (0x10000) MX[B]
[5] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
[6] -1 0 0xe5000000 - 0xe50fffff (0x100000) MX[B]
[7] -1 0 0xe5203000 - 0xe5203fff (0x1000) MX[B]
[8] -1 0 0xe5200000 - 0xe5200fff (0x1000) MX[B]
[9] -1 0 0xe5205000 - 0xe5205fff (0x1000) MX[B]
[10] -1 0 0xe5204000 - 0xe5204fff (0x1000) MX[B]
[11] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[12] -1 0 0xe5201000 - 0xe5201fff (0x1000) MX[B]
[13] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
[14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[19] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[20] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[21] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[22] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[23] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[24] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[25] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[26] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[27] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[28] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[30] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[31] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[32] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[33] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[34] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8776
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8776
Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) Wacom driver level: 47-0.7.2 $
(II) NVIDIA X Driver 1.0-8776 Mon Oct 16 21:58:46 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 05:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe5100000 - 0xe510ffff (0x10000) MX[B]
[5] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
[6] -1 0 0xe5000000 - 0xe50fffff (0x100000) MX[B]
[7] -1 0 0xe5203000 - 0xe5203fff (0x1000) MX[B]
[8] -1 0 0xe5200000 - 0xe5200fff (0x1000) MX[B]
[9] -1 0 0xe5205000 - 0xe5205fff (0x1000) MX[B]
[10] -1 0 0xe5204000 - 0xe5204fff (0x1000) MX[B]
[11] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[12] -1 0 0xe5201000 - 0xe5201fff (0x1000) MX[B]
[13] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
[14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[19] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[20] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[21] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[22] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[23] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[24] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[25] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[26] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[27] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[28] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[30] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[31] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[32] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[33] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[34] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe5100000 - 0xe510ffff (0x10000) MX[B]
[5] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B]
[6] -1 0 0xe5000000 - 0xe50fffff (0x100000) MX[B]
[7] -1 0 0xe5203000 - 0xe5203fff (0x1000) MX[B]
[8] -1 0 0xe5200000 - 0xe5200fff (0x1000) MX[B]
[9] -1 0 0xe5205000 - 0xe5205fff (0x1000) MX[B]
[10] -1 0 0xe5204000 - 0xe5204fff (0x1000) MX[B]
[11] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
[12] -1 0 0xe5201000 - 0xe5201fff (0x1000) MX[B]
[13] -1 0 0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
[14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[15] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[22] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[B]
[23] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[24] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[25] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[26] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[27] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[28] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[29] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[30] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[31] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[32] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[33] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[34] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
[35] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[36] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[37] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[39] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0): that the NVIDIA device files have been created properly.
(EE) NVIDIA(0): Please consult the NVIDIA README for details.
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
_________________
Algonquin College Graduate...not that that means much
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 970
Location: New Zealand

PostPosted: Sun Mar 11, 2007 6:45 am    Post subject: Reply with quote

The nvidia driver doesn't like the "dri" X module, so you can remove if from xorg.conf. The big failures the logs show are about the nvidia kernel module. Is this module loaded? If not check dmesg to see why it fails...
Back to top
View user's profile Send private message
balgo
n00b
n00b


Joined: 11 Dec 2004
Posts: 11

PostPosted: Sun Apr 01, 2007 8:49 am    Post subject: Reply with quote

Try this in nvidia device section:

Option "UseEDIDFreqs" "FALSE"

With this Option the refresh rate settings in xorg.conf works.
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Sun Apr 01, 2007 10:45 am    Post subject: Reply with quote

With nvidia, see thread to stop the nvidia driver from telling the desktop the wrong refresh rate:
Code:
Option      "DynamicTwinView"       "False"
Back to top
View user's profile Send private message
balgo
n00b
n00b


Joined: 11 Dec 2004
Posts: 11

PostPosted: Sun Apr 01, 2007 12:00 pm    Post subject: Reply with quote

Code:
Option      "DynamicTwinView"       "False"


This option don't work for me, but

Code:
Option "UseEDIDFreqs" "FALSE"


works fine ;-)
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Apr 02, 2007 9:22 am    Post subject: Reply with quote

To fix the refresh rate, why not replace the range with a set value. So
Code:
VertRefresh 50-160

with
Code:
VertRefresh 85



But the above error of "no screens found" is due to a fundamental misconfiguration of xorg.conf, and you wouldn't even see X at all. Are you sure you're reading the correct xorg log file? There are normally a couple to choose from (depending on your VT configurations etc), check the modified date.




Cheers,
jcat
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Mon Apr 02, 2007 2:17 pm    Post subject: Reply with quote

jcat wrote:
set value.

80-90 would be better than 85. It appears to be subject to rounding errors, so presumably is a calculation.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum