You are not logged in.
hi
i have a vaio F111Fx laptop .
today i installed linux-sony kernel from aur and i have changed my menu.lst like this :
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
#
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /boot/vmlinuz-linux-sony root=/dev/sda1 ro quiet nomodeset vga=792 console=tty1 splash=silent,fadein,fadeout,theme:arch-banner-icons resume=/dev/sda3
initrd /boot/initramfs-linux-sony.img
but after this xserver does'nt start and when i login in tty and run xinit i get this eror :
X.Org X Server 1.11.1
Release Date: 2011-09-24
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.0-ARCH i686
Current Operating System: Linux Mohammad 3.0-sony #1 SMP PREEMPT Thu Oct 13 02:02:16 IRST 2011 i686
Kernel command line: root=/dev/sda1 ro quiet nomodeset vga=792 console=tty1 splash=silent,fadein,fadeout,theme:arch-banner-icons resume=/dev/sda3
Build Date: 10 October 2011 08:49:15AM
Current version of pixman: 0.22.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 17 14:45:43 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
FATAL: Module nvidia not found.
(EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
(EE) NVIDIA: system's kernel log for additional error messages.
(EE) Failed to load module "nvidia" (module-specific error, 0)
(EE) No drivers available.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
what should i do now ? please help me
tnx
Last edited by MohammadR (2011-10-17 13:49:31)
Offline
Rebuild/reinstall your Nvidia driver (kernel module).
Kernel modules are for a specific kernel and when you replaced your kernel, the Nvidia kernel module probably wasn't rebuild and therefor the kernel cannot find the module.
Offline
i reinstalled it with pacman
sudo pacman -Rsd nvidia
sudo pacman -S nvidia
but no effect ...
how should i rebuild it ?
Offline
https://wiki.archlinux.org/index.php/NV … tom_kernel
and
https://aur.archlinux.org/packages.php?ID=32908
Last edited by lowph (2011-10-17 13:39:14)
Offline
tnx for help
Offline