|
|
#1 | |
|
Registered User
|
Hey,
First off I'd like to say that I am very fresh to linux, and i essentially just kinda formatted windows and threw myself into what i understood to be a fairly simple flavor of linux - Mandrake 9.2. I'm having a problem not with setting up multiple x screens, but using them, essentially I cannot figure out how to control the desktop on my second monitor - i got it setup and whatnot, but i can't get my mouse over to it, do anything to it at all, it turns on/off with my screensaver, and gets locked when i lock my box, and mirrors when im in a low run level, but I can't figure out how to launch programs on it, or do anything on it for that matter - its got its own taskbar and everything... Is there something I didn't put in my xf86config file when I set it up? Or is there some other variable that I'm not seeing? video card - GeForce 4 ti4200 w/ 8x agp driver version - newest one that i could find - 1.0-5336 i believe? distribution - Mandrake 9.2 processor - AMD Athalon 2100+ motherboard - asus a7v333 If you need any other info from me plz ask, my XF86Config-4 is below. # File generated by XFdrake. # ************************************************** ******************** # Refer to the XF86Config man page for details about the format of # this file. # ************************************************** ******************** Section "Files" # Multiple FontPath entries are allowed (they are concatenated together) # By default, Mandrake 6.0 and later now use a font server independent of # the X server to render fonts. FontPath "unix/:-1" EndSection Section "ServerFlags" #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching) AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work #DontZap # disable <Crtl><Alt><BS> (server abort) EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "/usr/X11R6/lib/modules/extensions/libglx.so" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "en_US" Option "XkbOptions" "" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/usbmouse" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "monitor0" HorizSync 31.468-71.0 VertRefresh 56.0-85.0 # Sony Vaio C1(X,XS,VE,VN)? # 1024x480 @ 85.6 Hz, 48 kHz hsync ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync # TV fullscreen mode or DVD fullscreen output. # 768x576 @ 79 Hz, 50 kHz hsync ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 # 768x576 @ 100 Hz, 61.6 kHz hsync ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616 EndSection Section "Monitor" Identifier "monitor1" HorizSync 31.468-71.0 VertRefresh 56.0-86.0 # Sony Viao C1(X,XS,VE,VN)? # 1024x480 @ 85.6 Hz, 48 khz hsync ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync #TV fullscreen mode or DVD fullscreen output. # 768x576 @ 79 Hz, 50 kHz hysnc ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 #768x576 @ 100 Hz, 61.6 kHz hysnc ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616 EndSection Section "Device" Identifier "device0" VendorName "NVidia" BoardName "NVIDIA GeForce4 (generic)" Driver "nvidia" Option "DPMS" Screen 0 BusID "PCI:1:0:0" EndSection Section "Device" Identifier "device1" VendorName "NVidia" BoardName "NVIDIAGeForce4 (generic)" Driver "nvidia" Option "DPMS" Screen 1 BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "screen0" Device "device0" Monitor "monitor0" DefaultColorDepth 24 Subsection "Display" Depth 8 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 15 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 16 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 24 Virtual 1280 1024 EndSubsection EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 15 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 16 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 24 Virtual 1280 1024 EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen 0 "screen0" Screen 1 "screen1" leftOf "Screen0" EndSection
__________________
The End. Last edited by k00z; 02-28-04 at 04:09 PM. |
|
|
|
|
|
|
#2 | |
|
Registered User
|
So how do I use the second screen?
__________________
The End. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2003
Posts: 23
|
Try something like this-
Section "Device" Identifier "Nvidia1" Driver "nvidia" BusID "PCI:1:0:0" Option "NoLogo" "true" Option "TwinView" Option "SecondMonitorHorizSync" "30-90" Option "SecondMonitorVertRefresh" "50-90" Option "MetaModes" "1600x1200, 1600x1200; 1284x1024, 1284x1024; 1024x768, 1024x768" Option "ConnectedMonitor" "CRT, CRT" Option "NvAgp" "3" Screen 0 EndSection Section "Monitor" Identifier "ING:2a16" HorizSync 30-90 VertRefresh 50-90 Option "DPMS" EndSection Section "Screen" Identifier "Monitor" Device "Nvidia1" Monitor "ING:2a16" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" EndSubSection SubSection "Display" Depth 16 Modes "1600x1200" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen 0 "Monitor" 0 0 Option "Xinerama" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Logitech" "CorePointer" EndSection |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mandrake 9.0 and Nvidia 1.0-3123 FINALLY!!!! Now for a question. | jthompson7051 | NVIDIA Linux | 1 | 10-07-02 02:17 PM |
| 1st post - XP Restore question | Needa916 | Microsoft Windows XP And Vista | 2 | 09-12-02 05:24 PM |
| Newby question about nforce.... | superconti | NVIDIA Linux | 2 | 09-07-02 11:46 PM |
| Dual boot question.. | Tactics | General Hardware | 15 | 09-07-02 10:39 AM |
| Multiple OpenGL applications and NVidia | gbrauer | NVIDIA Linux | 7 | 09-01-02 04:47 PM |