Tue, 15 May 2012 19:43:04 +1000, Grant did cat :
> On Wed, 9 May 2012 09:05:22 -0700 (PDT), "
jo...@wexfordpress.com" <
jo...@wexfordpress.com> wrote:
>
>>On May 9, 9:35 am, "
j...@wexfordpress.com" <
j...@wexfordpress.com>
>>wrote:
>>> On May 9, 2:40 am, Loki Harfagr <l...@thedarkdesign.free.fr.INVALID>
>>> wrote:
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> > Wed, 09 May 2012 02:00:29 +0000, Robby Workman did cat :
>>>
>>> > > On 2012-05-08,
j...@wexfordpress.com <
j...@wexfordpress.com> wrote:
>>> > >> On my newest computer the xorg.conf that comes with slack 13.37 won't
>>> > >> work. I just want to restore the
>>> > >> facility for changing screen resolution with a hotkey sequence. I can
>>> > >> sort of fake it using xrandr but that is clumsy.
>>>
>>> > >> Is there a newer xorg.conf that works with 13,37?
>>>
>>> > > Do you read *anything* that comes with the distribution? You know,
>>> > > like that CHANGES_AND_HINTS.TXT file I referenced in another followup?
>>> > > What about the other files? On that note, do you read anything that's
>>> > > posted here other than direct followups to you,
>>>
>>> > especially he already had had, several times, answers to this question
>>> > posted here as direct fu2 his own posts (and problems solved -- at least
>>> > partially since his own answers to details requests are known as MIA,
>>> > prolly good reason that now answers to his new iterations on same questions
>>> > would be known as AWOL ;-
>>>
>>> Not quite the same question.
Hey, thanks to Grant reply I spot your post which didn't appear on
my main ISP newsserver nor in EternalSeptember's.
>>> I have new hardware. My Nvidia card
>>> cannot be used.
what do you mean exacty there? You have or you had an NV card and
you can't use it on your new hardware?
Note that if you're actually using an NVidia card you may have to face
some complexity levels depending on which card generation and model,
which Xorg server version, which driver (nv/nouveau/NVidia) and a
bunch of versatile parms you'll find the various temporary meaning in
the docs (usually locatable around /usr/doc/NVIDIA-GLX-*/)
Note that for instance the NVidia GT240 I used just froze since Xorg update
*in -current and I had to upgrade the hardaware (GT440) as only the plain nv
driver would work with the previous adn I occasionaly can use som accel.)
(Note that the standard 'nv' driver *should* work with any nvidia card/xorg combo)
with some NVidia cards you may have some luck with the Xorg way
(like the 66-virtues.conf you know) or with xrandr, but some cards/xorg combos
might invalidate one and the other way and left you only with the 'nvidia-settings' tool
>
> Well, my old Core2Quad box has a "nVidia Corporation NV44 [GeForce 6200"
> video card and with no nVidia driver, no xorg.conf, it happily does the
> switching from 640x480, 800x600 and 1024x768 on a 1024x768 LCD screen.
>
> Uses the Ctrl-Alt-Keypad-, Ctrl-Alt-Keypad+ keys to switch resolutions,
> works same as always. Lots of reported errors when dropping back from
> XFCE to cli.
>
> Custom kernel (of course ;-), just compiled 3.3.6 on slack64-13.37 with
> all updates.
>>>
>>> The xorgsetup program generates a working xorg.conf but there is only
>>> one screen resolution. When i add a Modes line with various
>>> resolutions then it stops working. The modes were taken from the
>>> output of xrandr...
>>>
>>> I will scan previous posts for xorg.conf.
>>>
>>> If there are misspellings on this post it is because the type is too
>>> small for me to see. So the question of resolution is not trivial.
>
> This is a difficult spot to be in. Why I gave it a go, surely the
> kernel is not that bad at driving a screen? I don't run the slackware
> stock kernel as odd things happen until I teach the kernel about my
> specific hardware.
>>>
>>> John C.
>>Ok here is the final verdict. The recreated xorg.conf works but does
>>not allow switching resolutions.
probably correct with the 13.37, the options have to be listed
in the xorg.conf.d/ (hence the 66-virtues.conf example)
>
> With Ctrl-Alt-{=,-} keys? Works here, without xorg.conf, as advertised.
>
>>I put it in /etc/x11/xorg.conf.d with the same result. I created a 66-
>>virtues.conf file but that did not help.
>
> What does the virtues.conf do?
it just defines a few resolutions for Xorg, the "xorg.conf.d way" :-)
note that the res. put in it *MUST* be among the ones listed by xrandr.
----------------
$ cat /etc/X11/xorg.conf.d/66-virtues.conf.DISABLED
###
### made for tests after a Q. from John Wexford on aols
### works like a charm but I don't need it so it is disabled ATM ;-)
### Note that depending on cards *and* drivers the results can be
### quite versatile.
### Note that the only possible values are the ones given by 'xrandr'
### Note that NVidia cards will behave properly mostly only when
### using the NVidia tools (eg nvidia-settings)
###
Section "Screen"
### Option "ConnectedMonitor" "DFP"
### Identifier "seventhcircle"
Identifier "boogaloo"
### Identifier "dessertstrynge"
SubSection "Display"
Modes "1920x1080" "1680x1050" "1280x1024" "1024x768" "640x480"
### Virtual 2880 1080
### Virtual 3840 1080
Virtual 1920 1080
EndSubSection
EndSection
----------------
>>
>>xrandr does work but is clumsy. So I will build a front end to it in
>>perhaps Tcl/Tk with radio button selections. Apparently xrandr is the
>>only workable game in town.
that's the way I'd use if it would work with my GT440+Xorg1.12.1+NVidia-drivers
but it doesn't so my only possible tool (AFAIK) is the nvidia-settings.
>
> Dunno, it told me what was available, then I used the screen's menu
> to confirm switched display resolution.
>
> Grant.
>>
>>Thanks as usual to all who responded.
>>
>>John C.
Good luck !-D)