| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
» Number of reviews : 1 - viewing 10 Per Page
|
| Last Review by changcheh - posted: 08-30-2005 08:15 AM |
[ Post a Review ] |

Views: 41432
|
No Problems under Linux everything works.
USB2, touchpad, DVD writing, ethernet, graphics card, sound etc
I have not tried the inbuilt modem, firewire, parallel or serial ports, but they are detected during bootup.
The Panasonic drive in the laptop broke after 6 months, I replaced it with an NEC DVD+RW and that works fine.
I have the s-video out working with xinerama to my TV, my xorg.conf is below. This worked with the i810 driver included in the vector distro.
I have tested the same things under windows, in 9x the USB does not work. I cannot find drivers for the chipset.
Under XP and above the USB does work.
I would say this laptop is ok, but as it is a japanese only laptop, nec support is poor. The best thing about the laptop is the screen, which is excellent, the clearest I have used. The supplied DVD-RW was poor quality and region locked and I`ve read many bad reports of it. I am generally happy with the laptop, but cosmetically it is looking a little dated.
My /etc/xorg.conf file
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
Load "int10"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "jp"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Card-LCD"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "NONE,LFP"
EndSection
Section "Device"
Identifier "Card-CRT"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "LFP,TV"
EndSection
Section "Device"
Identifier "Card-Both"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "NONE,LFP+TV"
EndSection
Section "Device"
Identifier "Card-DualI"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "TV,LFP"
Screen 0
#Option "DevicePresence" "true"
#Option "NoAccel" "true"
#Option "VBERestore" "false"
#Option "DisplayInfo" "false"
#VideoRam 65536
#Option "DRI" "false"
#Option "Clone" "false"
EndSection
Section "Device"
Identifier "Card-DualE"
Driver "i810"
BusID "PCI:0:2:0"
Screen 1
#Option "DevicePresence" "true"
#Option "NoAccel" "true"
#Option "VBERestore" "false"
#Option "DisplayInfo" "false"
#VideoRam 65536
#Option "DRI" "false"
#Option "Clone" "false"
#Option "MonitorLayout" "TV,LFP"
EndSection
Section "Monitor"
Identifier "Monitor-LCD"
Option "DPMS"
Mode "1024x768" # vfreq 60.004Hz, hfreq 48.363kHz
DotClock 65.000000
HTimings 1024 1048 1184 1344
VTimings 768 771 777 806
Flags "-HSync" "-VSync"
EndMode
EndSection
Section "Monitor"
Identifier "Monitor-CRT"
Option "DPMS"
Modeline "720x540PAL" 15.101 720 770 842 968 540 565 570 624 Composite Interlace
#ModeLine "800x600" 50.00 800 800 800 800 600 600 600 600
# VendorName "GSM"
# ModelName "L1515S"
# HorizSync 30-63
# VertRefresh 56-75
# Mode "1024x768" # vfreq 60.004Hz, hfreq 48.363kHz
# DotClock 65.000000
# HTimings 1024 1048 1184 1344
# VTimings 768 771 777 806
# Flags "-HSync" "-VSync"
# EndMode
# DisplaySize 305 230
EndSection
Section "Screen"
Identifier "Screen-LCD"
Device "Card-LCD"
Monitor "Monitor-LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen-CRT"
Device "Card-CRT"
Monitor "Monitor-CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen-Both"
Device "Card-Both"
Monitor "Monitor-LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen-DualI"
Device "Card-DualI"
Monitor "Monitor-LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen-DualE"
Device "Card-DualE"
Monitor "Monitor-CRT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "LCD"
Screen "Screen-LCD"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerLayout"
Identifier "CRT"
Screen "Screen-CRT"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerLayout"
Identifier "Both"
Screen "Screen-Both"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerLayout"
Identifier "Dual"
Screen 0 "Screen-DualI" 0 0
Screen 1 "Screen-DualE" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerLayout"
Identifier "DualClone"
Screen 0 "Screen-DualI" 0 0
Screen 1 "Screen-DualE" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "Clone" "true"
EndSection
Section "ServerLayout"
Identifier "DualXine"
Screen 0 "Screen-DualI" 0 0
Screen 1 "Screen-DualE" RightOf "Screen-DualI"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerFlags"
Option "DontVTSwitch" "false"
Option "DefaultServerLayout" "DualXine"
#Option "DefaultServerLayout" "LCD"
#Option "DefaultServerLayout" "CRT"
Option "RandR" "on"
EndSection
Section "Extensions"
#Option "Composite" "true"
EndSection
Rating: 4
|
Product Details: "Lavie LL930/7" by changcheh - posted: 08-30-2005 - Rating:    4.00 |
All times are GMT -5. The time now is 01:47 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|