Re:%20Re:xorg nv options

2006-11-05 Thread Evan Monroig
n-Reply-To=<[EMAIL PROTECTED]>
Date: Mon, 06 Nov 2006 16:18:58 +0900
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Following your instructions, I managed to use display on an external
monitor.  Thanks for sharing your instructions !

However, the internal LCD shows a corrupted display.  Do you know if it
is possible to just blank it?

Also, for some reason the resolution defaults to 1024x768 (the maximum
of the internal display) instead of 1280x1024 that I specified.  I guess
that it is somewhat related..

Here is an extract from my xorg.conf:

-8<8<--
Section "Device"
#Identifier "NVIDIA Corporation NV34M [GeForce FX Go5200]"
Identifier  "card0"
Driver  "nv"
BusID   "PCI:0:16:0"
Option  "CrtcNumber" "1"
Option  "FlatPanel" "1"
EndSection

Section "Device"
Identifier  "card1"
Driver  "nv"
BusID   "PCI:0:16:0"
Option  "CrtcNumber" "0"
Option  "FlatPanel" "0"
EndSection

Section "Monitor"
Identifier  "monitor0"
Option  "DPMS"
HorizSync   28-51
VertRefresh 43-60
EndSection

Section "Monitor"
Identifier  "monitor1"
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "screen0"
Device  "card0"
Monitor "monitor0"
DefaultDepth16
SubSection "Display"
Depth   16
Modes   "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier  "screen1"
Device  "card1"
Monitor "monitor1"
DefaultDepth16
SubSection "Display"
Depth   16
Modes   "1280x1024" "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
# lcd screen
#Screen 0   "screen0"
# external screen
Screen 1"screen1"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
-8<8<--

Thanks,

Evan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: %20Re:xorg nv options

2006-11-06 Thread Evan Monroig

On 11/6/06, Filippo Giunchedi <[EMAIL PROTECTED]> wrote:

On Mon, Nov 06, 2006 at 04:18:53PM +0900, Evan Monroig wrote:
> However, the internal LCD shows a corrupted display.  Do you know if it
> is possible to just blank it?

I don't know, have you tried using the buttons to lower the brightness?


Yes.  It doesn't work.


> Also, for some reason the resolution defaults to 1024x768 (the maximum
> of the internal display) instead of 1280x1024 that I specified.  I guess
> that it is somewhat related..

try switching resolutions with ctrl-alt-+ (on the numeric pad, IIRC)


Actually I tried to switch resolutions with xrandr (I have no numeric
pad), and it worked, but the higher resolution doesn't output
correctly (it is very dark).


I'm not aware of any updates on this issue (garbled internal monitor) but if
someone wants testing I'm happy to provide it.


Count me too.

Evan


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]