Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Reply
 
LinkBack (2) Thread Tools Display Modes
Old 24-01-2012, 08:49 PM   #451 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,945
Default Re: the Arch Linux thread


This was indeed a serious issue.

Even I had two System Settings. Do I like it? NO WAY!!!1 I get confused.

[Phoronix] GNOME & KDE Developers Go To Battle Over A Name

'Formal complaint concerning the use of the name "System Settings" by' - MARC

'Re: Formal complaint concerning the use of the name "System Settings"' - MARC
__________________
.
ico is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 24-01-2012, 10:13 PM   #452 (permalink)
BIOS Terminator
 
nims11's Avatar
 
Join Date: Apr 2008
Location: Ranchi
Posts: 817
Default Re: the Arch Linux thread

Quote:
Originally Posted by ico View Post
Removed KDE.

Because I realised one thing - I can't work in KDE. Infact, I can't work in anything other than GNOME 3.
interchange KDE and GNOME 3 for my case
__________________
Arch Linux is kind of a bonzai tree, over years u try new things, make small tweaks, and end up with a system that is unique, elegant, and does exactly what u designed it to do.
Hostapd : The Linux Way to create Virtual Wifi Access Point
My Blog
nims11 is online now   Reply With Quote
Old 24-01-2012, 10:25 PM   #453 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,945
Default Re: the Arch Linux thread

Quote:
Originally Posted by nims11 View Post
interchange KDE and GNOME 3 for my case
Watch this then.



That was just a demo. I work with 10-15 windows opened at once. 3 of them Browsers. One Terminal. A couple of IM windows. Gedit. File Browser. GIMP. And many more.

KDE = huge mess. GNOME 3 = just works.

And IM notifications are boss if I'm in some other workspace.

__________________
.
ico is offline   Reply With Quote
Old 25-01-2012, 01:12 AM   #454 (permalink)
BIOS Terminator
 
nims11's Avatar
 
Join Date: Apr 2008
Location: Ranchi
Posts: 817
Default Re: the Arch Linux thread

GNOME - elegant and professional, true. Also the workspace implementation is quite impressive (better than KDE as it looked) as in the video.
With 3 workspaces+Yakuake, i feel comfy with KDE. Also since i am quite lazy to reach my hands out to the mouse, KDE's flexible keyboard shortcuts for almost everything is a blessing for me.

I had tried GNOME 3 few weeks ago and it was very elegant and minimalistic. Unfortunately, lack of visible customizations and non-intuitive interface made me switch back . But the Mint's implementation of GNOME 3 is impressive and i would like to see something like that on my Arch.

PS : Installing GNOME 3 again... Want to try it out again
__________________
Arch Linux is kind of a bonzai tree, over years u try new things, make small tweaks, and end up with a system that is unique, elegant, and does exactly what u designed it to do.
Hostapd : The Linux Way to create Virtual Wifi Access Point
My Blog
nims11 is online now   Reply With Quote
Old 27-01-2012, 10:22 PM   #455 (permalink)
Mmmph!!!
 
doomgiver's Avatar
 
Join Date: Nov 2010
Location: Mmmphhmph Mmphph
Posts: 1,408
Default Re: the Arch Linux thread

i ALWAYS told you guys kde sucks. now i stand vindicated.
__________________
Mmmphh-mphhhh-mmphh mhh!!!

Steam : doomgiver
doomgiver is offline   Reply With Quote
Old 30-01-2012, 06:45 AM   #456 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: the Arch Linux thread

I'm having some kind of problem with my rc.conf configuration in the modules section. The wiki says that I shouldn't enter anything in the modules section now. Here's the output of my file :-
PHP Code:
#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
#   Note: Using "localtime" is discouraged.
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
# VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
#
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="Asia/Kolkata"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
VERBOSE="3"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
#   Replace every !module by an entry as on the following line in a file in
#   /etc/modprobe.d:
#     blacklist module
#   See "man modprobe.conf" for details.
#

MODULES=(microcode powernow-k8 cpufreq_ondemand cpufreq_powersave vboxdrv vboxnetflt )
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30

# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"

# Scan for BTRFS volumes at startup
USEBTRFS="no"

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="AX-64"

# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
#   - interface: name of device (required)
#   - address: IP address (leave blank for DHCP)
#   - netmask: subnet mask (ignored for DHCP)
#   - gateway: default route (ignored for DHCP)

# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# gateway=192.168.0.1
#
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=

interface=eth0
address
=192.168.1.2
netmask
=255.255.255.0
gateway
=192.168.1.1

# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"

# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(hwclock @acpid syslog-ng network netfs dkms_autoinstaller sshd @crond @alsa dbus hal gdm @cpufreq @cpu
Can someone please post the output of your rc.conf file so I can see what is wrong. Everything is working fine, but I get some messages during the boot time.
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline   Reply With Quote
Old 30-01-2012, 07:00 AM   #457 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,945
Default Re: the Arch Linux thread

Here's mine:
PHP Code:
#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
#   Note: Using "localtime" is discouraged, using "" makes hwclock fall back
#   to the value in /var/lib/hwclock/adjfile
# TIMEZONE: timezones are found in /usr/share/zoneinfo
#   Note: if unset, the value in /etc/localtime is used unchanged
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="Asia/Kolkata"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
#   Replace every !module by an entry as on the following line in a file in
#   /etc/modprobe.d:
#     blacklist module
#   See "man modprobe.conf" for details.
#
MODULES=()

# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30

# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"

# Scan for BTRFS volumes at startup
USEBTRFS="no"

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="omzoc"

# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
#   - interface: name of device (required)
#   - address: IP address (leave blank for DHCP)
#   - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
#   - broadcast: broadcast address (ignored for DHCP) (optional)
#   - gateway: default route (ignored for DHCP)

# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# broadcast=192.168.0.255
# gateway=192.168.0.1
#
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=

interface=
address=
netmask=
broadcast=
gateway=

# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"

# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(hwclock syslog-ng alsa dbus networkmanager netfs crond cupsd
__________________
.
ico is offline   Reply With Quote
Old 30-01-2012, 07:34 AM   #458 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: the Arch Linux thread

All modules are detected via the rc.conf file? What about the power savings of your processor?
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline   Reply With Quote
Old 30-01-2012, 08:36 AM   #459 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,945
Default Re: the Arch Linux thread

well, actually the thing is, i5-2500k is really power efficient. So, I didn't bother with CPU frequency scaling related modules.
__________________
.
ico is offline   Reply With Quote
Old 30-01-2012, 09:05 AM   #460 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: the Arch Linux thread

Quote:
Originally Posted by ico View Post
well, actually the thing is, i5-2500k is really power efficient. So, I didn't bother with CPU frequency scaling related modules.
You should.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 30-01-2012, 09:12 AM   #461 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: the Arch Linux thread

^^ico.. one more question.. I tried your method but the kernel doesn't loads the virtualbox modules. Neither are the other modules loaded.. something's wrong.. But on the bright side, i'm getting full speed when copying files to NTFS partitions..
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline   Reply With Quote
Old 30-01-2012, 09:20 AM   #462 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,945
Default Re: the Arch Linux thread

ok, I updated my rc.conf.

it's same apart from CPU Frequency Ondemand scaling.

PHP Code:
#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
#   Note: Using "localtime" is discouraged, using "" makes hwclock fall back
#   to the value in /var/lib/hwclock/adjfile
# TIMEZONE: timezones are found in /usr/share/zoneinfo
#   Note: if unset, the value in /etc/localtime is used unchanged
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="Asia/Kolkata"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
#   Replace every !module by an entry as on the following line in a file in
#   /etc/modprobe.d:
#     blacklist module
#   See "man modprobe.conf" for details.
#
MODULES=(coretemp acpi-cpufreq cpufreq_ondemand)

# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30

# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"

# Scan for BTRFS volumes at startup
USEBTRFS="no"

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="omzoc"

# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
#   - interface: name of device (required)
#   - address: IP address (leave blank for DHCP)
#   - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
#   - broadcast: broadcast address (ignored for DHCP) (optional)
#   - gateway: default route (ignored for DHCP)

# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# broadcast=192.168.0.255
# gateway=192.168.0.1
#
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=

interface=
address=
netmask=
broadcast=
gateway=

# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"

# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(hwclock syslog-ng alsa dbus networkmanager netfs crond cupsd cpufreq
__________________
.
ico is offline   Reply With Quote
Old 30-01-2012, 01:04 PM   #463 (permalink)
BIOS Terminator
 
nims11's Avatar
 
Join Date: Apr 2008
Location: Ranchi
Posts: 817
Default Re: the Arch Linux thread

Quote:
Originally Posted by hellknight View Post
^^ico.. one more question.. I tried your method but the kernel doesn't loads the virtualbox modules. Neither are the other modules loaded.. something's wrong.. But on the bright side, i'm getting full speed when copying files to NTFS partitions..
what is the error when loading modules through modprobe. like in
modprobe vboxdrv
?
__________________
Arch Linux is kind of a bonzai tree, over years u try new things, make small tweaks, and end up with a system that is unique, elegant, and does exactly what u designed it to do.
Hostapd : The Linux Way to create Virtual Wifi Access Point
My Blog
nims11 is online now   Reply With Quote
Old 31-01-2012, 10:07 AM   #464 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2012
Posts: 8
Default Re: the Arch Linux thread

I've seen this happen quite a few times with other packages on an odd day. IMO this should either be a temporary error, or you need to fix the issues with the latest pacman major version.
njathan is offline   Reply With Quote
Old 31-01-2012, 04:04 PM   #465 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: the Arch Linux thread

^^Nims11, I can manually load the modules, I've even made a shell script & copied it to the /etc/rc.local file.. They're loading fine now, but now I'm getting very less copying speed on NTFS drives..
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline   Reply With Quote
Old 03-02-2012, 12:31 AM   #466 (permalink)
Level 96 Headbanger
 
DeSmOnD dAvId's Avatar
 
Join Date: Apr 2005
Location: Metalopolis
Posts: 1,121
Default Re: the Arch Linux thread

Sorry for cutting in....

I am new to Archlinux and would like to try it out on Virtualbox for Windows. I have an i5 lap and the x86-64 ISO, but when I try to boot into the iso from Virtualbox, i get the error "This kernel requires an x86-64 CPU, but only detected an i686 CPU. Unable to boot - Please use a kernel appropriate to your CPU". Please help....or point me in the right direction.
__________________
"Words meant to dwell in darkness shall never see the light of day.
Words can be broken, so can bones. Execute the mandate." :twisted:


Steam : DeathMetal
Garena : death_metal27
My Blog : The Pandemonium
(Latest Post : Where does music come from?)
Guitar gear : GB&A (acoustic), ESP LTD-M50 (New :twisted:), Roland MicroCube Amp.
DeSmOnD dAvId is offline   Reply With Quote
Old 03-02-2012, 01:50 AM   #467 (permalink)
BIOS Terminator
 
nims11's Avatar
 
Join Date: Apr 2008
Location: Ranchi
Posts: 817
Default Re: the Arch Linux thread

^^ in settings for the virtual machine, goto System->Accelaration -> select enable VT-x/AMD-V
__________________
Arch Linux is kind of a bonzai tree, over years u try new things, make small tweaks, and end up with a system that is unique, elegant, and does exactly what u designed it to do.
Hostapd : The Linux Way to create Virtual Wifi Access Point
My Blog
nims11 is online now   Reply With Quote
Old 03-02-2012, 02:37 AM   #468 (permalink)
Level 96 Headbanger
 
DeSmOnD dAvId's Avatar
 
Join Date: Apr 2005
Location: Metalopolis
Posts: 1,121
Default Re: the Arch Linux thread

Its enabled. Is there something wrong with the ISO?
__________________
"Words meant to dwell in darkness shall never see the light of day.
Words can be broken, so can bones. Execute the mandate." :twisted:


Steam : DeathMetal
Garena : death_metal27
My Blog : The Pandemonium
(Latest Post : Where does music come from?)
Guitar gear : GB&A (acoustic), ESP LTD-M50 (New :twisted:), Roland MicroCube Amp.
DeSmOnD dAvId is offline   Reply With Quote
Old 03-02-2012, 03:01 AM   #469 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: the Arch Linux thread

Your Windows is x64 I hope.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 03-02-2012, 07:28 AM   #470 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: the Arch Linux thread

Some of the laptops have this extension disabled from the BIOS. First check if your Windows is 64-bit or not. If yes, then reboot the system, open BIOS & enable the CPU extension if it is disabled.
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline   Reply With Quote
Old 03-02-2012, 10:10 AM   #471 (permalink)
Level 96 Headbanger
 
DeSmOnD dAvId's Avatar
 
Join Date: Apr 2005
Location: Metalopolis
Posts: 1,121
Default Re: the Arch Linux thread

FYI, I have an HP G6 lap, purchased late last year. Core i5+4 gigs RAM.

Quote:
Originally Posted by Liverpool_fan View Post
Your Windows is x64 I hope.
Yup, it is. But, since the iso is x86-64, I think it should not matter, right?

Quote:
Originally Posted by hellknight View Post
Some of the laptops have this extension disabled from the BIOS. First check if your Windows is 64-bit or not. If yes, then reboot the system, open BIOS & enable the CPU extension if it is disabled.
Will this option be available a laptop BIOS? I'll check anyway.
__________________
"Words meant to dwell in darkness shall never see the light of day.
Words can be broken, so can bones. Execute the mandate." :twisted:


Steam : DeathMetal
Garena : death_metal27
My Blog : The Pandemonium
(Latest Post : Where does music come from?)
Guitar gear : GB&A (acoustic), ESP LTD-M50 (New :twisted:), Roland MicroCube Amp.
DeSmOnD dAvId is offline   Reply With Quote
Old 03-02-2012, 10:19 AM   #472 (permalink)
Custom User Title
 
ManiDhillon's Avatar
 
Join Date: Feb 2007
Location: Location
Posts: 171
Default Re: the Arch Linux thread

@hellknight
Processor?
Board?
Arch up to date or not?

Try to disable AMD Boost in BIOS if you have that option.
__________________
| BlackBerry® PlayBook™ 16GB |
| X4 965-BE | M5A97 | Corsair 3x4 GB ~ 12 GB DDR3 1333MHz | Sapphire Radeon HD 6850 | 1 TB Seagate SATA III 72k RPM | Seasonic SII Bronze 620W |
ManiDhillon is offline   Reply With Quote
Old 04-02-2012, 07:49 AM   #473 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: the Arch Linux thread

^^Everything's working fine now.. It's up-to-date.. I created a shell script & copied it to /etc/rc.local & it loads the required modules during boot. Sweet

Update:- Just found out that AMD Fusion works well under Arch Linux. So, if any of you guys have a AMD fusion based product, please, oh please, try & install Arch Linux on it and tell me about it's hardware acceleration. I'll be getting E-350 based motherboard for my needs.
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline   Reply With Quote
Old 04-02-2012, 08:25 AM   #474 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,945
Default Re: the Arch Linux thread

^^

E-350 is expensive. Why not buy A6-3500 + A55M motherboard in the same price?
__________________
.
ico is offline   Reply With Quote
Old 04-02-2012, 08:40 AM   #475 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: the Arch Linux thread

^^TDP dude.. TDP .. Thinking of getting Atom Dual Core + GT 210. BTW, what's the TDP of A6-3500?
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline   Reply With Quote
Old 04-02-2012, 08:55 AM   #476 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,945
Default Re: the Arch Linux thread

TDP of A6-3500 is 65w.

anyways, Intel and AMD rate TDPs differently.
__________________
.
ico is offline   Reply With Quote
Old 04-02-2012, 08:56 AM   #477 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: the Arch Linux thread

^^Woah!! With an integrated graphics core.. That is awesome.. Now suggest a cheap motherboard to go with this baby..
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline   Reply With Quote
Old 04-02-2012, 08:58 AM   #478 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,945
Default Re: the Arch Linux thread

Gigabyte GA-A55M-S2V.
__________________
.
ico is offline   Reply With Quote
Old 05-02-2012, 08:46 PM   #479 (permalink)
Simply a DIGITian
 
krishnandu.sarkar's Avatar
 
Join Date: Nov 2007
Location: Kolkata
Posts: 2,943
Default Re: the Arch Linux thread

Hey guys, I recently installed Arch 64bit. And just updating the system using pacman -Syu. I haven't yet installed X.

The problem is, it's asking for replacing module-init-tools with core/kmod. If I answer yes it checks file integrity and all and lastly it throws error...

Code:
error: failed to commit transaction (conflicting files)
filesystem: /etc/mtab exists in filesystem
no packages were upgraded
And if I answer no there, it asks for removing module-init-tools on which answering both yes and no gets to the same errors as stated above.

I tried removing module-init-tools, but it looks like many imp. packages need it, like mkinitcpio, kernel, udev etc.

Also I'd like to state, things that I've already tried...
Previously I was getting two errors..
1. filesystem: /etc/mtab exists in filesystem (As stated above)
2. something same related to /etc/locale.d/locale.sh

So I tried removing both, but both gets generated on reboot.

So I did a bit of googling and did grep -v rootfs /proc/mounts > /etc/mtab

BTW one more thing which I should mention, on boot df works fine. But after running pacman -Syu and getting those errors df says "df cannot read table of mounted file systems"

Same thing happens on removing /etc/mtab

Can anyone help me out here if someone has already gone through this??
__________________
  • Read The Forum RULES First.
  • Before PM'ing Or Asking Any Questions To Any Mod Read The FAQ's
  • Before Starting A New Thread Read The STICKY THREADS First
  • Before Participating In Bazaar Section Read The BAZAAR RULES
krishnandu.sarkar is online now   Reply With Quote
Old 05-02-2012, 09:01 PM   #480 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,945
Default Re: the Arch Linux thread

^^^

Arch Linux - News: filesystem upgrade - manual intervention required

Code:
pacman -S filesystem --force
__________________
.
ico is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/open-source/91551-arch-linux-thread.html
Posted By For Type Date
Archlinux e video Intel - interface gráfica não sobe - FórumGdH This thread Refback 20-12-2011 02:27 AM
Digit Technology Discussion Forum - View Single Post - The Dark Side: Arch Linux Post #0 Refback 15-12-2011 07:30 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Arch Linux Help needed ! Dark Star Open Source 1 31-01-2008 08:53 PM
Google searches web's dark side morpheusv6 Technology News 6 15-05-2007 12:32 PM
problems with arch linux prashanthnbhat Open Source 4 26-06-2006 11:15 PM
Deskloops v1.21 Beta, windows are aligned side by side rajat22 Software Q&A 8 14-11-2005 12:44 AM
Server side & client side languages Trinity Programming 1 05-07-2005 10:50 AM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 01:30 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2