|
|
#1 | |
|
Registered User
|
O.k., so I have been running linux on this laptop for many years. And there was always the blackbar issue unless you had Option "IgnoreEDID" "true" in your config file....but now this doesnt seem to work.
Some of you may remember me from the post I had with issues with the previous module on gentoo.....but now I am running on xandros beta 4. I had 8178 running just fine using the hack required for 2.6.15 series kernels. Here is my current config (which has the black bar irregardless of whether I use the IgnoreEDID option: /etc/modprobe.d/nvidia file Code:
options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1 NVreg_SoftEDIDs=0 NVreg_Mobile=1 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660 Code:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/sharefont"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
# Load "int10"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event2"
Option "Type" "cursor"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event2"
Option "Type" "stylus"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event2"
Option "Type" "eraser"
Option "USB" "on"
Option "Vendor" "WACOM"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Toshiba 6100 LCD Display"
HorizSync 31.5 - 100
VertRefresh 40 - 70
Option "ddc" "off"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA"
BoardName "NVIDIA GeForce 4 420 Go"
VideoRam 16384
Option "BackingStore" "On"
Option "NoLogo" "true"
Option "RenderAccel" "true"
#Option "IgnoreDisplayDevices" "TV"
Option "IgnoreEDID" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Modes "1024x768" "1280x1024" "1400x1024" "1400x1050" "1600x1024"
#Option "IgnoreEDID" "true" commented out because always worked in device
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "1280x1024" "1400x1024" "1400x1050" "1600x1024"
Virtual 1024 768
EndSubSection
EndSection
Code:
VideoMemoryTypeOverride: 1 EnableVia4x: 0 EnableALiAGP: 0 NvAGP: 3 ReqAGPRate: 15 EnableAGPSBA: 1 EnableAGPFW: 1 SoftEDIDs: 0 Mobile: 1 ResmanDebugLevel: 4294967295 FlatPanelMode: 0 DevicesConnected: 0 VideoEnhancement: 0 RmLogonRC: 1 VbiosFromROM: 0 ModifyDeviceFiles: 1 DeviceFileUID: 0 DeviceFileGID: 44 DeviceFileMode: 432 RemapLimit: 0 UseCPA: 4294967295 DetectPrimaryVga: 1 SaveVBios: 0 EnableBrightnessControl: 0
__________________
Ed Wiget http://www.maysville-linux-users-group.org http://www.xtremewebhosts.com http://www.rhpstudios.com http://www.edwiget.name |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Nov 2004
Posts: 171
|
Have you tried any of the new xorg.conf options:
Option "UseEdidFreqs" "boolean" Option "UseEDID" "boolean" There appears to be a lot more new options affecting the use of EDID info in this driver, have you taken a look at the README recently?
__________________
GA-MA790GP-DS4H, ATI Radeon HD3300, AMD Phenom X4 9850, 4GB PC8500 [Ubuntu 8.10] Toshiba 2450-201, GeForce4 420 Go 32MB, Pentium4 2.4GHz, 512 MB PC2700 [Ubuntu 8.10] |
|
|
|
|
|
|
#3 | |
|
Registered User
|
Quote:
I will take a look at the readme and update when I find a fix.
__________________
Ed Wiget http://www.maysville-linux-users-group.org http://www.xtremewebhosts.com http://www.rhpstudios.com http://www.edwiget.name |
|
|
|
|
|
|
#4 | |
|
Registered User
|
Quote:
If I set both UseEdidFreqs and UseEDID to false (since they are true by default), then the black bar grows to about 3 inches on the right of the screen, and there is a gray bar about 1/3 of the way up the screen and about 1/4" wide that runs horizontal. If I comment out UseEdidFreqs which makes it true by default and leave UseEDID as false, then I get a 3 inch black verticle bar on right, and a 1/2" horizontal bar about 4 inches up the screen that gradually gorws brighter in color from gray to white....but no kdm or gdm appears. If I have UseEdidFreqs false and comment out UseEDID which makes it true, then I have the same original problem - about a 1 inch black bar on the right of the screen that runs verticle, however, I have the kdm login screen and adding the virtual screen allows me to scroll hard right or hard left to view the screen. Both of these options were using the same nvidia modules as above, except I tried mobile=5 for this test (per someone else post in another toshiba thread)
__________________
Ed Wiget http://www.maysville-linux-users-group.org http://www.xtremewebhosts.com http://www.rhpstudios.com http://www.edwiget.name |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Dec 2005
Posts: 14
|
interesting ... 1 inch that's a lot ... mine is no more than 3-4 mm but I'm a
perfectionist so it bothers me .When launching startx with logverbose 6, I get: 1) if UseEdid = True with Code:
Option "ModeValidation" "NoMaxPClkCheck,NoEdidMaxPClkCheck,NoMaxSizeCheck,NoEdidDFPMaxSizeCheck" Code:
Mode is rejected: Mode (1600 x 1200) is too large for DFP Code:
(--) NVIDIA(0): --- EDID for NVIDIA Default Flat Panel (DFP-0) --- (--) NVIDIA(0): EDID Version : 1.3 (--) NVIDIA(0): Manufacturer : NVD (--) NVIDIA(0): Monitor Name : NVIDIA Default Flat Panel (--) NVIDIA(0): Product ID : 1024 (--) NVIDIA(0): 32-bit Serial Number : 0 (--) NVIDIA(0): Serial Number String : (--) NVIDIA(0): Manufacture Date : 2002, week 45 (--) NVIDIA(0): DPMS Capabilities : Standby Suspend Active Off (--) NVIDIA(0): Prefer first detailed timing : Yes (--) NVIDIA(0): Supports GTF : No (--) NVIDIA(0): Maximum Image Size : 320mm x 240mm (--) NVIDIA(0): Valid HSync Range : 29kHz - 76kHz (--) NVIDIA(0): Valid VRefresh Range : 0Hz - 60Hz (--) NVIDIA(0): (--) NVIDIA(0): Detailed Timings: (--) NVIDIA(0): 1588 x 1200 @ 60Hz (--) NVIDIA(0): Pixel Clock : 162.00 MHz (--) NVIDIA(0): HRes, HSyncStart : 1588, 1664 (--) NVIDIA(0): HSyncEnd, HTotal : 1856, 2160 (--) NVIDIA(0): VRes, VSyncStart : 1200, 1201 (--) NVIDIA(0): VSyncEnd, VTotal : 1204, 1250 (--) NVIDIA(0): H/V Polarity : +/+ too ModeLine "1600x1200_60_0" 161.89 1600 1672 2032 2176 1200 1202 1214 1240 which is 1600x1200, below 162 MHz dotclock ... 2) if UseEdid = False (whether UseEdidFreqs = True or False): Code:
(II) NVIDIA(0): Validating Mode "1600x1200_60_0": (II) NVIDIA(0): 1600 x 1200 @ 60Hz (II) NVIDIA(0): Mode Source: X Server (II) NVIDIA(0): Pixel Clock : 161.89 MHz (II) NVIDIA(0): HRes, HSyncStart : 1600, 1672 (II) NVIDIA(0): HSyncEnd, HTotal : 2032, 2176 (II) NVIDIA(0): VRes, VSyncStart : 1200, 1202 (II) NVIDIA(0): VSyncEnd, VTotal : 1214, 1240 (II) NVIDIA(0): H/V Polarity : -/- (II) NVIDIA(0): Mode is valid. (II) NVIDIA(0): (WW) NVIDIA(0): Unable to use mode "1600x1200_60_0" for DFP-0; cannot compute (WW) NVIDIA(0): backend DFP timings (no EDID). Last edited by 120; 04-09-06 at 08:51 AM. |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AMD FX-8120 Black Edition CPU Review (with Asus M5A99X EVO) | News | Latest Tech And Game Headlines | 0 | 06-21-12 08:30 AM |
| Toshiba Satellite 1955/S801, GeForce4 440 Go | azaroth | NVIDIA Linux | 2 | 01-01-03 08:19 PM |