Jump to content

javaguy

Members
  • Posts

    370
  • Joined

  • Last visited

Everything posted by javaguy

  1. Solved! For some reason it adds a space at the beginning of $TEST, so the comparison has to say: if [[ " $TEST" == "$OLDLINK/$file" ]] Everything seems to have worked. [edit/addendum] On closer examination I see the reason for the space is that, when defining $OLDLINK, I put it there.
  2. I ran that script, and I think it's close, but no links get fixed. I added a couple of echo statements for debugging purposes: #!/bin/sh OLDLINK=" /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a" NEWLINK=" /home/javaguy/Documents/Photos/2003/2003 December/batch2" DIR=$(ls) for file in $DIR do TEST=$(readlink $file) echo $OLDLINK/$file echo $TEST if [[ $TEST == "$OLDLINK/$file" ]] then echo "FOUND ONE: $file" if [[ $file != "script" ]] then rm -f $file ln -s "$NEWLINK/$file" "$file" fi fi done Here's part of the output I get: /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a/p1010103.jpg /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a/p1010103.jpg /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a/p1010106.jpg /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a/p1010106.jpg /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a/p1010113.jpg /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a/p1010113.jpg /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a/p1010121.jpg /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a/p1010121.jpg /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a/p1010122.jpg /home/javaguy/Documents/Photos/2003/2003 December/dcim/xmas2003a/p1010122.jpg Is there something about the comparison operator I don't understand? I'm very new to *nix shell scripting, but I do recall from other languages that comparison operators are one of the real "gotchas" for newbies.
  3. I have a "gallery" directory containing links to a bunch of my favorite jpgs. I want to change the name of the directory that contains some of the actual files, but this will mean my links no longer point anywhere valid. Is there an efficient way I can update them at the command line, or do I just have to recreate them one at a time?
  4. Here's my .htaccess file: Order deny,allow Allow from all That's all. By the main http.conf I don't know what you mean. The /etc/httpd/conf directory contains a commonhttp.conf file and an httpd2.conf. Thanks!
  5. You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Does this look familiar? I've Googled it and found a bazillion clear explanations (at least they seem clear enough to me) of it, but I can't seem to fix it. Okay so my virtual host is pointing to something it doesn't have permission to. Except it looks to me like it's pointing to something to which it does have permission. Here's the entry in my /etc/httpd/conf/vhosts/Vhosts.conf file: <VirtualHost *:80> ServerAdmin javaguy@sammckee.com DocumentRoot /home/javaguy/www/prod/benjaminalexandermckee ServerName www.benjaminalexandermckee.com ServerAlias benjaminalexandermckee.com *.benjaminalexandermckee.com DirectoryIndex index.html </VirtualHost> Here's my directory listing: [javaguy@dhcp024-209-107-057 benjaminalexandermckee]$ pwd /home/javaguy/www/prod/benjaminalexandermckee [javaguy@dhcp024-209-107-057 benjaminalexandermckee]$ ls -l total 16 -rw-rw-r-- 1 javaguy javaguy 447 Jan 26 15:50 index.html -rw-rw-r-- 1 javaguy javaguy 9561 Oct 24 22:24 yawn.jpg Suggestions? Thanks!
  6. javaguy

    newbie dumb ?

    Just a general comment...If you're having trouble installing the Invidia drivers, you're in very good company. It certainly doesn't mean you're "dumb."
  7. Follow-up: This is wierd. I decided to play some Enemy Territory (in erie silence), and when I got on an emplaced MG and started firing, I could hear it, whisper-soft in one speaker, the first sound I've heard out of my speakers since I upgraded my motherboard. I double-checked all my connections and made sure that the speakers themselves were turned up (they're actually set at a level that would have been uncomfortably loud before). Then I did an aumix-q, and this is what it said: vol 65, 65, P pcm 65, 65 speaker 60, 60 line 65, 65, P mic 65, 65, R cd 65, 65, P igain 67, 67 line1 65, 65, P phin 65, 65, P video 65, 65, P Does this look normal? Then I went to play a regular sound file...nothing, even with sound turned all the way up. Not a whisper. Obviously something works. I don't get error messages, and Enemy Territory makes at least a whisper of a sound (my settings in ET have the sound cranked all the way up, too). So it can't be a driver problem, can it?
  8. :D I have an Asus A7NX8-VM motherboard with an AMD 1.6 GHz processor. I get no error messages for sound. I've double- and triple-checked that everything is plugged in and turned up, but my speakers remain silent. I'm using the snd-intel8x0 driver, which the control center (I'm running Mandrake) tells me is the default for my card. Any advice? Thanks!
  9. SUCCESS!!! A couple of things: To get 5336 to install, you have to make absolutely sure you have the latest kernel and its proper source. But also some kernel source packages seem to be missing a header file. I don't know why. Make sure you have the latest of both kernel and its source. Someone told me also make sure to uninstall all other kernel source packages and manually make sure they are gone from /usr/src. I seriously doubt that this was actually necessary, but I did it anyway. :D In the final analysis, though, my problem turned out to be hardware. I should have listened to my error message. The power was plugged in on the card, to be sure, but said power cable had a loose connection at the other end. When I fixed that, my "software problems" vanished. On the plus side, I learned a lot about rpm, how the system boots and LILO. Getting the 5336 driver was unnecessary and frustrating, but at least now I do have the latest driver. Thanks to all for your help and patience.
  10. Yeah, I started a thread over on nvnews. I'll let you know if I ever get a solution.
  11. Okay, I uninstalled the existing one successfully and ran the installer for 5336. I still get the error Unable to determine the NVIDIA kernel module filename.
  12. Thanks! I'll try this as soon as I get home.
  13. How do I uninstall the 4996 drivers?
  14. I thought I made this clear enough the first time, but the power cord is not unplugged. And even if it were I should be able to install the 5336 drivers.
  15. Doh! No. I rebooted with the new kernel before, but when I tried to install 5336 I got sloppy and let it boot to the default, which was the wrong one. :woops: No, I have not tried to compile anything else on this machine. I do code, but I'm a newcomer to Linux and for the moment will be happy enough just to get my stuff working. So I rebooted to the new kernel, installed 4496 like you said, then ran the installer for 5336. I'll just give you the tail end of the log file (I'll post the whole thing if you need, but here's the highlight): -> No matching precompiled kernel interface was found on the NVIDIA ftp site; this means that the installer will need to compile a kernel interface for your kernel. -> Kernel source path: '/usr/src/linux' -> Performing cc_version_check with CC="cc". ERROR: Unable to determine the NVIDIA kernel module filename. ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.
  16. Okay, I did that. This is what I got: nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Tue Jan 27 12:22:59 2004 option status: license pre-accepted : false update : false force update : false expert : false uninstall : false driver info : false no precompiled interface: false no ncurses color : false query latest driver ver : false OpenGL header files : false no questions : false silent : false XFree86 install prefix : /usr/X11R6 OpenGL install prefix : /usr Installer install prefix: /usr kernel source path : (not specified) kernel install path : (not specified) proc mount point : /proc ui : (not specified) tmpdir : /root/tmp ftp site : ftp://download.nvidia.com Using: nvidia-installer ncurses user interface -> License accepted. -> There appears to already be a driver installed on your system (version: 1.0- 5328). As part of installing this driver (version: 1.0-5336), the existing driver will be uninstalled. Are you sure you want to continue? ('no' will a bort installation) (Answer: Yes) -> No precompiled kernel interface was found to match your kernel; would you li ke the installer to attempt to download a kernel interface for your kernel f rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes) -> No matching precompiled kernel interface was found on the NVIDIA ftp site; this means that the installer will need to compile a kernel interface for your kernel. -> Kernel source path: '/usr/src/linux' -> Performing cc_version_check with CC="cc". ERROR: Unable to determine the NVIDIA kernel module filename. ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.
  17. Ran XFdrake again...no help there. I still get the same error message. Now I'm hearing about a new NVidia driver release...but if the problem is in my config file, the new driver won't help, will it? I'll hold off on that one.
  18. No dice. Well, some dice. I got the kernel packages you said to use and installed them. I rebooted with that kernel, and as you predicted I was able to run the NVidia driver install without any switches. That's a huge step in the right direction. I ran XFdrake, then tried to startx. I get the same error messages, though: Graphics card is unplugged (yet mysteriously works anyway!), and no usable screens found. Here is my XF86Config-4: # 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" AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching) #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" "us" Option "XkbCompat" "" Option "XkbOptions" "" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "monitor1" VendorName "Generic" ModelName "1024x768 @ 70 Hz" HorizSync 31.5-57.0 VertRefresh 50-70 # 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 "Device" Identifier "device1" VendorName "NVidia" BoardName "NVIDIA GeForce4 (generic)" Driver "nvidia" Option "DPMS" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Virtual 800 600 EndSubsection Subsection "Display" Depth 15 Virtual 800 600 EndSubsection Subsection "Display" Depth 16 Virtual 800 600 EndSubsection Subsection "Display" Depth 24 Virtual 800 600 EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" EndSection And here's my XF86Config: # 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" AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching) #DontZap # disable <Crtl><Alt><BS> (server abort) EndSection Section "Keyboard" Protocol "Standard" XkbModel "pc105" XkbLayout "us" XkbCompat "" XkbOptions "" EndSection Section "Pointer" Protocol "IMPS/2" Device "/dev/psaux" ZAxisMapping 4 5 EndSection Section "Monitor" Identifier "monitor1" VendorName "Generic" ModelName "1024x768 @ 70 Hz" HorizSync 31.5-57.0 VertRefresh 50-70 # 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 # This is a set of standard mode timings. Modes that are out of monitor spec # are automatically deleted by the server (provided the HorizSync and # VertRefresh lines are correct), so there's no immediate need to # delete mode timings (unless particular mode timings don't work on your # monitor). With these modes, the best standard mode that your monitor # and video card can support for a given resolution is automatically # used. # 640x400 @ 70 Hz, 31.5 kHz hsync ModeLine "640x400" 25.175 640 664 760 800 400 409 411 450 # 640x480 @ 60 Hz, 31.5 kHz hsync ModeLine "640x480" 25.175 640 664 760 800 480 491 493 525 # 800x600 @ 56 Hz, 35.15 kHz hsync ModeLine "800x600" 36 800 824 896 1024 600 601 603 625 # 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync ModeLine "1024x768" 44.9 1024 1048 1208 1264 768 776 784 817 Interlace # 640x400 @ 85 Hz, 37.86 kHz hsync ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -HSync +VSync # 640x480 @ 75 Hz, 37.50 kHz hsync ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -HSync -VSync # 800x600 @ 60 Hz, 37.8 kHz hsync ModeLine "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync # 640x480 @ 85 Hz, 43.27 kHz hsync ModeLine "640x480" 36 640 696 752 832 480 481 484 509 -HSync -VSync # 1152x864 @ 89 Hz interlaced, 44 kHz hsync ModeLine "1152x864" 65 1152 1168 1384 1480 864 865 875 985 Interlace # 800x600 @ 72 Hz, 48.0 kHz hsync ModeLine "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync # 1024x768 @ 60 Hz, 48.4 kHz hsync ModeLine "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync # 640x480 @ 100 Hz, 53.01 kHz hsync ModeLine "640x480" 45.8 640 672 768 864 480 488 494 530 -HSync -VSync # 1152x864 @ 60 Hz, 53.5 kHz hsync ModeLine "1152x864" 89.9 1152 1216 1472 1680 864 868 876 892 -HSync -VSync # 800x600 @ 85 Hz, 55.84 kHz hsync ModeLine "800x600" 60.75 800 864 928 1088 600 616 621 657 -HSync -VSync # 1024x768 @ 70 Hz, 56.5 kHz hsync ModeLine "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync # 1280x1024 @ 87 Hz interlaced, 51 kHz hsync ModeLine "1280x1024" 80 1280 1296 1512 1568 1024 1025 1037 1165 Interlace # 800x600 @ 100 Hz, 64.02 kHz hsync ModeLine "800x600" 69.65 800 864 928 1088 600 604 610 640 -HSync -VSync # 1024x768 @ 76 Hz, 62.5 kHz hsync ModeLine "1024x768" 85 1024 1032 1152 1360 768 784 787 823 # 1152x864 @ 70 Hz, 62.4 kHz hsync ModeLine "1152x864" 92 1152 1208 1368 1474 864 865 875 895 # 1280x1024 @ 61 Hz, 64.2 kHz hsync ModeLine "1280x1024" 110 1280 1328 1512 1712 1024 1025 1028 1054 # 1400x1050 @ 60 Hz, 65.5 kHz ModeLine "1400x1050" 122.0 1400 1488 1640 1880 1050 1052 1064 1082 +HSync +VSync # 1024x768 @ 85 Hz, 70.24 kHz hsync ModeLine "1024x768" 98.9 1024 1056 1216 1408 768 782 788 822 -HSync -VSync # 1152x864 @ 78 Hz, 70.8 kHz hsync ModeLine "1152x864" 110 1152 1240 1324 1552 864 864 876 908 # 1280x1024 @ 70 Hz, 74.59 kHz hsync ModeLine "1280x1024" 126.5 1280 1312 1472 1696 1024 1032 1040 1068 -HSync -VSync # 1600x1200 @ 60Hz, 75.00 kHz hsync ModeLine "1600x1200" 162 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync # 1152x864 @ 84 Hz, 76.0 kHz hsync ModeLine "1152x864" 135 1152 1464 1592 1776 864 864 876 908 # 1280x1024 @ 75 Hz, 79.98 kHz hsync ModeLine "1280x1024" 135 1280 1296 1440 1688 1024 1025 1028 1066 +HSync +VSync # 1024x768 @ 100Hz, 80.21 kHz hsync ModeLine "1024x768" 115.5 1024 1056 1248 1440 768 771 781 802 -HSync -VSync # 1400x1050 @ 75 Hz, 82.2 kHz hsync ModeLine "1400x1050" 155.8 1400 1464 1784 1912 1050 1052 1064 1090 +HSync +VSync # 1600x1200 @ 70 Hz, 87.50 kHz hsync ModeLine "1600x1200" 189 1600 1664 1856 2160 1200 1201 1204 1250 -HSync -VSync # 1152x864 @ 100 Hz, 89.62 kHz hsync ModeLine "1152x864" 137.65 1152 1184 1312 1536 864 866 885 902 -HSync -VSync # 1280x1024 @ 85 Hz, 91.15 kHz hsync ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +HSync +VSync # 1600x1200 @ 75 Hz, 93.75 kHz hsync ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync # 1600x1200 @ 85 Hz, 105.77 kHz hsync ModeLine "1600x1200" 220 1600 1616 1808 2080 1200 1204 1207 1244 +HSync +VSync # 1600x1200 @ 85 Hz, 106.3 kHz hsync ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync # 1280x1024 @ 100 Hz, 107.16 kHz hsync ModeLine "1280x1024" 181.75 1280 1312 1440 1696 1024 1031 1046 1072 -HSync -VSync # 1800x1440 @ 64Hz, 96.15 kHz hsync ModeLine "1800X1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync # 1800x1440 @ 70Hz, 104.52 kHz hsync ModeLine "1800X1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync # 1920x1440 @ 60 Hz, 90.0 kHz hsync ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -HSync +VSync # 1920x1440 @ 75 Hz, 112.5kHz hsync ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -HSync +VSync # 512x384 @ 78 Hz, 31.50 kHz hsync ModeLine "512x384" 20.160 512 528 592 640 384 385 388 404 -HSync -VSync # 512x384 @ 85 Hz, 34.38 kHz hsync ModeLine "512x384" 22 512 528 592 640 384 385 388 404 -HSync -VSync # Low-res Doublescan modes # If your chipset does not support doublescan, you get a 'squashed' # resolution like 320x400. # 320x200 @ 70 Hz, 31.5 kHz hsync, 8:5 aspect ratio ModeLine "320x200" 12.588 320 336 384 400 200 204 205 225 Doublescan # 320x240 @ 60 Hz, 31.5 kHz hsync, 4:3 aspect ratio ModeLine "320x240" 12.588 320 336 384 400 240 245 246 262 Doublescan # 320x240 @ 72 Hz, 36.5 kHz hsync ModeLine "320x240" 15.750 320 336 384 400 240 244 246 262 Doublescan # 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio ModeLine "400x300" 18 400 416 448 512 300 301 302 312 Doublescan # 400x300 @ 60 Hz, 37.8 kHz hsync ModeLine "400x300" 20 400 416 480 528 300 301 303 314 Doublescan # 400x300 @ 72 Hz, 48.0 kHz hsync ModeLine "400x300" 25 400 424 488 520 300 319 322 333 Doublescan # 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio ModeLine "480x300" 21.656 480 496 536 616 300 301 302 312 Doublescan # 480x300 @ 60 Hz, 37.8 kHz hsync ModeLine "480x300" 23.890 480 496 576 632 300 301 303 314 Doublescan # 480x300 @ 63 Hz, 39.6 kHz hsync ModeLine "480x300" 25 480 496 576 632 300 301 303 314 Doublescan # 480x300 @ 72 Hz, 48.0 kHz hsync ModeLine "480x300" 29.952 480 504 584 624 300 319 322 333 Doublescan EndSection Section "Device" Identifier "device1" VendorName "NVidia" BoardName "NVIDIA GeForce4 (generic)" Option "power_saver" EndSection Section "Screen" Driver "svga" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "800x600" "640x480" EndSubsection Subsection "Display" Depth 15 Modes "800x600" "640x480" EndSubsection Subsection "Display" Depth 16 Modes "800x600" "640x480" EndSubsection Subsection "Display" Depth 24 Modes "800x600" "640x480" EndSubsection Subsection "Display" Depth 32 Modes "800x600" "640x480" EndSubsection EndSection
  19. Thanks man! I'm at work right now...can't wait to get home and try this. I'll let you know how it goes.
  20. I'm already running at 800x600, so I don't know how it could. Okay, turns out I'm running 2.4.21-0.13mdksecure. (At what point did I make this decision?) So how do I get the kernel source for this? It really should have been installed when I installed Mandrake, shouldn't it?
  21. kernel-source-2.4.22-10mdk.i586.rpm is the source package I have. Is there a way for me to verify that this is the right one?
  22. Or maybe it was qwickview or kwikview or something like that. Anyway, I upgrade from 9.1, and it's gone! This was my favorite fast-and-easy app for browsing a directory of images. When I did the 9.2 upgrade it disappeared (along with kmail and a couple of other things that it never asked my permission to remove, but those I was able to find again in rpmdrake and install). Any idea where I can find quickview? I went into rpmdrake to look for it but can't find it. Anybody know what the rpm was called? I searched the CDs from an rpm with a similar name, but no luck. Also, I want the option for quickview to appear on the right-click menu in the Konqueror browser like it did in 9.1...will simply installing it make this happen, or do I have to configure it in Konqueror somehow? Thanks!
  23. Okay, I moved the line about the driver in the config file from the screen to the device section, and still got the same result--no usable screens found. On the plus side, I waited to do a reinstall until I got some advice here, and as a result I avoided wasting a lot of time on something that would not have helped. :D Here's my XF86Config-4 right now (since runnig XFdrake and trying again): # 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) #DontZap # disable <Crtl><Alt><BS> (server abort) AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work 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" "us" Option "XkbOptions" "" Option "XkbCompat" "" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "monitor1" VendorName "Generic" ModelName "1024x768 @ 70 Hz" HorizSync 31.5-57.0 VertRefresh 50-70 # 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 "Device" Identifier "device1" VendorName "NVidia" BoardName "NVIDIA GeForce4 (generic)" Driver "nvidia" Option "DPMS" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Virtual 800 600 EndSubsection Subsection "Display" Depth 15 Virtual 800 600 EndSubsection Subsection "Display" Depth 16 Virtual 800 600 EndSubsection Subsection "Display" Depth 24 Virtual 800 600 EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" EndSection
  24. I'm a little confused here, but I did run XFDrake, and it still didn't work. When you say "In the above XF86Config there's no driver in the Device Section....it's in the Screen Section which is wrong," do you mean XF86Config-4 or just XF86Config? If just XF86Config, I should move the line Driver "svga" to the "Device" section? I'll try that and post again.
×
×
  • Create New...