Posts: 23
curtludwig
Joined: 01 Nov 2007
#1
I've got an old nVidia Quadro 4 380XGL in a Compaq w8000 with a Samsung SyncMaster 740N monitor. I want to use 1280x1024 for my resolution which I can do from the boot cd by picking it at boot but I can't get to work once I've installed to the HD...

If I load the drivers (either legacy or not) through the control center I lose everything and have to reinstall...

Oh theres a stack of other foolishness going on, this is just the first. I am pleased with the basic interface though and its of course very snappy on my hardware.

-Curt
Last edited by curtludwig on 23 Dec 2009, 02:43, edited 1 time in total.
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#2
Post your /etc/X11/xorg.conf. It may just need some editing.
Posts: 23
curtludwig
Joined: 01 Nov 2007
#3
I tried that but without really knowing what I'm doing...
I like how the control center will give me the files to edit.

Section"ServerLayout"
Identifier"XFree86 Configured"
Screen 0"Screen0" 0 0
#Screen 0"ATIScreen" 0 0
#Screen 1"Screen1" RightOf"Screen0"
#Option"Xinerama""true"
#Option"Clone""true"
InputDevice"Keyboard0""CoreKeyboard"
InputDevice"PS/2 Mouse""CorePointer"
#InputDevice"USB Mouse""CorePointer"
#InputDevice"Touchpad""SendCoreEvents"
#InputDevice"ALPS Touchpad""SendCoreEvents"
#InputDevice"Appletouch""SendCoreEvents"
#InputDevice"Stylus""SendCoreEvents"
#InputDevice"Eraser""SendCoreEvents"
#InputDevice"Cursor""SendCoreEvents"
#InputDevice"Serial Mouse""CorePointer"
EndSection

Section"ServerFlags"
Option"AllowMouseOpenFail""true"
EndSection

Section"Files"
# Xorg 7.0 font paths
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/share/fonts/X11/misc"

# Other font paths
FontPath"/usr/share/fonts/truetype/arphic"
FontPath"/usr/share/fonts/truetype/freefont"
FontPath"/usr/share/fonts/truetype/kochi"
FontPath"/usr/share/fonts/truetype/ttf-bitstream-vera"

# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

EndSection

Section"Module"
Load"dbe"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"type1"
Load"v4l"
Load"vbe"
EndSection

Section"InputDevice"
Identifier"Keyboard0"
Driver"keyboard"
Option"CoreKeyboard"
Option"XkbModel""pc105"
Option"XkbLayout""us"
Option"XKbOptions""grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section"InputDevice"
Identifier"Serial Mouse"
Driver"mouse"
Option"Protocol""Microsoft"
Option"Device""/dev/ttyS0"
Option"Emulate3Buttons""false"
Option"Emulate3Timeout""70"
EndSection

Section"InputDevice"
Identifier"Touchpad"
Driver"synaptics"
Option"Device""/dev/psaux"
Option"Protocol""auto-dev"
Option"LeftEdge""1700"
Option"RightEdge""5300"
Option"TopEdge""1700"
Option"BottomEdge""4200"
Option"FingerLow""25"
Option"FingerHigh""30"
Option"MaxTapTime""180"
Option"MaxTapMove""220"
Option"VertScrollDelta""100"
Option"HorizScrollDelta""0"
Option"MinSpeed""0.09"
Option"MaxSpeed""0.18"
Option"AccelFactor""0.0015"
Option"SHMConfig""on"
EndSection

Section"InputDevice"
Driver"synaptics"
Identifier"ALPS Touchpad"
Option"Device""/dev/input/mouse0"
Option"Protocol""event"
Option"LeftEdge""130"
Option"RightEdge""840"
Option"TopEdge""130"
Option"BottomEdge""640"
Option"FingerLow""7"
Option"FingerHigh""8"
Option"MaxTapTime""180"
Option"MaxTapMove""110"
Option"EmulateMidButtonTime""75"
Option"VertScrollDelta""20"
Option"HorizScrollDelta""0"
Option"MinSpeed""0.25"
Option"MaxSpeed""0.50"
Option"AccelFactor""0.030"
Option"EdgeMotionMinSpeed""200"
Option"EdgeMotionMaxSpeed""200"
Option"UpDownScrolling""1"
Option"CircularScrolling""1"
Option"CircScrollDelta""0.1"
Option"CircScrollTrigger""2"
Option"SHMConfig""on"
EndSection

Section"InputDevice"
Identifier"Appletouch"
Driver"synaptics"
Option"Device""/dev/psaux"
Option"Protocol""auto-dev"
Option"LeftEdge""100"
Option"RightEdge""1120"
Option"TopEdge""50"
Option"BottomEdge""310"
Option"FingerLow""25"
Option"FingerHigh""30"
Option"MaxTapMove""220"
Option"TapButton1""1"
Option"TapButton2""3"
Option"TapButton3""2"
Option"MinSpeed""0.79"
Option"MaxSpeed""0.88"
Option"AccelFactor""0.0015"
Option"SHMConfig""on"
EndSection

Section"InputDevice"
Identifier"PS/2 Mouse"
Driver"mouse"
Option"Protocol""auto"
Option"Device""/dev/psaux"
Option"Emulate3Buttons""false"
Option"Emulate3Timeout""70"
Option"ZAxisMapping""4 5"
Option"Buttons""5"
EndSection

Section"InputDevice"
Identifier"USB Mouse"
Driver"mouse"
Option"Device""/dev/input/mice"
Option"Protocol""ExplorerPS/2"
Option"ZAxisMapping""4 5"
Option"Buttons""5"
EndSection

Section"InputDevice"
Identifier"Stylus"
Driver"wacom"
Option"Mode""Absolute"
Option"Type""stylus"
Option"Device""/dev/input/wacom"
Endsection

# Settings for wacom eraser
Section"InputDevice"
Identifier"Eraser"
Driver"wacom"
Option"Mode""Absolute"
Option"Type""eraser"
Option"Device""/dev/input/wacom"
Endsection

# Settings for wacom cursor (mouse)
Section"InputDevice"
Identifier"Cursor"
Driver"wacom"
Option"Mode""Relative"
Option"Type""cursor"
Option"Device""/dev/input/wacom"
Endsection

Section"Monitor"
Identifier"Monitor0"
VendorName"Generic LCD"
ModelName"LCD Panel 1280x1024"
Option"DPMS""true"
HorizSync 31.5-64.0
VertRefresh 56.0-65.0

EndSection

Section"Monitor"
Identifier"Monitor1"
VendorName"Generic LCD"
ModelName"LCD Panel 1280x1024"
Option"DPMS""true"
HorizSync 31.5-64.0
VertRefresh 56.0-65.0
EndSection

Section"Monitor"
Identifier"ATIMonitor"
VendorName"Generic LCD"
ModelName"LCD Panel 1280x1024"
Option"DPMS""true"
HorizSync 31.5-64.0
VertRefresh 56.0-65.0
EndSection

Section"Device"
Identifier"Card0"
Driver"nv"
BoardName"unknown"

Screen 0
#Option"UseDisplayDevice""dfp"
#Option"MonitorLayout""crt,crt"
#BusID"PCI:1:0:0"
#Option"sw_cursor" # needed for some ati cards
#Option"hw_cursor"
#Option"NoAccel"
#Option"ShowCache"
#Option"ShadowFB"
#Option"UseFBDev"
#Option"Rotate"
Option"UseInternalAGPGART""no"

Option"XAANoOffscreenPixmaps""true"

# savage special options, use with care
#Option"NoUseBios"
#Option"BusType""PCI"
Option"DmaMode""None"

# nvidia special options, use with care
Option"CursorShadow""1"
Option"CursorShadowAlpha""63"
Option"CursorShadowYOffset""2"
Option"CursorShadowXOffset""4"
Option"FlatPanelProperties""Scaling = native"
Option"NoLogo""true"
Option"UseEDID""true"
Option"AddARGBGLXVisuals""true"
Option"RenderAccel""true"
#Option"AllowGLXWithComposite""true"
EndSection

Section"Device"
Identifier"Card1"
Driver"nv"
BoardName"unknown"

Screen 1
#Option"MonitorLayout""crt,crt"
#BusID"PCI:1:0:0"
EndSection

Section"Screen"
Identifier"Screen0"
Device"Card0"
Monitor"Monitor0"
DefaultColorDepth 16

SubSection"Display"
Depth 8
Modes"1024x768""800x600"
EndSubSection
SubSection"Display"
Depth 15
Modes"1024x768""800x600"
EndSubSection
SubSection"Display"
Depth 16
Modes"1024x768""800x600"
EndSubSection
SubSection"Display"
Depth 24
Modes"1024x768""800x600"
EndSubSection
SubSection"Display"
Depth 32
Modes"1280x1024""1024x768""800x600"
EndSubSection

# Only the official NVIDIA driver supports twinview
# these setting are an example
Option"TwinView""false"
Option"SecondMonitorVendorName""unknown"
Option"SecondMonitorModelName""unknown"
Option"SecondMonitorHorizSync""30-75"
Option"SecondMonitorVertRefresh""55-70"
#Option"MetaModes""1024x768, 1024x768"
Option"TwinViewOrientation""RightOf"
Option"ConnectedMonitor""dfp,dfp"
EndSection

Section"Screen"
Identifier"Screen1"
Device"Card1"
Monitor"Monitor1"
DefaultColorDepth 16

SubSection"Display"
Depth 8
Modes"1024x768""800x600"
EndSubSection
SubSection"Display"
Depth 15
Modes"1024x768""800x600"
EndSubSection
SubSection"Display"
Depth 16
Modes"1024x768""800x600"
EndSubSection
SubSection"Display"
Depth 24
Modes"1024x768""800x600"
EndSubSection
SubSection"Display"
Depth 32
Modes"1280x1024""1024x768""800x600"
EndSubSection
EndSection

Section"Screen"
Identifier"ATIScreen"
Device"Card0"
Monitor"ATIMonitor"
DefaultColorDepth 16

SubSection"Display"
Depth 24
Modes"1280x1024""1024x768""800x600"
EndSubSection
EndSection

Section"DRI"
Mode 0666
EndSection

Section"Extensions"
Option"Composite""Enable"
EndSection
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#4
Your desired resolution is listed so it should work. I would try to add the resolution to all the mode lines just to make sure your covered.
Posts: 23
curtludwig
Joined: 01 Nov 2007
#5
You got it! I went back through and made sure it was in for all modes, then rebooted and tah dah!

Thanks!
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#6
As eriefisher said, you could try adding 1280x1024 for all the modes.

Your driver is the legacy one (96.43.xx). I advice strongly that you use the sgfxi script (or smxi, which updates the system and the graphics driver - this last through sgfxi). It keeps the driver always up-to-date and accompanies any xserver-xorg updates that otherwise would break the drivers from the Mepis repos.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#7
You may also want to change this line, from 16 to 24.

Code: Select all

Section"Screen"
Identifier"Screen0"
Device"Card0"
Monitor"Monitor0"
DefaultColorDepth 16  (<-Change 16 to 24)
Posts: 23
curtludwig
Joined: 01 Nov 2007
#8
Got it, made the update, thanks!

I'm having trouble with smxi, see my other post:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/no-sound-and-oddity-t2155.html"
linktext was:"antix.freeforu ms.org/no-sound-an ... t2155.html"
====================================
" onclick="window.open(this.href);return false