|
|
#1 | |
|
Registered User
Join Date: Nov 2005
Posts: 1
|
I have a Sun W2100z workstation running Solaris 10 and my video card is a Nvidia Quadro 4 card (NV280) and its connected to a Dell 2405fpw 24 Inch LCD via a DVI connecter. Im trying to set my display to 1920x1200 @60hz and have been unsucessful. Also, I am using the 1.0-7667 drivers.
Has anyone out there been able to get this working? If so could you post your xorg.conf file. I will post mine later on today in case anyone could tell me what im doing wrong. Thanks in advance. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Dec 2004
Posts: 226
|
Im running on Gentoo Linux with a 7800 GT heres my xorg.conf
Code:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# PS/2 Mouse using /dev/input/mice in Kernel 2.6
# Serial Mouse not detected
InputDevice "USB Mouse" "CorePointer"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "127.0.0.1:7100"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/jmk"
FontPath "/usr/share/fonts/lfp-fix"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/lfp-var"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/baekmuk"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/jisx0213"
FontPath "/usr/share/fonts/monafont"
FontPath "/usr/share/fonts/mplus"
FontPath "/usr/share/fonts/shinonome"
FontPath "/usr/share/fonts/ttf"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ttf/korean/baekmuk"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ghostscript"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/unifont"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Protocol" "evdev"
Option "Dev Name" "Logitech USB Receiver"
Option "Dev Phys" "usb-*/input0"
Option "Device" "/dev/input/mice"
Option "Buttons" "12"
Option "ZAxisMapping" "11 12"
Option "Resolution" "800"
EndSection
# Auto-generated by KNOPPIX mkxf86config
Section "Monitor"
Identifier "Monitor0"
VendorName "Dell"
ModelName "2405FPW"
DisplaySize 488 305
Modeline "DELL1920" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -HSync +Vsync
Modeline "DELL1600" 160.96 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync
Modeline "DELL1280" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
Modeline "DELL1152" 104.99 1152 1224 1352 1552 864 865 868 902 -HSync +Vsync
Modeline "DELL1024" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
Modeline "DELL800" 48.91 800 840 920 1040 600 601 604 627 -HSync +Vsync
Modeline "DELL640" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "NVIDIA"
BoardName "NVIDIA Geforce 7800 GT"
Option "RenderAccel" "on"
Option "DPMS" "on"
Option "DigitalVibrance" "0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "DELL1920"
ViewPort 0 0
EndSubsection
EndSection
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2007
Posts: 2
|
Hey, thanks! That xorg.conf finally managed to let me get 1920 x 1200 on my Dell 2405FPW via the VGA analog connection (it's on a KVM with other machines).
Somebody oughta make this a Sticky on the forum. |
|
|
|
|
|
#4 | |
|
*BANNED*
Join Date: Sep 2007
Posts: 10
|
Its about time someone posted the monitor freq. Horz and Vert settings. I've been for looking for about a year. THANK YOU THANK YOU! Definitly a great post.
![]() |
|
|
|
|
![]() |
| Thread Tools | |
|
|