whitethunder922
July 14th, 2008, 12:26 PM
I'm running 8.04 2.6.24-19-generic on a Dell Latitude D820 laptop with an Nvidia GeForce Go 7300 and an external Dell monitor. The laptop screen maxes out at 1920x1200 and the external monitor goes to 1280x1024. I'm having a hard time getting the resolutions and configurations just right. I've tried using nvidia-settings but it always complains that I'm not using the Nvidia drivers, which is a lie because I used envyng to install them. Even if I use the Hardware Drivers app to install proprietary drivers, it STILL complains that I'm not using the Nvidia driver. So that's why I've resorted to manually editing the xorg.conf file directly. If anyone knows how to get the GUI tool working, that would be ideal. Otherwise, could someone let me know how to modify my xorg.conf file?
I have the external monitor as a secondary monitor so that I can take my laptop away from the docking station and still have it work fine. The monitor is to the right of the laptop screen. Right now it seems to think that the external monitor is the primary monitor because that's where the login screen appears (with the laptop screen being blank). The laptop screen ends up being rightof the external screen with some amount of unviewable desktop space inbetween. So if I move my mouse pointer off the right edge of the external monitor, it disappears for a second, but when I keep dragging it to the right, it eventually appears on the left edge of the laptop screen. Additionally, the laptop screen's resolution is not set right. I think it's at 1280x1024 as well. Any ideas what I need to do to the xorg.conf file below? Thanks!
P.S. If any of you looking at this are wondering "why did you...(fill in blank)", it's because I hardly know what I'm doing with this stuff.
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "bitmap"
Load "ddc"
Load "dri"
Load "int10"
Load "vbe"
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
EndSection
... (omitted mouse/keyboard info)
#Laptop display
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.0 - 84.0
VertRefresh 56.0 - 77.0
Option "DPMS"
EndSection
#External monitor
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Dell 1907FPVt"
HorizSync 31.0 - 84.0
VertRefresh 56.0 - 77.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 7300"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 7300"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1920x1200 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1280x1024 +1280+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
I have the external monitor as a secondary monitor so that I can take my laptop away from the docking station and still have it work fine. The monitor is to the right of the laptop screen. Right now it seems to think that the external monitor is the primary monitor because that's where the login screen appears (with the laptop screen being blank). The laptop screen ends up being rightof the external screen with some amount of unviewable desktop space inbetween. So if I move my mouse pointer off the right edge of the external monitor, it disappears for a second, but when I keep dragging it to the right, it eventually appears on the left edge of the laptop screen. Additionally, the laptop screen's resolution is not set right. I think it's at 1280x1024 as well. Any ideas what I need to do to the xorg.conf file below? Thanks!
P.S. If any of you looking at this are wondering "why did you...(fill in blank)", it's because I hardly know what I'm doing with this stuff.
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "bitmap"
Load "ddc"
Load "dri"
Load "int10"
Load "vbe"
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
EndSection
... (omitted mouse/keyboard info)
#Laptop display
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.0 - 84.0
VertRefresh 56.0 - 77.0
Option "DPMS"
EndSection
#External monitor
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Dell 1907FPVt"
HorizSync 31.0 - 84.0
VertRefresh 56.0 - 77.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 7300"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 7300"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1920x1200 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1280x1024 +1280+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection